team.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. background: #f8f8f8;
  13. height: 100%;
  14. }
  15. .status_bar {
  16. height: 25px;
  17. width: 100%;
  18. background: #5dbc7c;
  19. }
  20. .content-money {
  21. position: relative;
  22. height: 480rpx;
  23. }
  24. .content-money .content-bg {
  25. position: absolute;
  26. top: 0;
  27. left: 0;
  28. right: 0;
  29. width: 750rpx;
  30. height: 480rpx;
  31. }
  32. .content-money .content-bg image {
  33. width: 100%;
  34. height: 100%;
  35. }
  36. .content-money .body-title {
  37. height: 80rpx;
  38. text-align: center;
  39. font-size: 35rpx;
  40. position: relative;
  41. }
  42. .content-money .body-title .header {
  43. position: absolute;
  44. left: 0;
  45. top: 0;
  46. width: 100%;
  47. font-size: 36rpx;
  48. font-family: PingFang SC;
  49. font-weight: bold;
  50. color: #fffeff;
  51. height: 80rpx;
  52. font-size: 36rpx;
  53. font-weight: 700;
  54. z-index: 9;
  55. display: flex;
  56. justify-content: center;
  57. align-items: center;
  58. }
  59. .content-money .body-title .goback-box {
  60. position: absolute;
  61. left: 18rpx;
  62. top: 0;
  63. height: 80rpx;
  64. display: flex;
  65. align-items: center;
  66. }
  67. .content-money .body-title .goback {
  68. z-index: 100;
  69. width: 34rpx;
  70. height: 34rpx;
  71. }
  72. .money-box {
  73. width: 50%;
  74. position: relative;
  75. z-index: 2;
  76. padding-top: 90rpx;
  77. color: #ffffff;
  78. text-align: center;
  79. }
  80. .money-box .money {
  81. font-size: 72rpx;
  82. font-family: PingFang SC;
  83. font-weight: bold;
  84. color: #ffffff;
  85. }
  86. .money-box .text {
  87. font-size: 30rpx;
  88. }
  89. .order-item {
  90. padding: 20rpx 30rpx;
  91. line-height: 1.5;
  92. background-color: #fff;
  93. }
  94. .order-item .title-box {
  95. width: 100%;
  96. }
  97. .order-item .title-box .title-avatar {
  98. flex-shrink: 0;
  99. width: 100rpx;
  100. height: 100rpx;
  101. margin-right: 25rpx;
  102. border-radius: 100%;
  103. }
  104. .order-item .title-box .title-avatar image {
  105. width: 100%;
  106. height: 100%;
  107. border-radius: 100%;
  108. }
  109. .order-item .title-box .list_tpl {
  110. width: 85%;
  111. }
  112. .order-item .title-box .list_tpl .title {
  113. display: flex;
  114. justify-content: flex-start;
  115. font-size: 32rpx;
  116. color: #606266;
  117. overflow: hidden;
  118. text-overflow: ellipsis;
  119. white-space: nowrap;
  120. line-height: 1;
  121. text-align: center;
  122. }
  123. .order-item .title-box .list_tpl .title .title-name {
  124. max-width: 40%;
  125. }
  126. .order-item .title-box .list_tpl .title .dl {
  127. margin-left: 10rpx;
  128. width: 93rpx;
  129. height: 32rpx;
  130. border-radius: 16rpx;
  131. }
  132. .order-item .title-box .list_tpl .title .dl image {
  133. width: 93rpx;
  134. height: 32rpx;
  135. border-radius: 16rpx;
  136. }
  137. .order-item .title-box .list_tpl .title .class {
  138. display: inline-block;
  139. margin-left: 10rpx;
  140. padding: 6rpx;
  141. text-align: center;
  142. border: 1px solid #2e58ff;
  143. border-radius: 16rpx;
  144. font-size: 20rpx;
  145. font-family: PingFang SC;
  146. font-weight: 500;
  147. color: #2e58ff;
  148. }
  149. .order-item .title-box .list_tpl .time {
  150. font-size: 32rpx;
  151. color: #909399;
  152. }
  153. .order-item .money {
  154. width: 50%;
  155. text-align: right;
  156. color: #db1935;
  157. font-size: 32rpx;
  158. }
  159. .yeji {
  160. position: relative;
  161. margin: -72rpx auto 0;
  162. width: 690rpx;
  163. height: 143rpx;
  164. background: #ffffff;
  165. box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(50, 50, 52, 0.06);
  166. border-radius: 10rpx;
  167. display: flex;
  168. align-items: center;
  169. }
  170. .yeji .yeji-a {
  171. width: 50%;
  172. display: flex;
  173. flex-direction: column;
  174. justify-content: center;
  175. align-items: center;
  176. }
  177. .yeji .yeji-a .yeji-top {
  178. font-size: 28rpx;
  179. font-family: PingFang SC;
  180. font-weight: bold;
  181. color: #333333;
  182. }
  183. .yeji .yeji-a .yeji-buttom {
  184. font-size: 42rpx;
  185. font-family: PingFang SC;
  186. font-weight: bold;
  187. color: #333333;
  188. }
  189. .yeji .border {
  190. width: 1rpx;
  191. height: 51rpx;
  192. background: #dddddd;
  193. }
  194. .navbar {
  195. margin-top: 20rpx;
  196. display: flex;
  197. height: 88rpx;
  198. padding: 0 5px;
  199. background: #fff;
  200. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  201. position: relative;
  202. z-index: 10;
  203. }
  204. .navbar .nav-item {
  205. flex: 1;
  206. display: flex;
  207. justify-content: center;
  208. align-items: center;
  209. height: 100%;
  210. font-size: 15px;
  211. color: #999999;
  212. position: relative;
  213. }
  214. .navbar .nav-item.current {
  215. color: #000;
  216. }
  217. .navbar .nav-item.current:after {
  218. content: '';
  219. position: absolute;
  220. left: 50%;
  221. bottom: 0;
  222. -webkit-transform: translateX(-50%);
  223. transform: translateX(-50%);
  224. width: 44px;
  225. height: 0;
  226. border-bottom: 2px solid #fe5b38;
  227. }
  228. .buttom-box {
  229. position: relative;
  230. background-color: #ffffff;
  231. text-align: center;
  232. padding: 30rpx 0;
  233. }
  234. .buttom-box .buttom {
  235. flex-grow: 1;
  236. }
  237. .buttom-box .money {
  238. font-size: 32rpx;
  239. font-weight: bold;
  240. color: #ff4173;
  241. }
  242. .buttom-box .text {
  243. padding-bottom: 26rpx;
  244. font-size: 28rpx;
  245. font-weight: 500;
  246. color: #666666;
  247. }
  248. .buttom-box .text.current {
  249. border-bottom: 2px solid #ff4173;
  250. }
  251. .buttom-box .icon {
  252. height: 50rpx;
  253. width: 48rpx;
  254. margin: 0 auto;
  255. }
  256. .buttom-box .icon .icon-img {
  257. width: 100%;
  258. height: 100%;
  259. }