index.wxss 1.6 KB

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