Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. /* plugin/etc/pages/deviceUpgrade/deviceUpgrade.wxss */
  2. @import '../../style/etc.wxss';
  3. .content-bg{
  4. height: 100vh;
  5. background-color: #F6F6F6;
  6. padding: 32rpx;
  7. }
  8. .box-block {
  9. padding: 30rpx;
  10. border-radius: 12rpx;
  11. background-color: #ffffff;
  12. box-shadow: 0rpx 4rpx 13rpx 3rpx rgba(223, 223, 223, 0.8);
  13. }
  14. .block-title {
  15. font-size: 30rpx;
  16. font-family: Microsoft YaHei UI;
  17. font-weight: 400;
  18. color: #333333;
  19. margin-bottom: 30rpx;
  20. }
  21. .details .details-item {
  22. display: flex;
  23. font-size: 26rpx;
  24. font-family: Noto Sans S Chinese;
  25. font-weight: 400;
  26. color: #999999;
  27. margin-bottom: 30rpx;
  28. }
  29. .details-item .text{
  30. font-size: 26rpx;
  31. font-weight: 400;
  32. color: #333333;
  33. }
  34. .card-content{
  35. margin-top: 32rpx;
  36. }
  37. .card {
  38. height: 150rpx;
  39. background: #ffffff;
  40. box-shadow: 0rpx 4rpx 13rpx 3rpx rgba(223, 223, 223, 0.8);
  41. border-radius: 20rpx;
  42. padding: 30rpx;
  43. display: flex;
  44. justify-content: space-between;
  45. align-items: center;
  46. }
  47. .card .card-left {
  48. display: flex;
  49. align-items: center;
  50. }
  51. .card-left image {
  52. width: 100rpx;
  53. height: 90rpx;
  54. }
  55. .card-center {
  56. margin-left: 30rpx;
  57. }
  58. .card-center-head {
  59. font-size: 32rpx;
  60. font-family: Noto Sans S Chinese;
  61. font-weight: 400;
  62. color: #333333;
  63. }
  64. .tips {
  65. font-size: 26rpx;
  66. font-family: Noto Sans S Chinese;
  67. font-weight: 400;
  68. color: #666666;
  69. }
  70. .tips-card {
  71. width: 70rpx;
  72. height: 40rpx;
  73. background: #d3f2ef;
  74. border-radius: 6rpx;
  75. font-size: 20rpx;
  76. font-family: Noto Sans S Chinese;
  77. font-weight: 400;
  78. color: #0a8f8a;
  79. padding: 5rpx 10rpx;
  80. margin-left: 20rpx;
  81. }
  82. .choose-item {
  83. margin-right: 20rpx;
  84. height: 50rpx;
  85. border-radius: 50%;
  86. display: flex;
  87. justify-content: flex-start;
  88. align-items: center;
  89. font-size: 25rpx;
  90. align-self: end;
  91. }
  92. .choose-item .active {
  93. width: 38rpx;
  94. height: 38rpx;
  95. background: #00b38b;
  96. border-radius: 50%;
  97. }
  98. .remark {
  99. font-size: 26rpx;
  100. font-family: Microsoft YaHei UI;
  101. font-weight: 400;
  102. color: #666666;
  103. text-indent: 30rpx;
  104. margin-bottom: 30rpx;
  105. }
  106. .submit {
  107. margin-top: 100rpx;
  108. width: 670rpx;
  109. height: 80rpx;
  110. background: linear-gradient(-90deg, #43a1e0 0%, #13e7c1 100%);
  111. border-radius: 40rpx;
  112. font-size: 32rpx;
  113. font-family: Noto Sans S Chinese;
  114. font-weight: 400;
  115. color: #ffffff;
  116. line-height: 80rpx;
  117. }
  118. .submit::after {
  119. border: 0;
  120. }
  121. .submit[disabled] {
  122. background: #f0f0f0;
  123. color: #333;
  124. }
  125. .failTitle {
  126. margin-top: 40rpx;
  127. height: 44rpx;
  128. font-weight: 500;
  129. font-size: 32rpx;
  130. color: #090E1A;
  131. line-height: 44rpx;
  132. text-align: center;
  133. }
  134. .failMsg {
  135. margin-top: 16rpx;
  136. width: 590rpx;
  137. height: 80rpx;
  138. font-size: 28rpx;
  139. color: #59677F;
  140. line-height: 40rpx;
  141. text-align: center;
  142. }
  143. .re-btn {
  144. margin-top: 64rpx;
  145. width: 654rpx;
  146. height: 88rpx;
  147. font-weight: 500;
  148. font-size: 32rpx;
  149. color: #FFFFFF;
  150. border-radius: 44rpx;
  151. background: #3E7DF5
  152. }
  153. .title {
  154. color: rgb(8, 14, 26);
  155. font-size: 32rpx;
  156. font-weight: 700;
  157. }
  158. .tip-img {
  159. margin-top: 28rpx;
  160. width: 100%;
  161. height: 276rpx;
  162. }
  163. .tip-msg {
  164. color: rgb(0, 0, 0);
  165. font-size: 26rpx;
  166. opacity: 0.6;
  167. }
  168. .tip-msg-warn {
  169. margin-top: 16rpx;
  170. font-size: 22rpx;
  171. color: rgb(229, 19, 19);
  172. }