deviceMode.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .main {
  2. position: relative;
  3. height: 100vh;
  4. }
  5. .model_bg {
  6. top: 80;
  7. left: 0;
  8. position: absolute;
  9. width: 100%;
  10. height: 100%;
  11. z-index: -1;
  12. background-size: cover;
  13. }
  14. .select_tips {
  15. position: relative;
  16. z-index: 1;
  17. padding: 20px;
  18. }
  19. .devicePicItem {
  20. display: flex;
  21. align-items: center;
  22. padding: 10px;
  23. }
  24. .setDeviceModel {
  25. padding: 10px;
  26. text-align: center;
  27. left: 0;
  28. font-size: 32rpx;
  29. }
  30. .setDeviceModelTips {
  31. color: #FFFFFFB3;
  32. text-align: center;
  33. font-size: 24rpx;
  34. }
  35. .deviceList {
  36. margin-top: 60px;
  37. }
  38. .devicePicItem {
  39. position: relative;
  40. display: flex;
  41. flex-direction: row;
  42. align-items: center;
  43. justify-content: center;
  44. border-radius: 5px;
  45. height: 100rpx;
  46. margin-top: 32rpx;
  47. background-color: #ffffff0d;
  48. }
  49. .select_icon {
  50. width: 32rpx;
  51. height: 32rpx;
  52. position: absolute;
  53. z-index: 1;
  54. top: 16rpx;
  55. right: 16rpx;
  56. }
  57. .device_text {
  58. display: flex;
  59. flex-direction: row;
  60. align-items: center;
  61. justify-content: center;
  62. }
  63. .model_icon {
  64. width: 48rpx;
  65. height: 48rpx;
  66. margin-right: 10rpx;
  67. }
  68. .model_text {
  69. font-size: 32rpx;
  70. color: white;
  71. }
  72. .devicePicItem_0 {
  73. margin-left: 32rpx;
  74. margin-right: 32rpx;
  75. }
  76. .devicePicItem_1 {
  77. margin-left: 64rpx;
  78. margin-right: 64rpx;
  79. }
  80. .devicePicItem_2 {
  81. margin-left: 96rpx;
  82. margin-right: 96rpx;
  83. }
  84. .connect_button {
  85. position: fixed;
  86. display: flex;
  87. justify-content: center;
  88. align-items: center;
  89. bottom: 100rpx;
  90. left: 60rpx;
  91. right: 60rpx;
  92. font-size: 32rpx;
  93. font-weight: Medium;
  94. color: white;
  95. text-align: center;
  96. border-radius: 44rpx;
  97. height: 88rpx;
  98. }