|
@@ -1,372 +1,417 @@
|
|
|
body * {
|
|
|
- box-sizing: border-box;
|
|
|
- flex-shrink: 0;
|
|
|
+ box-sizing: border-box;
|
|
|
+ flex-shrink: 0;
|
|
|
}
|
|
|
|
|
|
body {
|
|
|
- font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
|
|
|
- Arial, PingFang SC-Light, Microsoft YaHei;
|
|
|
+ font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
|
|
|
+ Arial, PingFang SC-Light, Microsoft YaHei;
|
|
|
}
|
|
|
|
|
|
button {
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- border: 1px solid transparent;
|
|
|
- outline: none;
|
|
|
- background-color: transparent;
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ border: 1px solid transparent;
|
|
|
+ outline: none;
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
|
|
|
button:active {
|
|
|
- opacity: 0.6;
|
|
|
+ opacity: 0.6;
|
|
|
}
|
|
|
|
|
|
.flex-col {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
}
|
|
|
|
|
|
.flex-row {
|
|
|
- display: flex;
|
|
|
- flex-direction: row;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
}
|
|
|
|
|
|
.justify-start {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-start;
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-start;
|
|
|
}
|
|
|
|
|
|
.justify-center {
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
.justify-end {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
}
|
|
|
|
|
|
.justify-evenly {
|
|
|
- display: flex;
|
|
|
- justify-content: space-evenly;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-evenly;
|
|
|
}
|
|
|
|
|
|
.justify-around {
|
|
|
- display: flex;
|
|
|
- justify-content: space-around;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-around;
|
|
|
}
|
|
|
|
|
|
.justify-between {
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
.align-start {
|
|
|
- display: flex;
|
|
|
- align-items: flex-start;
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-start;
|
|
|
}
|
|
|
|
|
|
.align-center {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
.align-end {
|
|
|
- display: flex;
|
|
|
- align-items: flex-end;
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-end;
|
|
|
}
|
|
|
|
|
|
.group5 {
|
|
|
- width: 15%;
|
|
|
+ width: 15%;
|
|
|
+ height: 16px;
|
|
|
+ margin-right: 50px;
|
|
|
+
|
|
|
+ .icon2 {
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
+ margin-right: 5px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .TextGroup2 {
|
|
|
height: 16px;
|
|
|
- margin-right: 50px;
|
|
|
+ width: 22px;
|
|
|
+
|
|
|
+ .txt3 {
|
|
|
+ width: 22px;
|
|
|
+ height: 16px;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(64, 77, 116, 1);
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: PingFangSC-Semibold;
|
|
|
+ text-align: center;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 16px;
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.position {
|
|
|
+ background-color: #fff;
|
|
|
+ width: 100%;
|
|
|
+ // height: calc(100vh - 100px);
|
|
|
+
|
|
|
+ .box1 {
|
|
|
+ height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ height: calc(100% - 50px);
|
|
|
+ padding-bottom: 10px;
|
|
|
+ overflow: auto;
|
|
|
+ overflow-x: hidden;
|
|
|
|
|
|
- .icon2 {
|
|
|
- width: 18px;
|
|
|
- height: 18px;
|
|
|
- margin-right: 5px;
|
|
|
+ .van-tabs__line {
|
|
|
+ background-color: #ff3456 !important;
|
|
|
}
|
|
|
|
|
|
- .TextGroup2 {
|
|
|
- height: 16px;
|
|
|
- width: 22px;
|
|
|
+ .van-tab--active .van-tab__text--ellipsis {
|
|
|
+ color: #ff3456;
|
|
|
+ }
|
|
|
|
|
|
- .txt3 {
|
|
|
- width: 22px;
|
|
|
- height: 16px;
|
|
|
+ .box2 {
|
|
|
+ height: 64px;
|
|
|
+ background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPnged210ff8540d1e20d828b0758e650612a9ea018b41f720bede87fea0f933d8d8)
|
|
|
+ 100% no-repeat;
|
|
|
+ width: 100%;
|
|
|
+
|
|
|
+ .layer1 {
|
|
|
+ width: 364px;
|
|
|
+ height: 20px;
|
|
|
+ margin: 1px 0 0 7px;
|
|
|
+
|
|
|
+ .group1 {
|
|
|
+ width: 34px;
|
|
|
+ height: 6px;
|
|
|
+ background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPnga64b2ae35561e96115c75cc6dfc235eedb108ecf95df957be1ef364417a9806e)
|
|
|
+ 100% no-repeat;
|
|
|
+ margin-top: 7px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .word1 {
|
|
|
+ width: 38px;
|
|
|
+ height: 17px;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(81, 84, 106, 1);
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: PingFangSC-Semibold;
|
|
|
+ text-align: right;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 17px;
|
|
|
+ margin-left: 21px;
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+
|
|
|
+ .group2 {
|
|
|
+ width: 30px;
|
|
|
+ height: 17px;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ font-size: 0;
|
|
|
+ font-family: PingFangSC-Semibold;
|
|
|
+ text-align: right;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 17px;
|
|
|
+ margin: 3px 0 0 73px;
|
|
|
+
|
|
|
+ .info1 {
|
|
|
+ width: 30px;
|
|
|
+ height: 17px;
|
|
|
overflow-wrap: break-word;
|
|
|
- color: rgba(64, 77, 116, 1);
|
|
|
- font-size: 14px;
|
|
|
+ color: rgba(81, 84, 106, 1);
|
|
|
+ font-size: 12px;
|
|
|
font-family: PingFangSC-Semibold;
|
|
|
- text-align: center;
|
|
|
+ text-align: left;
|
|
|
white-space: nowrap;
|
|
|
- line-height: 16px;
|
|
|
- display: block;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
+ line-height: 17px;
|
|
|
+ }
|
|
|
|
|
|
-.position {
|
|
|
- background-color: #fff;
|
|
|
- width: 100%;
|
|
|
- // height: calc(100vh - 100px);
|
|
|
+ .word2 {
|
|
|
+ width: 30px;
|
|
|
+ height: 17px;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(81, 84, 106, 1);
|
|
|
+ font-size: 12px;
|
|
|
+ font-family: PingFangSC-Medium;
|
|
|
+ text-align: left;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 17px;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
+ .group3 {
|
|
|
+ width: 26px;
|
|
|
+ height: 10px;
|
|
|
+ background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng2e68dee6e62554db0f6ac40572f41b7be9cc24d35fc06b24c556fed2b7b18626)
|
|
|
+ 100% no-repeat;
|
|
|
+ margin: 5px 0 0 142px;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .box1 {
|
|
|
- height: 100%;
|
|
|
- width: 100%;
|
|
|
- height: calc(100% - 50px);
|
|
|
- padding-bottom: 10px;
|
|
|
- overflow: auto;
|
|
|
- overflow-x: hidden;
|
|
|
+ .layer2 {
|
|
|
+ width: 218px;
|
|
|
+ height: 22px;
|
|
|
+ margin: 9px 0 12px 10px;
|
|
|
|
|
|
- .van-tabs__line {
|
|
|
- background-color: #FF3456 !important;
|
|
|
+ .label1 {
|
|
|
+ width: 10px;
|
|
|
+ height: 18px;
|
|
|
+ margin-top: 4px;
|
|
|
}
|
|
|
|
|
|
- .van-tab--active .van-tab__text--ellipsis {
|
|
|
- color: #FF3456;
|
|
|
+ .txt1 {
|
|
|
+ width: 80px;
|
|
|
+ height: 22px;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(64, 77, 116, 1);
|
|
|
+ font-size: 16px;
|
|
|
+ font-family: PingFangSC-Medium;
|
|
|
+ text-align: center;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 22px;
|
|
|
+ display: block;
|
|
|
}
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .box2 {
|
|
|
- height: 64px;
|
|
|
- background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPnged210ff8540d1e20d828b0758e650612a9ea018b41f720bede87fea0f933d8d8) 100% no-repeat;
|
|
|
- width: 100%;
|
|
|
-
|
|
|
- .layer1 {
|
|
|
- width: 364px;
|
|
|
- height: 20px;
|
|
|
- margin: 1px 0 0 7px;
|
|
|
+ .box3 {
|
|
|
+ background-color: rgba(255, 255, 255, 1);
|
|
|
+ height: 100%;
|
|
|
+ margin-top: 1px;
|
|
|
+ width: 100%;
|
|
|
|
|
|
- .group1 {
|
|
|
- width: 34px;
|
|
|
- height: 6px;
|
|
|
- background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPnga64b2ae35561e96115c75cc6dfc235eedb108ecf95df957be1ef364417a9806e) 100% no-repeat;
|
|
|
- margin-top: 7px;
|
|
|
- }
|
|
|
+ .main1 {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
|
|
|
- .word1 {
|
|
|
- width: 38px;
|
|
|
- height: 17px;
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(81, 84, 106, 1);
|
|
|
- font-size: 12px;
|
|
|
- font-family: PingFangSC-Semibold;
|
|
|
- text-align: right;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 17px;
|
|
|
- margin-left: 21px;
|
|
|
- display: block;
|
|
|
- }
|
|
|
+ .groove {
|
|
|
+ height: 10px;
|
|
|
+ width: 100%;
|
|
|
+ background-color: #f5f5f5;
|
|
|
+ }
|
|
|
|
|
|
- .group2 {
|
|
|
- width: 30px;
|
|
|
- height: 17px;
|
|
|
- overflow-wrap: break-word;
|
|
|
- font-size: 0;
|
|
|
- font-family: PingFangSC-Semibold;
|
|
|
- text-align: right;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 17px;
|
|
|
- margin: 3px 0 0 73px;
|
|
|
-
|
|
|
- .info1 {
|
|
|
- width: 30px;
|
|
|
- height: 17px;
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(81, 84, 106, 1);
|
|
|
- font-size: 12px;
|
|
|
- font-family: PingFangSC-Semibold;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 17px;
|
|
|
- }
|
|
|
-
|
|
|
- .word2 {
|
|
|
- width: 30px;
|
|
|
- height: 17px;
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(81, 84, 106, 1);
|
|
|
- font-size: 12px;
|
|
|
- font-family: PingFangSC-Medium;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 17px;
|
|
|
- }
|
|
|
+ .mod1 {
|
|
|
+ .section1 {
|
|
|
+ margin: 15px 15px;
|
|
|
+
|
|
|
+ .ImageText1 {
|
|
|
+ height: 16px;
|
|
|
+ margin-top: 1px;
|
|
|
+ width: 55%;
|
|
|
+
|
|
|
+ .group4 {
|
|
|
+ width: 40%;
|
|
|
+ height: 16px;
|
|
|
+
|
|
|
+ .layer3 {
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ margin-right: 5px;
|
|
|
+ background: url("../../assets/home/titleIcon.png") top center
|
|
|
+ no-repeat;
|
|
|
+ background-size: 100%;
|
|
|
}
|
|
|
|
|
|
- .group3 {
|
|
|
- width: 26px;
|
|
|
- height: 10px;
|
|
|
- background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng2e68dee6e62554db0f6ac40572f41b7be9cc24d35fc06b24c556fed2b7b18626) 100% no-repeat;
|
|
|
- margin: 5px 0 0 142px;
|
|
|
+ .word3 {
|
|
|
+ width: auto;
|
|
|
+ height: 14px;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(64, 77, 116, 1);
|
|
|
+ font-size: 15px;
|
|
|
+ font-family: PingFangSC-Semibold;
|
|
|
+ text-align: left;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 15px;
|
|
|
+ display: block;
|
|
|
}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
- .layer2 {
|
|
|
- width: 218px;
|
|
|
- height: 22px;
|
|
|
- margin: 9px 0 12px 10px;
|
|
|
-
|
|
|
- .label1 {
|
|
|
- width: 10px;
|
|
|
- height: 18px;
|
|
|
- margin-top: 4px;
|
|
|
- }
|
|
|
+ .main5 {
|
|
|
+ width: auto;
|
|
|
+ cursor: pointer;
|
|
|
|
|
|
- .txt1 {
|
|
|
- width: 80px;
|
|
|
- height: 22px;
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(64, 77, 116, 1);
|
|
|
- font-size: 16px;
|
|
|
- font-family: PingFangSC-Medium;
|
|
|
- text-align: center;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 22px;
|
|
|
- display: block;
|
|
|
- }
|
|
|
+ .label2 {
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ margin-right: 5px;
|
|
|
+ }
|
|
|
}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
- .box3 {
|
|
|
- background-color: rgba(255, 255, 255, 1);
|
|
|
- height: 100%;
|
|
|
- margin-top: 1px;
|
|
|
- width: 100%;
|
|
|
+ .robotLabelName {
|
|
|
+ width: 25%;
|
|
|
+ }
|
|
|
|
|
|
- .main1 {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
+ .mod3 {
|
|
|
+ background-color: rgba(255, 255, 255, 1);
|
|
|
+ z-index: 24;
|
|
|
+ height: 350px;
|
|
|
+ width: 100%;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
|
|
|
- .groove {
|
|
|
- height: 10px;
|
|
|
- width: 100%;
|
|
|
- background-color: #f5f5f5;
|
|
|
- }
|
|
|
+ .mod5 {
|
|
|
+ background-color: rgba(255, 255, 255, 1);
|
|
|
+ z-index: 84;
|
|
|
+ height: 350px;
|
|
|
+ width: 100%;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
|
|
|
- .mod1 {
|
|
|
-
|
|
|
- .section1 {
|
|
|
- margin: 15px 15px;
|
|
|
-
|
|
|
- .ImageText1 {
|
|
|
- height: 16px;
|
|
|
- margin-top: 1px;
|
|
|
- width: 55%;
|
|
|
-
|
|
|
- .group4 {
|
|
|
- width: 40%;
|
|
|
- height: 16px;
|
|
|
-
|
|
|
- .layer3 {
|
|
|
- width: 16px;
|
|
|
- height: 16px;
|
|
|
- margin-right: 5px;
|
|
|
- background: url("../../assets/home/titleIcon.png") top center no-repeat;
|
|
|
- background-size: 100%;
|
|
|
- }
|
|
|
-
|
|
|
- .word3 {
|
|
|
- width: auto;
|
|
|
- height: 14px;
|
|
|
- overflow-wrap: break-word;
|
|
|
- color: rgba(64, 77, 116, 1);
|
|
|
- font-size: 15px;
|
|
|
- font-family: PingFangSC-Semibold;
|
|
|
- text-align: left;
|
|
|
- white-space: nowrap;
|
|
|
- line-height: 15px;
|
|
|
- display: block;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .main5 {
|
|
|
- width: auto;
|
|
|
- cursor: pointer;
|
|
|
-
|
|
|
- .label2 {
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
- margin-right: 5px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ .mod9 {
|
|
|
+ background-color: rgba(255, 255, 255, 1);
|
|
|
+ z-index: 156;
|
|
|
+ height: 350px;
|
|
|
+ width: 100%;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
|
|
|
- .robotLabelName {
|
|
|
- width: 25%;
|
|
|
- }
|
|
|
+ .mod11 {
|
|
|
+ background-color: rgba(255, 255, 255, 1);
|
|
|
+ z-index: 217;
|
|
|
+ height: 350px;
|
|
|
+ width: 100%;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .mod3 {
|
|
|
- background-color: rgba(255, 255, 255, 1);
|
|
|
- z-index: 24;
|
|
|
- height: 350px;
|
|
|
- width: 100%;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
+ .tradingBox1 {
|
|
|
+ .searchRow {
|
|
|
+ margin: 18px 15px;
|
|
|
|
|
|
- .mod5 {
|
|
|
- background-color: rgba(255, 255, 255, 1);
|
|
|
- z-index: 84;
|
|
|
- height: 350px;
|
|
|
- width: 100%;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
+ .bd3 {
|
|
|
+ width: 87px;
|
|
|
+ height: 16px;
|
|
|
|
|
|
- .mod9 {
|
|
|
- background-color: rgba(255, 255, 255, 1);
|
|
|
- z-index: 156;
|
|
|
- height: 350px;
|
|
|
- width: 100%;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
+ .outer4 {
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ background: url("../../assets/home/titleIcon.png") top center
|
|
|
+ no-repeat;
|
|
|
+ background-size: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .txt2 {
|
|
|
+ width: 65px;
|
|
|
+ height: 15px;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ color: rgba(64, 77, 116, 1);
|
|
|
+ font-size: 15px;
|
|
|
+ font-family: PingFangSC-Semibold;
|
|
|
+ text-align: left;
|
|
|
+ white-space: nowrap;
|
|
|
+ line-height: 15px;
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .mod11 {
|
|
|
- background-color: rgba(255, 255, 255, 1);
|
|
|
- z-index: 217;
|
|
|
- height: 350px;
|
|
|
- width: 100%;
|
|
|
- position: relative;
|
|
|
- }
|
|
|
- }
|
|
|
+ .main5 {
|
|
|
+ width: auto;
|
|
|
+ cursor: pointer;
|
|
|
+
|
|
|
+ .label2 {
|
|
|
+ width: 20px;
|
|
|
+ height: 20px;
|
|
|
+ margin-right: 5px;
|
|
|
+ }
|
|
|
}
|
|
|
+ }
|
|
|
}
|
|
|
+ }
|
|
|
|
|
|
- .van-field__label {
|
|
|
- width: auto;
|
|
|
- }
|
|
|
+ .van-field__label {
|
|
|
+ width: auto;
|
|
|
+ }
|
|
|
|
|
|
- .van-field__control {
|
|
|
- width: 70%;
|
|
|
- }
|
|
|
+ .van-field__control {
|
|
|
+ width: 70%;
|
|
|
+ }
|
|
|
|
|
|
- .van-field__body {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
+ .van-field__body {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
|
|
|
- .van-calendar__day--start-end {
|
|
|
- background-color: #FF3456;
|
|
|
- }
|
|
|
+ .van-calendar__day--start-end {
|
|
|
+ background-color: #ff3456;
|
|
|
+ }
|
|
|
|
|
|
- .van-calendar__selected-day {
|
|
|
- background-color: #FF3456;
|
|
|
- }
|
|
|
+ .van-calendar__selected-day {
|
|
|
+ background-color: #ff3456;
|
|
|
+ }
|
|
|
|
|
|
- .van-calendar__day--start {
|
|
|
- background-color: #FF3456;
|
|
|
- }
|
|
|
+ .van-calendar__day--start {
|
|
|
+ background-color: #ff3456;
|
|
|
+ }
|
|
|
|
|
|
- .van-calendar__day--middle {
|
|
|
- color: #FF3456;
|
|
|
- }
|
|
|
+ .van-calendar__day--middle {
|
|
|
+ color: #ff3456;
|
|
|
+ }
|
|
|
|
|
|
- .van-calendar__day--end {
|
|
|
- background-color: #FF3456;
|
|
|
- }
|
|
|
+ .van-calendar__day--end {
|
|
|
+ background-color: #ff3456;
|
|
|
+ }
|
|
|
|
|
|
- .van-calendar__confirm {
|
|
|
- border-color: #FF3456;
|
|
|
- background-color: #FF3456;
|
|
|
- }
|
|
|
-}
|
|
|
+ .van-calendar__confirm {
|
|
|
+ border-color: #ff3456;
|
|
|
+ background-color: #ff3456;
|
|
|
+ }
|
|
|
+}
|