123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .kDialogIdx {
- .operCheckBox {
- padding: 0 10px;
- padding-top: 20px;
-
- .operCheckCon {
- padding-top: 20px;
- border-top: 1px solid #D7D7E2;
-
- .word10 {
- width: 143px;
- height: 13px;
- overflow-wrap: break-word;
- color: rgba(64, 77, 116, 1);
- font-size: 13px;
- text-align: left;
- 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 {
- 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 {
- 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;
- }
- }
- }
- }
-
- }
- }
|