|
@@ -1,12 +1,12 @@
|
|
|
-@import './base/normalize.css';
|
|
|
+@import "./base/normalize.css";
|
|
|
|
|
|
-@color: #0076F6;
|
|
|
-@hoverclr: #1983F6;
|
|
|
-@activeclr: #0069DC;
|
|
|
+@color: #0076f6;
|
|
|
+@hoverclr: #1983f6;
|
|
|
+@activeclr: #0069dc;
|
|
|
|
|
|
-@cancelcolor: #EBEDF0;
|
|
|
-@cancelhoverclr: #EBEDF0;
|
|
|
-@cancelactiveclr: #D3D4D7;
|
|
|
+@cancelcolor: #ebedf0;
|
|
|
+@cancelhoverclr: #ebedf0;
|
|
|
+@cancelactiveclr: #d3d4d7;
|
|
|
|
|
|
@deepcancelcolor: #313131;
|
|
|
@deepcancelhoverclr: #3d3d3d;
|
|
@@ -14,15 +14,29 @@
|
|
|
|
|
|
@fontcolor: #323233;
|
|
|
|
|
|
-::-webkit-scrollbar { width: 6px; height: 0; } /*宽度是对垂直滚动条而言,高度是对水平滚动条而言*/
|
|
|
+::-webkit-scrollbar {
|
|
|
+ width: 6px;
|
|
|
+ height: 0;
|
|
|
+} /*宽度是对垂直滚动条而言,高度是对水平滚动条而言*/
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
- background: #47484A;
|
|
|
+ background: #47484a;
|
|
|
border-radius: 3px;
|
|
|
}
|
|
|
-::-webkit-scrollbar-button { background-color: transparent; height: 0; }
|
|
|
-::-webkit-scrollbar-track { background: transparent; border-radius: 6px; }
|
|
|
-::-webkit-scrollbar-corner { background: transparent; border-radius: 6px; }
|
|
|
-::-webkit-scrollbar-resizer { background: transparent;}
|
|
|
+::-webkit-scrollbar-button {
|
|
|
+ background-color: transparent;
|
|
|
+ height: 0;
|
|
|
+}
|
|
|
+::-webkit-scrollbar-track {
|
|
|
+ background: transparent;
|
|
|
+ border-radius: 6px;
|
|
|
+}
|
|
|
+::-webkit-scrollbar-corner {
|
|
|
+ background: transparent;
|
|
|
+ border-radius: 6px;
|
|
|
+}
|
|
|
+::-webkit-scrollbar-resizer {
|
|
|
+ background: transparent;
|
|
|
+}
|
|
|
|
|
|
input::-webkit-input-placeholder,
|
|
|
textarea::-webkit-input-placeholder {
|
|
@@ -48,7 +62,6 @@ textarea:-ms-input-placeholder {
|
|
|
font-weight: normal !important;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.disable {
|
|
|
opacity: 0.5;
|
|
|
pointer-events: none !important;
|
|
@@ -59,14 +72,15 @@ textarea:-ms-input-placeholder {
|
|
|
}
|
|
|
|
|
|
.hover-tips:hover {
|
|
|
- color: #0076F6 !important;
|
|
|
+ color: #0076f6 !important;
|
|
|
}
|
|
|
|
|
|
.hover-tips-warn:hover {
|
|
|
- color: #FA5555 !important;
|
|
|
+ color: #fa5555 !important;
|
|
|
}
|
|
|
|
|
|
-.hover-tips, .hover-tips-warn {
|
|
|
+.hover-tips,
|
|
|
+.hover-tips-warn {
|
|
|
position: relative;
|
|
|
font-size: 18px;
|
|
|
|
|
@@ -78,9 +92,9 @@ textarea:-ms-input-placeholder {
|
|
|
|
|
|
// tip的方框
|
|
|
> div {
|
|
|
- background: #FFFFFF;
|
|
|
+ background: #ffffff;
|
|
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
|
|
|
- border: 1px solid #EBEDF0;
|
|
|
+ border: 1px solid #ebedf0;
|
|
|
cursor: default;
|
|
|
display: none;
|
|
|
z-index: 10000;
|
|
@@ -135,7 +149,8 @@ textarea:-ms-input-placeholder {
|
|
|
> img {
|
|
|
max-width: 100px;
|
|
|
}
|
|
|
- > div, > span {
|
|
|
+ > div,
|
|
|
+ > span {
|
|
|
display: block;
|
|
|
font-weight: 400;
|
|
|
margin-top: 10px;
|
|
@@ -234,7 +249,6 @@ textarea:-ms-input-placeholder {
|
|
|
.active {
|
|
|
color: rgba(255, 255, 255, 0.88);
|
|
|
background: rgba(255, 255, 255, 0.16);
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -243,12 +257,11 @@ textarea:-ms-input-placeholder {
|
|
|
> ul {
|
|
|
> li {
|
|
|
color: #909090;
|
|
|
- background: #F7F7F7;
|
|
|
+ background: #f7f7f7;
|
|
|
}
|
|
|
.active {
|
|
|
color: #202020;
|
|
|
- background: #EBEBEB;
|
|
|
-
|
|
|
+ background: #ebebeb;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -680,7 +693,7 @@ textarea:-ms-input-placeholder {
|
|
|
background: #fff;
|
|
|
z-index: 10000;
|
|
|
margin-top: 0px;
|
|
|
- color: @color !important;
|
|
|
+ color: @color !important;
|
|
|
font-size: 14px;
|
|
|
box-shadow: -1px 2px 8px 0px rgba(0, 0, 0, 0.25);
|
|
|
transition: opacity 0.3s, transform 0.2s;
|
|
@@ -714,10 +727,10 @@ textarea:-ms-input-placeholder {
|
|
|
overflow: hidden;
|
|
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
|
|
|
border-radius: 4px;
|
|
|
- border: 1px solid #E4E7ED;
|
|
|
+ border: 1px solid #e4e7ed;
|
|
|
padding: 26px;
|
|
|
&.dark {
|
|
|
- background: #1A1B1D;
|
|
|
+ background: #1a1b1d;
|
|
|
color: rgba(255, 255, 255, 0.6);
|
|
|
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.06);
|
|
|
border: 1px solid #404040;
|
|
@@ -752,7 +765,6 @@ textarea:-ms-input-placeholder {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.ui-message-footer {
|
|
|
text-align: right;
|
|
|
.ui-button {
|
|
@@ -760,7 +772,6 @@ textarea:-ms-input-placeholder {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.ui-message-main {
|
|
|
.ui-message-icon {
|
|
|
height: 108px;
|
|
@@ -888,7 +899,6 @@ textarea:-ms-input-placeholder {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.widgets-design-option {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
@@ -928,7 +938,7 @@ textarea:-ms-input-placeholder {
|
|
|
position: absolute;
|
|
|
right: -15px;
|
|
|
top: 0;
|
|
|
- content: '';
|
|
|
+ content: "";
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
border-style: solid;
|
|
@@ -977,16 +987,26 @@ textarea:-ms-input-placeholder {
|
|
|
}
|
|
|
|
|
|
.widgets-rulers .ruler-line em {
|
|
|
- background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, .3)));
|
|
|
- background: linear-gradient(90deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .3));
|
|
|
+ background: -webkit-gradient(
|
|
|
+ linear,
|
|
|
+ left top,
|
|
|
+ right top,
|
|
|
+ from(hsla(0, 0%, 100%, 0.5)),
|
|
|
+ to(hsla(0, 0%, 100%, 0.3))
|
|
|
+ );
|
|
|
+ background: linear-gradient(
|
|
|
+ 90deg,
|
|
|
+ hsla(0, 0%, 100%, 0.5),
|
|
|
+ hsla(0, 0%, 100%, 0.3)
|
|
|
+ );
|
|
|
display: block;
|
|
|
height: 100%;
|
|
|
- -webkit-animation: ruler-line .5s ease 1s;
|
|
|
- animation: ruler-line .5s ease 1s;
|
|
|
+ -webkit-animation: ruler-line 0.5s ease 1s;
|
|
|
+ animation: ruler-line 0.5s ease 1s;
|
|
|
-webkit-animation-fill-mode: both;
|
|
|
animation-fill-mode: both;
|
|
|
- -webkit-box-shadow: 0 0 3.5px rgba(0, 0, 0, .6);
|
|
|
- box-shadow: 0 0 3.5px rgba(0, 0, 0, .6);
|
|
|
+ -webkit-box-shadow: 0 0 3.5px rgba(0, 0, 0, 0.6);
|
|
|
+ box-shadow: 0 0 3.5px rgba(0, 0, 0, 0.6);
|
|
|
}
|
|
|
|
|
|
.widgets-rulers .ruler-label {
|
|
@@ -1010,8 +1030,8 @@ textarea:-ms-input-placeholder {
|
|
|
-webkit-transform: translateZ(0);
|
|
|
transform: translateZ(0);
|
|
|
transform-origin: right center;
|
|
|
- -webkit-animation: ruler-point .3s ease 1.3s;
|
|
|
- animation: ruler-point .3s ease 1.3s;
|
|
|
+ -webkit-animation: ruler-point 0.3s ease 1.3s;
|
|
|
+ animation: ruler-point 0.3s ease 1.3s;
|
|
|
-webkit-animation-fill-mode: both;
|
|
|
animation-fill-mode: both;
|
|
|
}
|
|
@@ -1030,7 +1050,7 @@ textarea:-ms-input-placeholder {
|
|
|
animation: ruler-label 1s ease 1.6s;
|
|
|
-webkit-animation-fill-mode: both;
|
|
|
animation-fill-mode: both;
|
|
|
- text-shadow: 0 0 3.5px rgba(0, 0, 0, .6);
|
|
|
+ text-shadow: 0 0 3.5px rgba(0, 0, 0, 0.6);
|
|
|
}
|
|
|
|
|
|
.widgets-rulers .ruler-label.reverse .ruler-label-point {
|
|
@@ -1052,7 +1072,7 @@ textarea:-ms-input-placeholder {
|
|
|
.widgets-rulers .ruler-intersection {
|
|
|
position: absolute;
|
|
|
width: 0;
|
|
|
- height: 0
|
|
|
+ height: 0;
|
|
|
}
|
|
|
|
|
|
.widgets-rulers .ruler-intersection .ruler-intersection-point {
|
|
@@ -1064,7 +1084,7 @@ textarea:-ms-input-placeholder {
|
|
|
//background-image: url(~/static/img/intersection-label.svg);
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 18.375px 7px;
|
|
|
- background-position: 50%
|
|
|
+ background-position: 50%;
|
|
|
}
|
|
|
|
|
|
.widgets-rulers .ruler-intersection .ruler-intersection-text {
|
|
@@ -1075,14 +1095,13 @@ textarea:-ms-input-placeholder {
|
|
|
line-height: 12px;
|
|
|
white-space: nowrap;
|
|
|
color: #12fffb;
|
|
|
- text-shadow: 0 0 3.5px rgba(0, 0, 0, .3);
|
|
|
+ text-shadow: 0 0 3.5px rgba(0, 0, 0, 0.3);
|
|
|
-webkit-transform-origin: left center;
|
|
|
transform-origin: left center;
|
|
|
- -webkit-transform: scale(.85);
|
|
|
- transform: scale(.85)
|
|
|
+ -webkit-transform: scale(0.85);
|
|
|
+ transform: scale(0.85);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.measure .ruler-label .ruler-label-name {
|
|
|
font-size: 14px;
|
|
|
line-height: 14px;
|
|
@@ -1094,18 +1113,16 @@ textarea:-ms-input-placeholder {
|
|
|
|
|
|
.measure .ruler-label .ruler-label-point {
|
|
|
// background-image: url(~/static/img/ruler-point-yellow.svg);
|
|
|
- animation-delay: .3s;
|
|
|
+ animation-delay: 0.3s;
|
|
|
}
|
|
|
|
|
|
.measure .ruler-label .ruler-label-name {
|
|
|
- animation-delay: .6s;
|
|
|
+ animation-delay: 0.6s;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
/* edit 界面 ruler立刻出现 */
|
|
|
-body[edit-mode="mobile"] .ruler-line em, body[edit-mode="pc"] .ruler-line em {
|
|
|
+body[edit-mode="mobile"] .ruler-line em,
|
|
|
+body[edit-mode="pc"] .ruler-line em {
|
|
|
animation-delay: 0s;
|
|
|
}
|
|
|
|
|
@@ -1118,20 +1135,11 @@ body[edit-mode="pc"] .ruler-label .ruler-label-point,
|
|
|
body[edit-mode="mobile"] .ruler-label .ruler-label-name,
|
|
|
body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
.wallLine .ruler-label .ruler-label-name {
|
|
|
- animation-delay: .3s;
|
|
|
+ animation-delay: 0.3s;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
/* widgets-doll-labels: */
|
|
|
|
|
|
-
|
|
|
-
|
|
|
.widgets-doll-labels,
|
|
|
.widgets-plan-labels {
|
|
|
overflow: hidden;
|
|
@@ -1140,7 +1148,7 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
- right: 0
|
|
|
+ right: 0;
|
|
|
}
|
|
|
|
|
|
.widgets-doll-labels .room-label {
|
|
@@ -1150,8 +1158,8 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
/* display: none; */
|
|
|
-webkit-transform: translateZ(0);
|
|
|
transform: translateZ(0);
|
|
|
- -webkit-animation: room-label .3s ease .1s;
|
|
|
- animation: room-label .3s ease .1s;
|
|
|
+ -webkit-animation: room-label 0.3s ease 0.1s;
|
|
|
+ animation: room-label 0.3s ease 0.1s;
|
|
|
-webkit-animation-fill-mode: both;
|
|
|
animation-fill-mode: both;
|
|
|
cursor: pointer;
|
|
@@ -1203,7 +1211,7 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
// }
|
|
|
|
|
|
.widgets-doll-labels .room-label.with-entrance:after {
|
|
|
- display: none
|
|
|
+ display: none;
|
|
|
}
|
|
|
|
|
|
.widgets-doll-labels .room-label.with-entrance a {
|
|
@@ -1213,20 +1221,20 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
background-size: 38.5px 15.75px;
|
|
|
//background-image: url(~/static/img/room-label-entrance.svg);
|
|
|
-webkit-transform: translate(-50%, -50%);
|
|
|
- transform: translate(-50%, -50%)
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
}
|
|
|
|
|
|
.widgets-doll-labels .room-label.with-entrance a span {
|
|
|
margin-left: -0.875px;
|
|
|
- margin-top: -0.875px
|
|
|
+ margin-top: -0.875px;
|
|
|
}
|
|
|
|
|
|
.widgets-plan-labels .room-label {
|
|
|
position: absolute;
|
|
|
- -webkit-animation: room-label .3s ease .1s;
|
|
|
- animation: room-label .3s ease .1s;
|
|
|
+ -webkit-animation: room-label 0.3s ease 0.1s;
|
|
|
+ animation: room-label 0.3s ease 0.1s;
|
|
|
-webkit-animation-fill-mode: both;
|
|
|
- animation-fill-mode: both
|
|
|
+ animation-fill-mode: both;
|
|
|
}
|
|
|
|
|
|
.widgets-plan-labels .room-label a {
|
|
@@ -1252,17 +1260,17 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
- right: 0
|
|
|
+ right: 0;
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=forward] .door.show-arrow.right a:before {
|
|
|
+.widgets-doors[data-camera-toward="forward"] .door.show-arrow.right a:before {
|
|
|
margin-right: 3.5px;
|
|
|
-webkit-transform: rotate(180deg);
|
|
|
- transform: rotate(180deg)
|
|
|
+ transform: rotate(180deg);
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=forward] .door.show-arrow.left a:after,
|
|
|
-.widgets-doors[data-camera-toward=forward] .door.show-arrow.right a:before {
|
|
|
+.widgets-doors[data-camera-toward="forward"] .door.show-arrow.left a:after,
|
|
|
+.widgets-doors[data-camera-toward="forward"] .door.show-arrow.right a:before {
|
|
|
content: "";
|
|
|
position: relative;
|
|
|
display: inline-block;
|
|
@@ -1270,15 +1278,15 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
height: 10.5px;
|
|
|
//background: url(../images/room-arrow-label.svg) no-repeat 50%;
|
|
|
background-size: 100% 100%;
|
|
|
- vertical-align: middle
|
|
|
+ vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=forward] .door.show-arrow.left a:after {
|
|
|
- margin-left: 3.5px
|
|
|
+.widgets-doors[data-camera-toward="forward"] .door.show-arrow.left a:after {
|
|
|
+ margin-left: 3.5px;
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=forward] .door.show-arrow.back a:after,
|
|
|
-.widgets-doors[data-camera-toward=right] .door.show-arrow.left a:after {
|
|
|
+.widgets-doors[data-camera-toward="forward"] .door.show-arrow.back a:after,
|
|
|
+.widgets-doors[data-camera-toward="right"] .door.show-arrow.left a:after {
|
|
|
content: "";
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
@@ -1288,17 +1296,17 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
background-size: 100% 100%;
|
|
|
margin-left: 3.5px;
|
|
|
-webkit-transform: rotate(-90deg);
|
|
|
- transform: rotate(-90deg)
|
|
|
+ transform: rotate(-90deg);
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=right] .door.show-arrow.back a:before {
|
|
|
+.widgets-doors[data-camera-toward="right"] .door.show-arrow.back a:before {
|
|
|
margin-right: 3.5px;
|
|
|
-webkit-transform: rotate(180deg);
|
|
|
- transform: rotate(180deg)
|
|
|
+ transform: rotate(180deg);
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=right] .door.show-arrow.back a:before,
|
|
|
-.widgets-doors[data-camera-toward=right] .door.show-arrow.forward a:after {
|
|
|
+.widgets-doors[data-camera-toward="right"] .door.show-arrow.back a:before,
|
|
|
+.widgets-doors[data-camera-toward="right"] .door.show-arrow.forward a:after {
|
|
|
content: "";
|
|
|
position: relative;
|
|
|
display: inline-block;
|
|
@@ -1306,20 +1314,20 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
height: 10.5px;
|
|
|
//background: url(../images/room-arrow-label.svg) no-repeat 50%;
|
|
|
background-size: 100% 100%;
|
|
|
- vertical-align: middle
|
|
|
+ vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=right] .door.show-arrow.forward a:after {
|
|
|
- margin-left: 3.5px
|
|
|
+.widgets-doors[data-camera-toward="right"] .door.show-arrow.forward a:after {
|
|
|
+ margin-left: 3.5px;
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=left] .door.show-arrow.right a:after {
|
|
|
+.widgets-doors[data-camera-toward="left"] .door.show-arrow.right a:after {
|
|
|
-webkit-transform: rotate(-90deg);
|
|
|
- transform: rotate(-90deg)
|
|
|
+ transform: rotate(-90deg);
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=left] .door.show-arrow.back a:after,
|
|
|
-.widgets-doors[data-camera-toward=left] .door.show-arrow.right a:after {
|
|
|
+.widgets-doors[data-camera-toward="left"] .door.show-arrow.back a:after,
|
|
|
+.widgets-doors[data-camera-toward="left"] .door.show-arrow.right a:after {
|
|
|
content: "";
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
@@ -1327,43 +1335,43 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
height: 10.5px;
|
|
|
//background: url(../images/room-arrow-label.svg) no-repeat 50%;
|
|
|
background-size: 100% 100%;
|
|
|
- margin-left: 3.5px
|
|
|
+ margin-left: 3.5px;
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=left] .door.show-arrow.back a:after {
|
|
|
- position: relative
|
|
|
+.widgets-doors[data-camera-toward="left"] .door.show-arrow.back a:after {
|
|
|
+ position: relative;
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=left] .door.show-arrow.forward a:before {
|
|
|
+.widgets-doors[data-camera-toward="left"] .door.show-arrow.forward a:before {
|
|
|
position: relative;
|
|
|
margin-right: 3.5px;
|
|
|
-webkit-transform: rotate(180deg);
|
|
|
- transform: rotate(180deg)
|
|
|
+ transform: rotate(180deg);
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=back] .door.show-arrow.forward a:after,
|
|
|
-.widgets-doors[data-camera-toward=left] .door.show-arrow.forward a:before {
|
|
|
+.widgets-doors[data-camera-toward="back"] .door.show-arrow.forward a:after,
|
|
|
+.widgets-doors[data-camera-toward="left"] .door.show-arrow.forward a:before {
|
|
|
content: "";
|
|
|
display: inline-block;
|
|
|
width: 10.5px;
|
|
|
height: 10.5px;
|
|
|
//background: url(../images/room-arrow-label.svg) no-repeat 50%;
|
|
|
background-size: 100% 100%;
|
|
|
- vertical-align: middle
|
|
|
+ vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=back] .door.show-arrow.forward a:after {
|
|
|
+.widgets-doors[data-camera-toward="back"] .door.show-arrow.forward a:after {
|
|
|
margin-left: 3.5px;
|
|
|
-webkit-transform: rotate(-90deg);
|
|
|
- transform: rotate(-90deg)
|
|
|
+ transform: rotate(-90deg);
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=back] .door.show-arrow.right a:after {
|
|
|
- margin-left: 3.5px
|
|
|
+.widgets-doors[data-camera-toward="back"] .door.show-arrow.right a:after {
|
|
|
+ margin-left: 3.5px;
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=back] .door.show-arrow.left a:before,
|
|
|
-.widgets-doors[data-camera-toward=back] .door.show-arrow.right a:after {
|
|
|
+.widgets-doors[data-camera-toward="back"] .door.show-arrow.left a:before,
|
|
|
+.widgets-doors[data-camera-toward="back"] .door.show-arrow.right a:after {
|
|
|
content: "";
|
|
|
position: relative;
|
|
|
display: inline-block;
|
|
@@ -1371,13 +1379,13 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
height: 10.5px;
|
|
|
//background: url(../images/room-arrow-label.svg) no-repeat 50%;
|
|
|
background-size: 100% 100%;
|
|
|
- vertical-align: middle
|
|
|
+ vertical-align: middle;
|
|
|
}
|
|
|
|
|
|
-.widgets-doors[data-camera-toward=back] .door.show-arrow.left a:before {
|
|
|
+.widgets-doors[data-camera-toward="back"] .door.show-arrow.left a:before {
|
|
|
margin-right: 3.5px;
|
|
|
-webkit-transform: rotate(180deg);
|
|
|
- transform: rotate(180deg)
|
|
|
+ transform: rotate(180deg);
|
|
|
}
|
|
|
|
|
|
.widgets-doors .door {
|
|
@@ -1385,12 +1393,12 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
width: 0;
|
|
|
height: 0;
|
|
|
/* display: none; */
|
|
|
- -webkit-animation: viewport-door-label .3s ease 1s;
|
|
|
- animation: viewport-door-label .3s ease 1s;
|
|
|
+ -webkit-animation: viewport-door-label 0.3s ease 1s;
|
|
|
+ animation: viewport-door-label 0.3s ease 1s;
|
|
|
-webkit-animation-fill-mode: both;
|
|
|
animation-fill-mode: both;
|
|
|
-webkit-transform: translateZ(0);
|
|
|
- transform: translateZ(0)
|
|
|
+ transform: translateZ(0);
|
|
|
}
|
|
|
|
|
|
/* .widgets-doors .door.visible {
|
|
@@ -1405,144 +1413,143 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
-webkit-transform: translate(-50%, -50%);
|
|
|
transform: translate(-50%, -50%);
|
|
|
border-radius: 1.75px;
|
|
|
- background: rgba(0, 0, 0, .3);
|
|
|
+ background: rgba(0, 0, 0, 0.3);
|
|
|
line-height: 10.5px;
|
|
|
padding: 3.5px 4.375px;
|
|
|
white-space: nowrap;
|
|
|
font-size: 10.5px;
|
|
|
font-style: normal;
|
|
|
pointer-events: auto;
|
|
|
- -webkit-transition: background .3s ease, color .3s ease, -webkit-transform 1s ease;
|
|
|
- transition: background .3s ease, color .3s ease, -webkit-transform 1s ease;
|
|
|
- transition: transform 1s ease, background .3s ease, color .3s ease;
|
|
|
- transition: transform 1s ease, background .3s ease, color .3s ease, -webkit-transform 1s ease
|
|
|
+ -webkit-transition: background 0.3s ease, color 0.3s ease,
|
|
|
+ -webkit-transform 1s ease;
|
|
|
+ transition: background 0.3s ease, color 0.3s ease, -webkit-transform 1s ease;
|
|
|
+ transition: transform 1s ease, background 0.3s ease, color 0.3s ease;
|
|
|
+ transition: transform 1s ease, background 0.3s ease, color 0.3s ease,
|
|
|
+ -webkit-transform 1s ease;
|
|
|
}
|
|
|
|
|
|
.widgets-doors .door a:after {
|
|
|
- -webkit-transition: opacity .3s ease;
|
|
|
- transition: opacity .3s ease
|
|
|
+ -webkit-transition: opacity 0.3s ease;
|
|
|
+ transition: opacity 0.3s ease;
|
|
|
}
|
|
|
|
|
|
.widgets-doors .door a:active {
|
|
|
- background: rgba(0, 0, 0, .5);
|
|
|
- color: hsla(0, 0%, 100%, .5)
|
|
|
+ background: rgba(0, 0, 0, 0.5);
|
|
|
+ color: hsla(0, 0%, 100%, 0.5);
|
|
|
}
|
|
|
|
|
|
.widgets-doors .door a:active:after {
|
|
|
- opacity: .5
|
|
|
+ opacity: 0.5;
|
|
|
}
|
|
|
|
|
|
@-webkit-keyframes ruler-point {
|
|
|
0% {
|
|
|
- height: 0
|
|
|
+ height: 0;
|
|
|
}
|
|
|
|
|
|
to {
|
|
|
- height: 11.375px
|
|
|
+ height: 11.375px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@keyframes ruler-point {
|
|
|
0% {
|
|
|
- height: 0
|
|
|
+ height: 0;
|
|
|
}
|
|
|
|
|
|
to {
|
|
|
- height: 11.375px
|
|
|
+ height: 11.375px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@-webkit-keyframes ruler-label {
|
|
|
0% {
|
|
|
- max-width: 0
|
|
|
+ max-width: 0;
|
|
|
}
|
|
|
|
|
|
to {
|
|
|
- max-width: 131.25px
|
|
|
+ max-width: 131.25px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@keyframes ruler-label {
|
|
|
0% {
|
|
|
- max-width: 0
|
|
|
+ max-width: 0;
|
|
|
}
|
|
|
|
|
|
to {
|
|
|
- max-width: 131.25px
|
|
|
+ max-width: 131.25px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@-webkit-keyframes door-label {
|
|
|
0% {
|
|
|
opacity: 0;
|
|
|
- margin-top: 8.75px
|
|
|
+ margin-top: 8.75px;
|
|
|
}
|
|
|
|
|
|
to {
|
|
|
opacity: 1;
|
|
|
- margin-top: 0
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@keyframes door-label {
|
|
|
0% {
|
|
|
opacity: 0;
|
|
|
- margin-top: 8.75px
|
|
|
+ margin-top: 8.75px;
|
|
|
}
|
|
|
|
|
|
to {
|
|
|
opacity: 1;
|
|
|
- margin-top: 0
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@-webkit-keyframes room-label {
|
|
|
0% {
|
|
|
opacity: 0;
|
|
|
- margin-top: 8.75px
|
|
|
+ margin-top: 8.75px;
|
|
|
}
|
|
|
|
|
|
to {
|
|
|
opacity: 1;
|
|
|
- margin-top: 0
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@keyframes room-label {
|
|
|
0% {
|
|
|
opacity: 0;
|
|
|
- margin-top: 8.75px
|
|
|
+ margin-top: 8.75px;
|
|
|
}
|
|
|
|
|
|
to {
|
|
|
opacity: 1;
|
|
|
- margin-top: 0
|
|
|
+ margin-top: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@-webkit-keyframes ruler-line {
|
|
|
0% {
|
|
|
- width: 0
|
|
|
+ width: 0;
|
|
|
}
|
|
|
|
|
|
to {
|
|
|
- width: 100%
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@keyframes ruler-line {
|
|
|
0% {
|
|
|
- width: 0
|
|
|
+ width: 0;
|
|
|
}
|
|
|
|
|
|
to {
|
|
|
- width: 100%
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
[app-border] {
|
|
|
position: relative;
|
|
|
&[dir-top],
|
|
@@ -1614,14 +1621,15 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
}
|
|
|
|
|
|
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
|
|
|
- background-color: rgba(98, 102, 102, 0.75)
|
|
|
+ background-color: rgba(98, 102, 102, 0.75);
|
|
|
}
|
|
|
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
|
|
|
- background-color: rgba(153, 153, 153, .85);
|
|
|
+ background-color: rgba(153, 153, 153, 0.85);
|
|
|
}
|
|
|
|
|
|
-.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
|
|
|
- background-color: rgba(153, 153, 153, .9);
|
|
|
+.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
|
|
|
+.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
|
|
|
+ background-color: rgba(153, 153, 153, 0.9);
|
|
|
}
|
|
|
|
|
|
.dialog {
|
|
@@ -1633,15 +1641,18 @@ body[edit-mode="pc"] .ruler-label .ruler-label-name,
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
a {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
// 覆盖element-ui的默认样式
|
|
|
-.el-message--success, .el-message--info, .el-message--warning, .el-message--error {
|
|
|
- background: #1F1F1F !important;
|
|
|
- box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.2), 0px 6px 16px 0px rgba(0, 0, 0, 0.32), 0px 3px 6px -4px rgba(0, 0, 0, 0.48) !important;
|
|
|
+.el-message--success,
|
|
|
+.el-message--info,
|
|
|
+.el-message--warning,
|
|
|
+.el-message--error {
|
|
|
+ background: #1f1f1f !important;
|
|
|
+ box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.2),
|
|
|
+ 0px 6px 16px 0px rgba(0, 0, 0, 0.32), 0px 3px 6px -4px rgba(0, 0, 0, 0.48) !important;
|
|
|
border-radius: 20px !important;
|
|
|
border: 1px solid #333333 !important;
|
|
|
min-width: 0;
|
|
@@ -1652,12 +1663,12 @@ a {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.el-icon-success {
|
|
|
- color: #49AA19 !important;
|
|
|
+ color: #49aa19 !important;
|
|
|
}
|
|
|
.el-icon-warning {
|
|
|
- color: #D89614 !important;
|
|
|
+ color: #d89614 !important;
|
|
|
}
|
|
|
.el-icon-error {
|
|
|
- color: #A61D24 !important;
|
|
|
+ color: #a61d24 !important;
|
|
|
}
|
|
|
-}
|
|
|
+}
|