You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

activeDeviceStep.wxss 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /* plugin/etc/pages/activeDeviceStep/activeDeviceStep.wxss */
  2. @import '../../style/etc.wxss';
  3. page {
  4. background-color: #F5F7FA;
  5. }
  6. .col-start {
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. justify-content: flex-start;
  11. }
  12. .row-between {
  13. display: flex;
  14. flex-direction: row;
  15. align-items: center;
  16. justify-content: space-between;
  17. }
  18. .col-center {
  19. display: flex;
  20. flex-direction: column;
  21. align-items: center;
  22. justify-content: center;
  23. }
  24. .device-info-bg {
  25. background-color: #FFFFFF;
  26. padding: 0rpx 48rpx;
  27. box-sizing: border-box;
  28. }
  29. .tip-select {
  30. font-size: 28rpx;
  31. color: #9BA1AF;
  32. height: 80rpx;
  33. }
  34. .dev-list-bg {
  35. background: #FFFFFF;
  36. }
  37. .device-item {
  38. font-size: 32rpx;
  39. color: #2D2E2F;
  40. height: 110rpx;
  41. }
  42. .line {
  43. height: 2rpx;
  44. background-color: #e9e9e9;
  45. }
  46. .check-normal {
  47. width: 36rpx;
  48. height: 36rpx;
  49. border: 2rpx solid #c2c8d3;
  50. border-radius: 36rpx;
  51. }
  52. .failTitle {
  53. margin-top: 40rpx;
  54. height: 44rpx;
  55. font-weight: 500;
  56. font-size: 32rpx;
  57. color: #090E1A;
  58. line-height: 44rpx;
  59. text-align: center;
  60. }
  61. .failMsg {
  62. margin-top: 16rpx;
  63. width: 590rpx;
  64. height: 80rpx;
  65. font-size: 28rpx;
  66. color: #59677F;
  67. line-height: 40rpx;
  68. text-align: center;
  69. }
  70. .re-btn {
  71. margin-top: 64rpx;
  72. width: 654rpx;
  73. height: 88rpx;
  74. font-weight: 500;
  75. font-size: 32rpx;
  76. color: #FFFFFF;
  77. border-radius: 44rpx;
  78. background: #3E7DF5
  79. }
  80. .normal-btn {
  81. font-weight: 500;
  82. font-size: 34rpx;
  83. border-radius: 44rpx;
  84. height: 88rpx;
  85. }
  86. .theme-btn {
  87. color: #FFFFFF;
  88. background: #3E7DF5
  89. }