index.wxss 1.6 KB

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