particulars.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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("http://www.hnyfwlw.com:8006/bigdata_app/image/cb/onBg.png");
  64. }
  65. .off {
  66. background-image: url("http://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: 32rpx;
  93. display: flex;
  94. justify-content: space-between;
  95. font-weight: 700;
  96. }
  97. .realtime .realtime_title .span {
  98. color: #6e6c76;
  99. font-size: 24rpx;
  100. display: flex;
  101. justify-content: space-between;
  102. margin-top: 12rpx;
  103. }
  104. .realtime .realtime_text {
  105. margin-top: 20rpx;
  106. display: flex;
  107. justify-content: space-between;
  108. flex-wrap: wrap;
  109. }
  110. .realtime .realtime_text .realtime_item {
  111. width: 48%;
  112. height: 100rpx;
  113. display: flex;
  114. box-shadow: 0 0 10rpx #bcb9ca;
  115. margin-top: 20rpx;
  116. padding: 20rpx 0;
  117. }
  118. .realtime .realtime_text .realtime_item image {
  119. width: 60rpx;
  120. height: 60rpx;
  121. margin: 20rpx 20rpx 20rpx 40rpx;
  122. }
  123. .realtime .realtime_text .realtime_item .text {
  124. padding: 10rpx 0 10rpx 30rpx;
  125. }
  126. .sim {
  127. width: 95%;
  128. margin: 40rpx auto;
  129. }
  130. .sim .sim_title {
  131. font-size: 32rpx;
  132. font-weight: 700;
  133. }
  134. .sim .sim_text {
  135. box-shadow: 0 0 10rpx #bcb9ca;
  136. padding: 30rpx;
  137. margin-top: 40rpx;
  138. }
  139. .sim .sim_text .p {
  140. margin-top: 20rpx;
  141. }
  142. .sim .sim_text .sim_plan {
  143. display: flex;
  144. margin-top: 20rpx;
  145. }
  146. .sim .sim_text .sim_plan .sim_plan_text {
  147. width: 60%;
  148. height: 16rpx;
  149. background-color: #cccccc;
  150. border-radius: 8rpx;
  151. margin: 10rpx 20rpx 0 0;
  152. }
  153. .sim .sim_text .sim_plan .sim_plan_text ._p {
  154. height: 16rpx;
  155. background-color: #0dc6b6;
  156. border-radius: 8rpx;
  157. }
  158. .btn-box {
  159. text-align: center;
  160. padding: 20rpx 30rpx;
  161. }
  162. .u-calendar__action {
  163. display: flex;
  164. justify-content: space-around;
  165. }
  166. .u-calendar__action .u-calendar__action__text {
  167. line-height: 25px;
  168. }