deviceWake.wxss 1.9 KB

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