/* pages/deviceWake/deviceWake.wxss */ .content .waskList{ padding-left: 32rpx; } .content .waskList .swicth{ border-bottom: 1rpx solid #D8D8D8; padding-top: 44rpx; height: 96rpx; overflow: hidden; } .content .waskList .swicth image{ height: 48rpx; margin: 24rpx 0; float: left; } .content .waskList .swicth text{ font-size: 40rpx; font-weight: 500; color: #353535; line-height: 56rpx; height: 56rpx; float: left; margin: 20rpx 0; } .content .waskList .swicth .swicth-view{ float: right; height: 64rpx; margin: 16rpx 32rpx; } .content .waskList .page__bd{ border-bottom: 1rpx solid #D8D8D8; height: 100rpx; overflow: hidden; } .content .waskList .page__bd text{ height: 100rpx; line-height: 100rpx; font-weight: 400; color: #353535; font-size: 30rpx; } .content .waskList .page__bd .choice{ float: right; height: 100rpx; margin-right: 32rpx; display: flex; justify-content: center; align-items: center; position: relative; } .content .waskList .page__bd .choice .mode{ position: absolute; top: 0; width: 100%; height: 100%; } .content .waskList .page__bd .choice text{ min-width: 200rpx; color: #999999; font-weight: 400; font-size: 30rpx; line-height: 100rpx; margin-right: 20rpx; text-align: right; } .content .waskList .page__bd .choice text text{ margin: 0; color: rgba(101, 71, 163, 1); } .content .waskList .page__bd .choice image{ height: 24rpx; } .hr{ width: 100vw; height: 20rpx; background: #999999; opacity: 0.05; } .deviceWake .wake-list{ position: absolute; min-width: 100vw; min-height: 100vh; background-color: #fff; z-index: 999; } .tip { padding: 16rpx 32rpx; width: calc(100vw - 64rpx); height: 68rpx; background: rgba(216, 216, 216, 0.34); } .tip>image { height: 60rpx; float: left; } .tip>text { width: calc(100% - 70rpx); float: left; font-size: 24rpx; font-weight: 500; color: #353535; line-height: 34rpx; }