|
@@ -247,12 +247,7 @@ ul li {
|
|
|
color: #999;
|
|
|
}
|
|
|
|
|
|
-.toolRight .link {
|
|
|
- border-bottom: 1px solid #5d5d5d;
|
|
|
- margin-bottom: 20px;
|
|
|
-}
|
|
|
-
|
|
|
-.toolRight .link input {
|
|
|
+.toolRight .link input:first-child {
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
|
|
@@ -290,9 +285,11 @@ ul.MenuOptions li.chosen {
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
-.tourListWrap {
|
|
|
+.tourList>ul{
|
|
|
height: 100%;
|
|
|
- overflow: scroll;
|
|
|
+ overflow-y: scroll;
|
|
|
+ /* overflow-x: hidden; */
|
|
|
+ /* width: 100%; */
|
|
|
}
|
|
|
|
|
|
.toolRight .input, .toolRight .editText {
|
|
@@ -470,15 +467,14 @@ ul.MenuOptions li.chosen {
|
|
|
color: #00b4ed;
|
|
|
}
|
|
|
|
|
|
-.tourList {
|
|
|
+#tourItemList {
|
|
|
padding-top: 1.4vw !important;
|
|
|
+ height: calc(100% - 368px); /* 减去在它上面的部分 */
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
-#tourSwitchTitle {
|
|
|
- margin: 0;
|
|
|
-}
|
|
|
+
|
|
|
|
|
|
.switch {
|
|
|
display: flex;
|
|
@@ -584,29 +580,30 @@ ul.MenuOptions li.chosen {
|
|
|
|
|
|
|
|
|
|
|
|
-.toolRight .snapTour .tourList {
|
|
|
+.toolRight .snapTour #tourList {
|
|
|
padding-bottom: 20px;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li {
|
|
|
+.toolRight .snapTour .tourList li.guideItem {
|
|
|
height: 75px;
|
|
|
display: flex;
|
|
|
margin: 16px 0;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li:first-child {
|
|
|
+.toolRight .snapTour .tourList li.guideItem:first-child {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li>div:nth-child(2) {
|
|
|
+.toolRight .snapTour .tourList li.guideItem>div:nth-child(2) {
|
|
|
/* background: #3e1313; */
|
|
|
width: calc(100% - 107px);
|
|
|
height: 100%;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li>div:nth-child(2) span {
|
|
|
+.toolRight .snapTour .tourList li.guideItem>div:nth-child(2) span {
|
|
|
text-align: left;
|
|
|
margin: 0 10px 0 0;
|
|
|
font-size: 14px;
|
|
@@ -619,10 +616,10 @@ ul.MenuOptions li.chosen {
|
|
|
color: #00b4ed;
|
|
|
word-wrap: break-word;
|
|
|
line-height: 22px;
|
|
|
- cursor: text;
|
|
|
+ /* cursor: text; */
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li>div:first-child span {
|
|
|
+.toolRight .snapTour .tourList li.guideItem>div:first-child span {
|
|
|
border-radius: 11px;
|
|
|
background: #373939;
|
|
|
width: 22px;
|
|
@@ -634,7 +631,7 @@ ul.MenuOptions li.chosen {
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li:last-child>div:first-child span {
|
|
|
+.toolRight .snapTour .tourList li.guideItem:last-child>div:first-child span {
|
|
|
background: #00b4ed
|
|
|
}
|
|
|
|
|
@@ -645,11 +642,11 @@ ul.MenuOptions li.chosen {
|
|
|
height: 82% !important;
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li>div:first-child {
|
|
|
+.toolRight .snapTour .tourList li.guideItem>div:first-child {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li>div:first-child div.line {
|
|
|
+.toolRight .snapTour .tourList li.guideItem>div:first-child div.line {
|
|
|
border-left: 2px solid #373939;
|
|
|
height: 70px;
|
|
|
position: absolute;
|
|
@@ -658,18 +655,18 @@ ul.MenuOptions li.chosen {
|
|
|
z-index: 0;
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li:last-child div.line {
|
|
|
+.toolRight .snapTour .tourList li.guideItem:last-child div.line {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li .preview {
|
|
|
+.toolRight .snapTour .tourList li.guideItem .preview {
|
|
|
width: 75px;
|
|
|
cursor: pointer;
|
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li .preview::before {
|
|
|
+.toolRight .snapTour .tourList li.guideItem .preview::before {
|
|
|
content: '删除';
|
|
|
width: 50px;
|
|
|
height: 30px;
|
|
@@ -682,11 +679,11 @@ ul.MenuOptions li.chosen {
|
|
|
transform: translate(-250%, -50%);
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li .preview:hover::before {
|
|
|
+.toolRight .snapTour .tourList li.guideItem .preview:hover::before {
|
|
|
transform: translate(-50%, -50%);
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li .preview div {
|
|
|
+.toolRight .snapTour .tourList li.guideItem .preview div {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
border-radius: 3px;
|
|
@@ -703,11 +700,11 @@ ul.MenuOptions li.chosen {
|
|
|
margin: 0 !important;
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li .preview div:hover {
|
|
|
+.toolRight .snapTour .tourList li.guideItem .preview div:hover {
|
|
|
opacity: 0.2;
|
|
|
}
|
|
|
|
|
|
-.toolRight .snapTour .tourList li input {
|
|
|
+.toolRight .snapTour .tourList li.guideItem input {
|
|
|
position: absolute;
|
|
|
top: -5px;
|
|
|
left: 0;
|
|
@@ -852,8 +849,12 @@ ul.MenuOptions li.chosen {
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
|
-.toolRight .playBox[data-type='music']>div:first-child {
|
|
|
- background-image: url("../images/soundPlay.png");
|
|
|
+.toolRight .playBox[data-type='music']>div:first-child {
|
|
|
+ /* background-image: url("../images/soundPlay.png"); */
|
|
|
+ background-image: url("../images/Volume btn_on.png");
|
|
|
+ background-size: 50%;
|
|
|
+ background-repeat:no-repeat;
|
|
|
+ background-position:center;
|
|
|
}
|
|
|
|
|
|
.toolRight .playBox[data-type='music']>div:first-child.playing {
|
|
@@ -975,7 +976,7 @@ ul.MenuOptions li.chosen {
|
|
|
border-radius: 5px;
|
|
|
cursor: pointer;
|
|
|
line-height: 105px;
|
|
|
- background-size: cover;
|
|
|
+ background-size: 100%;
|
|
|
}
|
|
|
|
|
|
.toolRight .screen .shotImg.blank {
|
|
@@ -984,7 +985,7 @@ ul.MenuOptions li.chosen {
|
|
|
cursor: default;
|
|
|
}
|
|
|
|
|
|
-.toolRight .hotpoint .spotList>ul>li, .overlayList li {
|
|
|
+.toolRight .listItem{
|
|
|
height: 40px;
|
|
|
margin: 0 0 8px -10px;
|
|
|
background: #373938;
|
|
@@ -998,28 +999,31 @@ ul.MenuOptions li.chosen {
|
|
|
transition: background 0.1s;
|
|
|
position: relative;
|
|
|
overflow: hidden;
|
|
|
+ /* width: 100%; */
|
|
|
+}
|
|
|
+#tourList .listItem{
|
|
|
+ width: calc(100% + 12px);
|
|
|
}
|
|
|
-
|
|
|
.toolRight .hotpoint .spotList>ul>li:hover, .toolRight .hotpoint .spotList>ul>li.active {
|
|
|
background: #565a5b;
|
|
|
}
|
|
|
|
|
|
-.toolRight .hotpoint .spotList li .icon, .toolRight .editDetail .setPos li .icon , .overlayList li .icon{
|
|
|
- width: 30px;
|
|
|
+.toolRight .listItem .icon{
|
|
|
+ width: 33px;
|
|
|
margin-left: 10px;
|
|
|
background-size: 70%;
|
|
|
background-position-x: 0;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position-y: center;
|
|
|
}
|
|
|
-.toolRight .hotpoint .spotList li .number{
|
|
|
+.toolRight .hotpoint .listItem .number{
|
|
|
color:#828282;
|
|
|
margin-right:10px;
|
|
|
}
|
|
|
- .overlayList li .icon{
|
|
|
+.overlayList li .icon{
|
|
|
background-image:url(../images/edit/box_video.png);
|
|
|
}
|
|
|
-.toolRight .hotpoint .spotList li .title, .toolRight .editDetail .setPos li .title, .overlayList li .title{
|
|
|
+.toolRight .listItem .title{
|
|
|
width: calc(100% - 70px);
|
|
|
font-size: 14px;
|
|
|
text-overflow: ellipsis;
|
|
@@ -1027,7 +1031,7 @@ ul.MenuOptions li.chosen {
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
-.toolRight .hotpoint .spotList li .DelConfirm {
|
|
|
+.toolRight .listItem .DelConfirm{
|
|
|
width: 82px;
|
|
|
background: #00b4ed;
|
|
|
border-radius: 1px;
|
|
@@ -1039,11 +1043,11 @@ ul.MenuOptions li.chosen {
|
|
|
transition: right 0.3s, opacity 0.1s;
|
|
|
}
|
|
|
|
|
|
-.toolRight .hotpoint .spotList li .DelConfirm.active {
|
|
|
+.toolRight .listItem .DelConfirm.active {
|
|
|
right: -3px;
|
|
|
}
|
|
|
|
|
|
-.toolRight .hotpoint .spotList li .del {
|
|
|
+.toolRight .listItem .del {
|
|
|
width: 40px;
|
|
|
background-image: url(../images/delete.png);
|
|
|
background-size: 72%;
|
|
@@ -1594,8 +1598,8 @@ ul.MenuOptions li.chosen {
|
|
|
.slider .scrollBar .scroll_Track {
|
|
|
width: 0px;
|
|
|
height: 4px;
|
|
|
- background-color: #02c8ae;
|
|
|
- border: 1px solid #02c8ae;
|
|
|
+ background-color: #00b4ed;
|
|
|
+ border: 1px solid #00b4ed;
|
|
|
margin: -1px 0 0 0;
|
|
|
}
|
|
|
|
|
@@ -1650,14 +1654,18 @@ ul.MenuOptions li.chosen {
|
|
|
/* line-height: 100px; */
|
|
|
position: relative;
|
|
|
color: #a0a0a0;
|
|
|
-
|
|
|
width: 200px;
|
|
|
- background-repeat:no-repeat;
|
|
|
+ background-repeat:no-repeat;
|
|
|
margin:15px 0 30px 0;
|
|
|
text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
|
|
|
background-image:url("../images/img_videoview@2x.png");
|
|
|
background-position:center 40%;
|
|
|
background-size: 17%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ text-align: center;
|
|
|
+ align-content: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
.toolRight .hotpointDetail .preview{
|
|
@@ -1677,8 +1685,9 @@ ul.MenuOptions li.chosen {
|
|
|
transform:translate(-50%,-50%);
|
|
|
}
|
|
|
.preview .text{
|
|
|
- line-height: 144px;
|
|
|
+ display:inline-block;
|
|
|
color: #a7a7a7;
|
|
|
+ margin-top: 32px;
|
|
|
}
|
|
|
.preview.uploaded .text{
|
|
|
display:none;
|