particulars.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .info {
  28. padding: 20rpx 40rpx;
  29. color: #fff;
  30. line-height: 50rpx;
  31. font-size: 26rpx;
  32. background-size: 100% auto;
  33. background-repeat: no-repeat;
  34. background-color: #0DC6B6;
  35. background-position: top left;
  36. box-sizing: border-box;
  37. width: 95%;
  38. margin: 0 auto;
  39. }
  40. .info ._p:first-child {
  41. font-size: 32rpx;
  42. }
  43. .info .expiretishi {
  44. font-size: 24rpx;
  45. color: #FF0000;
  46. }
  47. .info .tishi {
  48. width: 28rpx;
  49. height: 28rpx;
  50. margin: 0rpx 0 0 20rpx;
  51. }
  52. .info .fillin {
  53. display: flex;
  54. }
  55. .info .fillin input {
  56. width: 200rpx;
  57. font-size: 24rpx;
  58. height: 50rpx;
  59. line-height: 50rpx;
  60. text-indent: 1em;
  61. }
  62. .on {
  63. background-image: url("https://www.hnyfwlw.com:8006/bigdata_app/image/cb/onBg.png");
  64. }
  65. .off {
  66. background-image: url("https://www.hnyfwlw.com:8006/bigdata_app/image/cb/offBg.png");
  67. }
  68. .control {
  69. width: 90%;
  70. display: flex;
  71. text-align: center;
  72. box-sizing: border-box;
  73. margin: 30rpx auto;
  74. }
  75. .control .control_item {
  76. width: 120rpx;
  77. height: 120rpx;
  78. margin-right: 40rpx;
  79. }
  80. .control .control_item image {
  81. width: 70rpx;
  82. height: 70rpx;
  83. }
  84. .control .control_item ._p {
  85. font-size: 24rpx;
  86. }
  87. .realtime {
  88. width: 95%;
  89. margin: 0rpx auto;
  90. }
  91. .realtime .realtime_title {
  92. font-size: 36rpx;
  93. display: flex;
  94. justify-content: space-between;
  95. }
  96. .realtime .realtime_title .span {
  97. color: #6e6c76;
  98. font-size: 24rpx;
  99. display: flex;
  100. justify-content: space-between;
  101. margin-top: 12rpx;
  102. }
  103. .realtime .realtime_text {
  104. margin-top: 20rpx;
  105. display: flex;
  106. justify-content: space-between;
  107. flex-wrap: wrap;
  108. }
  109. .realtime .realtime_text .realtime_item {
  110. width: 48%;
  111. height: 100rpx;
  112. display: flex;
  113. box-shadow: 0 0 10rpx #bcb9ca;
  114. margin-top: 20rpx;
  115. padding: 20rpx 0;
  116. }
  117. .realtime .realtime_text .realtime_item image {
  118. width: 60rpx;
  119. height: 60rpx;
  120. margin: 20rpx 20rpx 20rpx 40rpx;
  121. }
  122. .realtime .realtime_text .realtime_item .text {
  123. padding: 10rpx 0 10rpx 30rpx;
  124. }
  125. .sim {
  126. width: 95%;
  127. margin: 40rpx auto;
  128. }
  129. .sim .sim_title {
  130. font-size: 36rpx;
  131. }
  132. .sim .sim_text {
  133. box-shadow: 0 0 10rpx #bcb9ca;
  134. padding: 30rpx;
  135. margin-top: 40rpx;
  136. }
  137. .sim .sim_text .p {
  138. margin-top: 20rpx;
  139. }
  140. .sim .sim_text .sim_plan {
  141. display: flex;
  142. margin-top: 20rpx;
  143. }
  144. .sim .sim_text .sim_plan .sim_plan_text {
  145. width: 60%;
  146. height: 16rpx;
  147. background-color: #cccccc;
  148. border-radius: 8rpx;
  149. margin: 10rpx 20rpx 0 0;
  150. }
  151. .sim .sim_text .sim_plan .sim_plan_text ._p {
  152. height: 16rpx;
  153. background-color: #0dc6b6;
  154. border-radius: 8rpx;
  155. }
  156. .btn-box {
  157. text-align: center;
  158. padding: 20rpx 30rpx;
  159. }
  160. .u-calendar__action {
  161. display: flex;
  162. justify-content: space-around;
  163. }
  164. .u-calendar__action .u-calendar__action__text {
  165. line-height: 25px;
  166. }