index.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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. .tm-menubars .body {
  28. background-color: #1b1b1b !important;
  29. }
  30. .zhuti {
  31. padding: 10px;
  32. }
  33. .kuang {
  34. margin: 0 !important;
  35. padding: 0px !important;
  36. }
  37. .my_top {
  38. font-size: 16px;
  39. color: #fff;
  40. display: flex;
  41. justify-content: space-between;
  42. margin-bottom: 40px;
  43. }
  44. .my_rest {
  45. position: absolute;
  46. left: 0;
  47. top: 40px;
  48. width: 100%;
  49. z-index: 22;
  50. }
  51. .my_rest .rest_money {
  52. font-size: 24px;
  53. color: #ffcc00;
  54. font-weight: bold;
  55. line-height: 36px;
  56. }
  57. .my_rest .my_fun {
  58. display: flex;
  59. color: #ffffff;
  60. align-items: center;
  61. justify-content: space-between;
  62. box-sizing: border-box;
  63. padding: 0px 80px;
  64. }
  65. .my_rest .fun_btn {
  66. padding: 5px 23px;
  67. background: #0178FD;
  68. border-radius: 20px;
  69. }
  70. .kuang .line_bottom {
  71. padding: 10px;
  72. border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  73. }
  74. .btm_info {
  75. margin: 5px 0;
  76. }
  77. .btm_flex {
  78. display: flex;
  79. justify-content: space-between;
  80. }
  81. .kuang .line_bottom:last-child {
  82. border-bottom: none;
  83. }
  84. .line_my {
  85. margin: 10px 0;
  86. display: flex;
  87. font-size: 14px;
  88. }
  89. .price_title {
  90. height: 54px;
  91. display: flex;
  92. color: #ffffff;
  93. padding: 0px 16px;
  94. align-items: center;
  95. background: #0178fd;
  96. justify-content: space-between;
  97. }
  98. .price_box {
  99. width: 100%;
  100. padding: 13px;
  101. display: flex;
  102. flex-wrap: wrap;
  103. justify-content: space-between;
  104. box-sizing: border-box;
  105. }
  106. .price_info_active,
  107. .price_info_Inactive {
  108. width: 30%;
  109. height: 80px;
  110. display: flex;
  111. border-radius: 10px;
  112. background: rgba(37, 37, 37, 0.5);
  113. flex-direction: column;
  114. justify-content: center;
  115. align-items: center;
  116. margin: 0px 0 8px;
  117. }
  118. .price_info_active .info_pri,
  119. .price_info_Inactive .info_pri {
  120. margin-bottom: 3px;
  121. font-size: 19px;
  122. }
  123. .price_info_active {
  124. border: 1px solid #0178fd;
  125. }
  126. .price_info_active .info_pri {
  127. color: #0178fd;
  128. }
  129. .price_info_active .info_mark {
  130. color: #0178fd;
  131. }
  132. .price_info_Inactive {
  133. border: 1px solid #AAAAAA;
  134. }
  135. .price_info_Inactive .info_pri {
  136. color: #ffffff;
  137. }
  138. .qiehuan1 .text-primary {
  139. color: white !important;
  140. }
  141. .touxiang {
  142. width: 100%;
  143. display: block;
  144. margin-top: 10px;
  145. }
  146. .xiugai image {
  147. width: 18px;
  148. vertical-align: middle;
  149. margin-right: 5px;
  150. }
  151. .xiugai text {
  152. vertical-align: middle;
  153. }
  154. .xiugai {
  155. position: absolute;
  156. right: 5px;
  157. top: 10px;
  158. }
  159. .you {
  160. border-radius: 10px;
  161. padding: 10px;
  162. width: 88%;
  163. margin: 0 auto;
  164. margin-top: 20px;
  165. }
  166. .you .grey-darken-5 {
  167. background-color: #0d0d0d !important;
  168. padding: 0px !important;
  169. }
  170. .you .text-red {
  171. color: white;
  172. }
  173. .tan .active {
  174. background-color: #AAAAAA !important;
  175. }
  176. .tan .tm-poups .grey-darken-5 {
  177. background-color: gray !important;
  178. }
  179. .tan uni-input {
  180. text-align: right;
  181. }
  182. .you .border-grey-darken-4-b-1 {
  183. border-bottom: solid 1px #313131 !important;
  184. }
  185. .inps .grey-darken-5 {
  186. background-color: transparent !important;
  187. }
  188. .yiguicla image {
  189. width: 95%;
  190. display: block;
  191. margin: 0 auto;
  192. margin-top: 5px;
  193. }
  194. .yiguicla {
  195. width: 30%;
  196. border-radius: 10px;
  197. }
  198. .sao {
  199. width: 88%;
  200. margin: 0 auto;
  201. margin-top: 40px;
  202. }
  203. .mx-32 {
  204. margin: 0px !important;
  205. margin-top: 15px !important;
  206. }
  207. .logo {
  208. width: 100%;
  209. }
  210. .dingwei {
  211. width: 21%;
  212. margin-top: 3%;
  213. }
  214. .contone {
  215. width: 48%;
  216. }
  217. .remenzan {
  218. width: 18px !important;
  219. margin-top: 10px;
  220. }
  221. .more {
  222. text-align: center;
  223. }
  224. .more image {
  225. margin-right: 10px;
  226. vertical-align: middle;
  227. width: 30px;
  228. }
  229. .btns {
  230. margin: 33px 0px;
  231. display: flex;
  232. justify-content: space-between;
  233. padding: 0px 30px;
  234. color: #ffffff;
  235. }
  236. .quxiao {
  237. border-radius: 10px;
  238. font-size: 14px;
  239. background: #303440;
  240. width: 120px;
  241. height: 35px;
  242. text-align: center;
  243. line-height: 35px;
  244. }
  245. .queding {
  246. border-radius: 10px;
  247. font-size: 14px;
  248. background: #0178fd;
  249. width: 120px;
  250. height: 35px;
  251. text-align: center;
  252. line-height: 35px;
  253. }
  254. .uni-scroll-view-content {
  255. background: #303030;
  256. }