deviceWake.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /* pages/deviceWake/deviceWake.wxss */
  2. .content .waskList{
  3. padding-left: 32rpx;
  4. }
  5. .content .waskList .swicth{
  6. border-bottom: 1rpx solid #D8D8D8;
  7. padding-top: 44rpx;
  8. height: 96rpx;
  9. overflow: hidden;
  10. }
  11. .content .waskList .swicth image{
  12. height: 48rpx;
  13. margin: 24rpx 0;
  14. float: left;
  15. }
  16. .content .waskList .swicth text{
  17. font-size: 40rpx;
  18. font-weight: 500;
  19. color: #353535;
  20. line-height: 56rpx;
  21. height: 56rpx;
  22. float: left;
  23. margin: 20rpx 0;
  24. }
  25. .content .waskList .swicth .swicth-view{
  26. float: right;
  27. height: 64rpx;
  28. margin: 16rpx 32rpx;
  29. }
  30. .content .waskList .page__bd{
  31. border-bottom: 1rpx solid #D8D8D8;
  32. height: 100rpx;
  33. overflow: hidden;
  34. }
  35. .content .waskList .page__bd text{
  36. height: 100rpx;
  37. line-height: 100rpx;
  38. font-weight: 400;
  39. color: #353535;
  40. font-size: 30rpx;
  41. }
  42. .content .waskList .page__bd .choice{
  43. float: right;
  44. height: 100rpx;
  45. margin-right: 32rpx;
  46. display: flex;
  47. justify-content: center;
  48. align-items: center;
  49. position: relative;
  50. }
  51. .content .waskList .page__bd .choice .mode{
  52. position: absolute;
  53. top: 0;
  54. width: 100%;
  55. height: 100%;
  56. }
  57. .content .waskList .page__bd .choice text{
  58. min-width: 200rpx;
  59. color: #999999;
  60. font-weight: 400;
  61. font-size: 30rpx;
  62. line-height: 100rpx;
  63. margin-right: 20rpx;
  64. text-align: right;
  65. }
  66. .content .waskList .page__bd .choice text text{
  67. margin: 0;
  68. color: rgba(101, 71, 163, 1);
  69. }
  70. .content .waskList .page__bd .choice image{
  71. height: 24rpx;
  72. }
  73. .hr{
  74. width: 100vw;
  75. height: 20rpx;
  76. background: #999999;
  77. opacity: 0.05;
  78. }
  79. .deviceWake .wake-list{
  80. position: absolute;
  81. min-width: 100vw;
  82. min-height: 100vh;
  83. background-color: #fff;
  84. z-index: 999;
  85. }
  86. .tip {
  87. padding: 16rpx 32rpx;
  88. width: calc(100vw - 64rpx);
  89. height: 68rpx;
  90. background: rgba(216, 216, 216, 0.34);
  91. }
  92. .tip>image {
  93. height: 60rpx;
  94. float: left;
  95. }
  96. .tip>text {
  97. width: calc(100% - 70rpx);
  98. float: left;
  99. font-size: 24rpx;
  100. font-weight: 500;
  101. color: #353535;
  102. line-height: 34rpx;
  103. }