123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- .operDialog {
- width: 90%;
- .txt1 {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .close {
- position: absolute;
- top: 0.5em;
- right: 0.5em;
- font-size: 1.5em;
- }
- .group4 {
- background-color: rgba(215, 215, 226, 1);
- border-radius: 2px;
- width: 310px;
- height: 1px;
- margin: 0 auto;
- margin-top: 10px;
- }
- .operBox {
- display: flex;
- width: 95%;
- margin: 0 auto;
- flex-wrap: wrap;
- .operItem {
- width: 25%;
- margin: 6% 0;
- .operIcon {
- text-align: center;
- .operImg {
- width: 25px;
- }
- }
- .operText {
- color: rgba(64, 77, 116, 1);
- font-size: 11px;
- text-align: center;
- }
- }
- }
- }
- .operCheckBox {
- .block5 {
- background-color: rgba(215, 215, 226, 1);
- border-radius: 2px;
- width: 310px;
- height: 1px;
- margin: 0 auto;
- margin-top: 25px;
- }
- .word10 {
- width: auto;
- height: 13px;
- overflow-wrap: break-word;
- color: rgba(64, 77, 116, 1);
- font-size: 13px;
- text-align: center;
- white-space: nowrap;
- line-height: 13px;
- display: block;
- margin: 33px auto;
- }
- .block6 {
- width: 265px;
- height: 34px;
- margin: 20px auto;
- .mod7 {
- border-radius: 17px;
- height: 34px;
- border: 1px solid #2c87c8;
- width: 120px;
- justify-content: center;
- align-items: center;
- .info5 {
- width: auto;
- height: 13px;
- overflow-wrap: break-word;
- color: #2c87c8;
- font-size: 15px;
- font-family: PingFangSC-Medium;
- text-align: center;
- white-space: nowrap;
- line-height: 15px;
- display: block;
- }
- }
- .mod8 {
- background-color: #2c87c8;
- border-radius: 17px;
- height: 34px;
- width: 120px;
- justify-content: center;
- align-items: center;
- .info6 {
- width: auto;
- height: 13px;
- overflow-wrap: break-word;
- color: rgba(255, 255, 255, 1);
- font-size: 15px;
- font-family: PingFangSC-Medium;
- text-align: center;
- white-space: nowrap;
- line-height: 15px;
- display: block;
- }
- }
- }
- }
- .openDoorPage {
- background-color: rgba(255, 255, 255, 1);
- position: relative;
- width: 100%;
- height: calc(100vh - 44px);
- overflow: hidden;
- .box1 {
- width: 100%;
- height: 237px;
- .block2 {
- width: 162px;
- height: 20px;
- margin: 18px 0 0 15px;
- .block3 {
- background-color: #5a9cc8;
- border-radius: 2px;
- width: 4px;
- height: 12px;
- margin-top: 4px;
- }
- .info2 {
- width: 150px;
- height: 20px;
- overflow-wrap: break-word;
- color: rgba(64, 77, 116, 1);
- font-size: 14px;
- font-family: PingFangSC-Medium;
- text-align: left;
- white-space: nowrap;
- line-height: 20px;
- display: block;
- }
- }
- .info3 {
- width: auto;
- height: 20px;
- overflow-wrap: break-word;
- color: rgba(64, 77, 116, 1);
- font-size: 14px;
- font-family: PingFangSC-Medium;
- text-align: left;
- white-space: nowrap;
- line-height: 20px;
- display: block;
- }
- }
- .van-switch--on {
- background-color: #2c87c8;
- }
- }
|