team.wxss 4.7 KB

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