123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- /* plugin/etc/pages/activeDeviceStep/activeDeviceStep.wxss */
-
-
- @import '../../style/etc.wxss';
-
- page {
- background-color: #F5F7FA;
- }
-
- .col-start {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: flex-start;
- }
-
- .row-between {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- }
-
- .col-center {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
-
- .device-info-bg {
- background-color: #FFFFFF;
- padding: 0rpx 48rpx;
- box-sizing: border-box;
- }
-
-
- .tip-select {
- font-size: 28rpx;
- color: #9BA1AF;
-
- height: 80rpx;
- }
-
- .dev-list-bg {
- background: #FFFFFF;
- }
-
- .device-item {
- font-size: 32rpx;
- color: #2D2E2F;
- height: 110rpx;
- }
-
- .line {
- height: 2rpx;
- background-color: #e9e9e9;
- }
-
- .check-normal {
- width: 36rpx;
- height: 36rpx;
- border: 2rpx solid #c2c8d3;
- border-radius: 36rpx;
- }
-
-
-
-
-
- .failTitle {
- margin-top: 40rpx;
- height: 44rpx;
- font-weight: 500;
- font-size: 32rpx;
- color: #090E1A;
- line-height: 44rpx;
- text-align: center;
-
-
- }
-
- .failMsg {
- margin-top: 16rpx;
- width: 590rpx;
- height: 80rpx;
- font-size: 28rpx;
- color: #59677F;
- line-height: 40rpx;
- text-align: center;
- }
-
- .re-btn {
- margin-top: 64rpx;
- width: 654rpx;
- height: 88rpx;
- font-weight: 500;
- font-size: 32rpx;
- color: #FFFFFF;
- border-radius: 44rpx;
- background: #3E7DF5
- }
-
- .normal-btn {
- font-weight: 500;
- font-size: 34rpx;
- border-radius: 44rpx;
- height: 88rpx;
- }
-
-
- .theme-btn {
- color: #FFFFFF;
- background: #3E7DF5
- }
|