team.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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. position: relative;
  74. z-index: 2;
  75. padding-top: 90rpx;
  76. color: #ffffff;
  77. text-align: center;
  78. }
  79. .money-box .money {
  80. font-size: 72rpx;
  81. font-family: PingFang SC;
  82. font-weight: bold;
  83. color: #ffffff;
  84. }
  85. .money-box .text {
  86. font-size: 30rpx;
  87. }
  88. .order-item {
  89. padding: 20rpx 30rpx;
  90. line-height: 1.5;
  91. }
  92. .order-item .title-box {
  93. width: 100%;
  94. }
  95. .order-item .title-box .title-avatar {
  96. flex-shrink: 0;
  97. width: 100rpx;
  98. height: 100rpx;
  99. margin-right: 25rpx;
  100. border-radius: 100%;
  101. }
  102. .order-item .title-box .title-avatar image {
  103. width: 100%;
  104. height: 100%;
  105. border-radius: 100%;
  106. }
  107. .order-item .title-box .list_tpl {
  108. width: 85%;
  109. }
  110. .order-item .title-box .list_tpl .title {
  111. display: flex;
  112. justify-content: flex-start;
  113. font-size: 32rpx;
  114. color: #606266;
  115. overflow: hidden;
  116. text-overflow: ellipsis;
  117. white-space: nowrap;
  118. line-height: 1;
  119. text-align: center;
  120. }
  121. .order-item .title-box .list_tpl .title .title-name {
  122. max-width: 40%;
  123. }
  124. .order-item .title-box .list_tpl .title .dl {
  125. margin-left: 10rpx;
  126. width: 93rpx;
  127. height: 32rpx;
  128. border-radius: 16rpx;
  129. }
  130. .order-item .title-box .list_tpl .title .dl image {
  131. width: 93rpx;
  132. height: 32rpx;
  133. border-radius: 16rpx;
  134. }
  135. .order-item .title-box .list_tpl .title .class {
  136. display: inline-block;
  137. margin-left: 10rpx;
  138. padding: 6rpx;
  139. text-align: center;
  140. border: 1px solid #2e58ff;
  141. border-radius: 16rpx;
  142. font-size: 20rpx;
  143. font-family: PingFang SC;
  144. font-weight: 500;
  145. color: #2e58ff;
  146. }
  147. .order-item .title-box .list_tpl .time {
  148. font-size: 28rpx;
  149. color: #909399;
  150. }
  151. .order-item .money {
  152. width: 50%;
  153. text-align: right;
  154. color: #db1935;
  155. font-size: 32rpx;
  156. }
  157. .yeji {
  158. position: relative;
  159. margin: -72rpx auto 0;
  160. width: 690rpx;
  161. height: 143rpx;
  162. background: #ffffff;
  163. box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(50, 50, 52, 0.06);
  164. border-radius: 10rpx;
  165. display: flex;
  166. align-items: center;
  167. }
  168. .yeji .yeji-a {
  169. width: 50%;
  170. display: flex;
  171. flex-direction: column;
  172. justify-content: center;
  173. align-items: center;
  174. }
  175. .yeji .yeji-a .yeji-top {
  176. font-size: 28rpx;
  177. font-family: PingFang SC;
  178. font-weight: bold;
  179. color: #333333;
  180. }
  181. .yeji .yeji-a .yeji-buttom {
  182. font-size: 42rpx;
  183. font-family: PingFang SC;
  184. font-weight: bold;
  185. color: #333333;
  186. }
  187. .yeji .border {
  188. width: 1rpx;
  189. height: 51rpx;
  190. background: #dddddd;
  191. }
  192. .navbar {
  193. margin-top: 20rpx;
  194. display: flex;
  195. height: 88rpx;
  196. padding: 0 5px;
  197. background: #fff;
  198. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  199. position: relative;
  200. z-index: 10;
  201. }
  202. .navbar .nav-item {
  203. flex: 1;
  204. display: flex;
  205. justify-content: center;
  206. align-items: center;
  207. height: 100%;
  208. font-size: 15px;
  209. color: #999999;
  210. position: relative;
  211. }
  212. .navbar .nav-item.current {
  213. color: #000;
  214. }
  215. .navbar .nav-item.current:after {
  216. content: '';
  217. position: absolute;
  218. left: 50%;
  219. bottom: 0;
  220. -webkit-transform: translateX(-50%);
  221. transform: translateX(-50%);
  222. width: 44px;
  223. height: 0;
  224. border-bottom: 2px solid #fe5b38;
  225. }
  226. .buttom-box {
  227. position: relative;
  228. background-color: #ffffff;
  229. text-align: center;
  230. padding: 30rpx 0;
  231. }
  232. .buttom-box .buttom {
  233. flex-grow: 1;
  234. }
  235. .buttom-box .money {
  236. font-size: 32rpx;
  237. font-weight: bold;
  238. color: #ffc11d;
  239. }
  240. .buttom-box .text {
  241. padding-bottom: 26rpx;
  242. font-size: 28rpx;
  243. font-weight: 500;
  244. color: #666666;
  245. }
  246. .buttom-box .text.current {
  247. border-bottom: 2px solid #ffc11d;
  248. }
  249. .buttom-box .icon {
  250. height: 50rpx;
  251. width: 48rpx;
  252. margin: 0 auto;
  253. }
  254. .buttom-box .icon .icon-img {
  255. width: 100%;
  256. height: 100%;
  257. }