merc.wxss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .container .content.data-v-c90a5174 {
  27. font-size: 28rpx;
  28. font-weight: 500;
  29. text-align: center;
  30. }
  31. .container .empty.data-v-c90a5174 {
  32. margin-top: 50%;
  33. }
  34. .container .search.data-v-c90a5174 {
  35. margin: 20rpx 10rpx;
  36. }
  37. .container .popMenu.data-v-c90a5174 {
  38. background-color: white;
  39. padding: 20rpx 20rpx 20rpx 20rpx;
  40. }
  41. .container .searchMenu.data-v-c90a5174 {
  42. width: 600rpx;
  43. font-size: 28rpx;
  44. flex-direction: column;
  45. position: relative;
  46. }
  47. .container .searchMenu .searchMenu_body.data-v-c90a5174 {
  48. overflow-y: scroll;
  49. margin-bottom: 100rpx;
  50. }
  51. .container .searchMenu .label.data-v-c90a5174 {
  52. text-align: left;
  53. margin: 20rpx 10rpx 10rpx 10rpx;
  54. width: 600rpx;
  55. }
  56. .container .searchMenu .searchMenu_bottom.data-v-c90a5174 {
  57. width: 100%;
  58. padding: 20rpx;
  59. position: absolute;
  60. bottom: 0rpx;
  61. left: 0;
  62. }
  63. .container .simple_merc.data-v-c90a5174 {
  64. padding: 14rpx;
  65. background-color: #F7F7F7;
  66. margin-bottom: 2rpx;
  67. border-radius: 8rpx;
  68. }
  69. .container .topbar.data-v-c90a5174 {
  70. background-color: white;
  71. padding: 0rpx 20rpx 0rpx 20rpx;
  72. }
  73. .container .data_total.data-v-c90a5174 {
  74. padding-left: 20rpx;
  75. background-color: white;
  76. text-align: center;
  77. font-size: 28rpx;
  78. }
  79. .container .tab-list.data-v-c90a5174 {
  80. width: 100%;
  81. background-color: #fff;
  82. padding: 0 26rpx;
  83. }
  84. .container .tab-list .tab-item.data-v-c90a5174 {
  85. padding: 0 20rpx;
  86. height: 62rpx;
  87. background: #F7F7F7;
  88. border-radius: 10rpx;
  89. font-size: 28rpx;
  90. font-weight: 500;
  91. color: #777777;
  92. line-height: 62rpx;
  93. margin-bottom: 14rpx;
  94. text-align: center;
  95. }
  96. .container .tab-list .tab-item.tab-show.data-v-c90a5174 {
  97. background: #F4F8FF;
  98. color: #2C6FF3;
  99. }
  100. .container .scrollview.data-v-c90a5174 {
  101. padding: 16rpx 16rpx 16rpx 16rpx;
  102. padding-bottom: calc(20rpx + env(safe-area-inset-bottom) / 2);
  103. }
  104. .container .scrollview .xy-card.data-v-c90a5174 {
  105. margin-bottom: 24rpx;
  106. }
  107. .container .scrollview .eq-item.data-v-c90a5174 {
  108. position: relative;
  109. }
  110. .container .scrollview .eq-item + .eq-item.data-v-c90a5174 {
  111. padding-top: 12rpx;
  112. }
  113. .container .scrollview .eq-item .eq-content .eq-wrap.data-v-c90a5174 {
  114. border-radius: 8rpx;
  115. background-color: white;
  116. box-sizing: border-box;
  117. padding: 24rpx 12rpx;
  118. font-size: 26rpx;
  119. }
  120. .container .scrollview .eq-item .eq-content .eq-wrap .eq-name.data-v-c90a5174 {
  121. text-align: left;
  122. font-size: 32rpx;
  123. font-weight: bold;
  124. margin-bottom: 12rpx;
  125. position: relative;
  126. }
  127. .container .scrollview .eq-item .eq-content .eq-wrap .eq-name > .eq-title.data-v-c90a5174 {
  128. width: 420rpx;
  129. }
  130. .container .scrollview .eq-item .eq-content .eq-wrap .eq-name > .eq-title > text.data-v-c90a5174 {
  131. font-size: 30rpx;
  132. color: #666;
  133. font-weight: normal;
  134. }
  135. .container .scrollview .eq-item .eq-content .eq-wrap .eq-name .eq-status-box.data-v-c90a5174 {
  136. float: right;
  137. position: absolute;
  138. right: 0;
  139. top: 0;
  140. }
  141. .container .scrollview .eq-item .eq-content .eq-wrap .eq-name .eq-status.data-v-c90a5174 {
  142. font-size: 28rpx;
  143. color: #666;
  144. font-weight: normal;
  145. margin-left: 12rpx;
  146. }
  147. .container .scrollview .eq-item .eq-content .eq-wrap .eq-name .eq-status > text.data-v-c90a5174 {
  148. display: inline-block;
  149. background-color: #666;
  150. width: 16rpx;
  151. height: 16rpx;
  152. border-radius: 16rpx;
  153. margin-right: 12rpx;
  154. }
  155. .container .scrollview .eq-item .eq-content .eq-wrap .eq-name .eq-status.online.data-v-c90a5174 {
  156. color: #f56c6c;
  157. }
  158. .container .scrollview .eq-item .eq-content .eq-wrap .eq-name .eq-status.online > text.data-v-c90a5174 {
  159. background-color: green;
  160. }
  161. .container .scrollview .eq-item .eq-content .eq-wrap .eq-toolbar.data-v-c90a5174 {
  162. margin-top: 10rpx;
  163. }
  164. .container .scrollview .eq-item .eq-content .eqeq-type.data-v-c90a5174 {
  165. display: flex;
  166. flex-direction: row;
  167. align-items: center;
  168. font-size: 28rpx;
  169. }
  170. .container .scrollview .eq-item .eq-content .eqeq-type > view.data-v-c90a5174:nth-child(1) {
  171. text-align: left;
  172. color: #000;
  173. width: 200rpx;
  174. }
  175. .container .scrollview .eq-item .eq-content .eqeq-type > view.data-v-c90a5174:nth-child(2) {
  176. color: #666;
  177. padding-left: 6rpx;
  178. }
  179. .container .scrollview .eq-item .eq-content .eqeq-type + .eqeq-type.data-v-c90a5174 {
  180. margin-top: 8rpx;
  181. }
  182. .container .scrollview .eq-item .eq-content .message.data-v-c90a5174 {
  183. min-height: 100rpx;
  184. border-style: solid;
  185. border-width: 2rpx;
  186. border-color: #cccccc;
  187. border-radius: 10rpx;
  188. margin: 20rpx 10rpx;
  189. padding: 10rpx 10rpx;
  190. background-color: #FFF0F5;
  191. text-align: left;
  192. }
  193. .container .scrollview .eq-item .eq-content .status.data-v-c90a5174 {
  194. width: 130rpx;
  195. height: 120rpx;
  196. box-sizing: border-box;
  197. border-radius: 120rpx;
  198. text-align: center;
  199. display: flex;
  200. flex-flow: column;
  201. justify-content: space-around;
  202. align-items: center;
  203. position: absolute;
  204. right: 12rpx;
  205. bottom: 24rpx;
  206. }
  207. .container .scrollview .eq-item .eq-content .status .s-name.data-v-c90a5174 {
  208. font-size: 28rpx;
  209. padding-top: 20rpx;
  210. font-weight: bold;
  211. }
  212. .container .scrollview .eq-item .eq-content .status .s-num.data-v-c90a5174 {
  213. font-size: 32rpx;
  214. padding-bottom: 20rpx;
  215. }