123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- /* 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;
- }
|