index.scss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. .my-card {
  2. width: 690rpx;
  3. background: #FFFFFF;
  4. border-radius: 16rpx;
  5. margin: 0 auto;
  6. margin-top: 20rpx;
  7. box-sizing: border-box;
  8. overflow: hidden;
  9. .mtitle {
  10. display: flex;
  11. align-items: center;
  12. justify-content: space-between;
  13. width: 100%;
  14. height: 90rpx;
  15. padding: 0 20rpx 0 30rpx;
  16. border-bottom: 1px solid #EEEEEE;
  17. box-sizing: border-box;
  18. .title-l {
  19. font-size: 28rpx;
  20. font-family: PingFang SC-Bold, PingFang SC;
  21. font-weight: bold;
  22. color: #333333;
  23. }
  24. }
  25. }
  26. .hover:hover {
  27. opacity: .95;
  28. // background: #f4f5f7;
  29. }
  30. page {
  31. padding: 0 !important;
  32. overflow: hidden !important;
  33. }
  34. .user-item {
  35. display: flex;
  36. padding: 20rpx 30rpx;
  37. .user-img {
  38. display: flex;
  39. align-items: center;
  40. height: 130rpx;
  41. }
  42. .details {
  43. width: 507rpx;
  44. min-height: 130rpx;
  45. margin-left: 30rpx;
  46. .user-name {
  47. display: flex;
  48. height: 42rpx !important;
  49. font-size: 30rpx;
  50. font-family: PingFang SC-Bold, PingFang SC;
  51. font-weight: bold;
  52. color: #333333;
  53. .line-1 {
  54. max-width: 250rpx;
  55. }
  56. .position {
  57. font-size: 24rpx;
  58. font-family: PingFang SC-Bold, PingFang SC;
  59. font-weight: bold;
  60. color: #333333;
  61. margin-top: 6rpx;
  62. margin-left: 30rpx;
  63. }
  64. .icon {
  65. flex: 1;
  66. .iconfont {
  67. float: right;
  68. margin-top: 4rpx;
  69. }
  70. }
  71. }
  72. .base-msg {
  73. margin-top: 10rpx;
  74. min-height: 34rpx;
  75. line-height: 34rpx;
  76. font-size: 24rpx;
  77. font-family: PingFang SC-Regular, PingFang SC;
  78. color: #666666;
  79. .tag {
  80. margin-right: 4rpx;
  81. }
  82. .iconfont {
  83. margin-left: 60rpx;
  84. color: var(--assist);
  85. font-size: 26rpx;
  86. }
  87. }
  88. }
  89. }
  90. /* 角色 */
  91. .role-item {
  92. padding: 20rpx 30rpx;
  93. display: flex;
  94. justify-content: space-between;
  95. .role-l {
  96. height: 86rpx;
  97. width: 580rpx;
  98. .first-line {
  99. height: 42rpx;
  100. .label {
  101. display: inline-block;
  102. max-width: 250rpx;
  103. font-size: 30rpx;
  104. font-family: PingFang SC-Bold, PingFang SC;
  105. font-weight: bold;
  106. color: #333333;
  107. }
  108. .role {
  109. display: inline-block;
  110. max-width: 250rpx;
  111. font-size: 24rpx;
  112. font-family: PingFang SC-Regular, PingFang SC;
  113. color: #333333;
  114. margin-left: 20rpx;
  115. }
  116. }
  117. .creator {
  118. font-size: 24rpx;
  119. font-family: PingFang SC-Regular, PingFang SC;
  120. color: #666666;
  121. margin-top: 10rpx;
  122. }
  123. }
  124. .role-r {
  125. display: flex;
  126. align-items: center;
  127. height: 86rpx;
  128. width: 30rpx;
  129. text {
  130. font-size: 28rpx;
  131. }
  132. }
  133. }
  134. /* 订单 */
  135. .orderForm {
  136. position: relative;
  137. padding: 20rpx 30rpx;
  138. .label {
  139. line-height: 42rpx;
  140. font-size: 30rpx;
  141. font-family: PingFang SC-Bold, PingFang SC;
  142. font-weight: bold;
  143. color: #333333;
  144. margin-top: 0rpx;
  145. }
  146. view {
  147. line-height: 34rpx;
  148. font-size: 24rpx;
  149. color: #666666;
  150. margin-top: 10rpx;
  151. .price {
  152. color: #FF3B30;
  153. }
  154. }
  155. .status {
  156. display: block;
  157. position: absolute;
  158. top: 20rpx;
  159. right: 30rpx;
  160. width: 96rpx;
  161. height: 36rpx;
  162. line-height: 36rpx;
  163. text-align: center;
  164. border-radius: 4rpx;
  165. font-size: 20rpx;
  166. color: #FFFFFF;
  167. }
  168. }
  169. /* 吸底 */
  170. .footer {
  171. position: fixed;
  172. width: 100vw;
  173. text-align: center;
  174. padding: 20rpx 0;
  175. background-color: #ffffff;
  176. bottom: 0;
  177. .add-but {
  178. width: 500rpx;
  179. height: 90rpx;
  180. border-radius: 45rpx;
  181. }
  182. }