ucenter.scss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. page {
  2. background-color: #0F0F1D;
  3. width: 100%;
  4. height: 100vh;
  5. }
  6. .page {
  7. width: 750rpx;height:1624rpx;
  8. background: linear-gradient( 180deg, #24234B 0%, #0F0F1D 100%);
  9. border-radius: 0rpx 0rpx 0rpx 0rpx;
  10. background-repeat: repeat-y;
  11. }
  12. .header {
  13. display: flex;
  14. flex-direction: row;
  15. justify-content: center;
  16. align-items: center;
  17. width: 750rpx;height: 320rpx;
  18. padding-top:30rpx;
  19. .bg {
  20. display: flex;flex-direction: row;
  21. width: 690rpx;height: 320rpx;
  22. background: url('http://c.yujianmate.com/images/v1/w3/w3_bg_1.png');
  23. background-size: 690rpx 320rpx;
  24. // background: #211F33;
  25. // border-radius: 24rpx 24rpx 24rpx 24rpx;
  26. justify-content: center;
  27. padding-left:50rpx;
  28. .left {
  29. width:350rpx;
  30. display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;
  31. .user {
  32. display: flex;flex-direction: row;justify-content: center;align-items: center;padding-top:44rpx;
  33. .avator {
  34. width:68rpx;height:68rpx;border-radius: 34rpx;
  35. }
  36. .iconV {
  37. width:78rpx;height:42rpx;
  38. }
  39. .nickname {
  40. font-weight: bold;
  41. font-size: 32rpx;
  42. color: #FFFFFF;padding-left: 8rpx;padding-right: 8rpx;
  43. }
  44. }
  45. .num {
  46. font-weight: bold;padding-top:64rpx;
  47. font-size: 64rpx;
  48. color: #FFFFFF;
  49. }
  50. .desc {
  51. font-weight: 400;padding-top:12rpx;
  52. font-size: 28rpx;
  53. color: #999999;
  54. display: flex;flex-direction: row;justify-content: center;align-items: center;
  55. image {
  56. width:36rpx;height:36rpx;
  57. }
  58. }
  59. }
  60. .right {
  61. width:300rpx;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
  62. .icon {
  63. width:250rpx;height:250rpx;margin-top:4rpx;
  64. }
  65. .arrow {
  66. width:30rpx;
  67. }
  68. .desc {
  69. padding-top:0rpx;
  70. font-weight: 400;
  71. font-size: 28rpx;
  72. color: #FFFFFF;
  73. display: flex;flex-direction: row;justify-content: center;align-items: center;
  74. image {
  75. width:36rpx;height:36rpx;
  76. }
  77. }
  78. }
  79. }
  80. }
  81. .thread {
  82. height: 20rpx;
  83. }
  84. .thread2 {
  85. height: 60rpx;
  86. }
  87. .sigin {
  88. display: flex;flex-direction: row;justify-content:flex-end;align-items: center;
  89. width: 690rpx;height: 96rpx;margin:24rpx auto;
  90. background: url('http://c.yujianmate.com/images/v1/w3/signin.png');
  91. background-size: 690rpx 96rpx;
  92. .btn {
  93. width:152rpx;height:72rpx;border-radius: 20rpx;margin-right:40rpx;
  94. background: url('http://c.yujianmate.com/images/v1/w3/signBtn.png');
  95. background-size: 152rpx 72rpx;
  96. display: flex;flex-direction: row;justify-content: center;align-items: center;
  97. color: #FFFFFF;
  98. }
  99. .gray {
  100. // background-color: rgba(255, 255, 255, 0.7);
  101. background:none;
  102. }
  103. }
  104. .list_r {
  105. width:750rpx;display: flex;flex-direction: row;justify-content: flex-start;align-items: center;margin-top:-10rpx;
  106. font-weight: bold;padding-left:30rpx;
  107. font-size: 32rpx;
  108. color: #FFFFFF;
  109. .item1 {
  110. width: 334rpx;height: 180rpx;margin-right:20rpx;
  111. background: url('http://c.yujianmate.com/images/v1/w3/bg_c1_box.png');
  112. background-size: 334rpx 180rpx;
  113. }
  114. .item2 {
  115. width: 334rpx;height: 180rpx;
  116. background: url('http://c.yujianmate.com/images/v1/w3/bg_c1_share.png');
  117. background-size: 334rpx 180rpx;
  118. }
  119. .item3 {
  120. width: 334rpx;height: 180rpx;margin-right:20rpx;margin-top:34rpx;
  121. background: url('http://c.yujianmate.com/images/v1/w3/bg_c1_tran.png');
  122. background-size: 334rpx 180rpx;
  123. }
  124. .item4 {
  125. width: 334rpx;height: 180rpx;margin-top:34rpx;
  126. background: url('http://c.yujianmate.com/images/v1/w3/bg_c1_x.png');
  127. background-size: 334rpx 180rpx;
  128. }
  129. }
  130. .list_item {
  131. width:690rpx;height:268rpx;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;
  132. background: url('http://c.yujianmate.com/images/v1/w3/bg_box2.png');
  133. background-size: 690rpx 268rpx;margin:0 auto;
  134. .item2 {
  135. width:690rpx;height:268rpx;
  136. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  137. .left {
  138. width:220rpx;height:268rpx;
  139. display: flex;flex-direction: column;justify-content: center;align-items: center;
  140. image {
  141. width:220rpx;
  142. }
  143. .price{
  144. width:220rpx;height:48rpx;
  145. background: #A785D6;
  146. border-radius: 0rpx 0rpx 24rpx 24rpx;
  147. background-size: 220rpx 48rpx;
  148. font-size: 28rpx;
  149. text-align: center;
  150. color: #FFFFFF;
  151. }
  152. .name {
  153. font-weight: bold;margin-top: 14rpx;text-align: left;
  154. font-size: 28rpx;
  155. color: #FFFFFF;
  156. }
  157. .time {
  158. font-weight: 400;margin-top: 14rpx;text-align: left;
  159. font-size: 24rpx;
  160. color: #999999;
  161. }
  162. }
  163. .right {
  164. width:470rpx;
  165. display: flex;flex-direction: column;justify-content: space-around;align-items: center;
  166. .item1 {
  167. width:470rpx;height:32rpx;
  168. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  169. margin-top:24rpx;
  170. margin-bottom:24rpx;
  171. .left2 {
  172. font-weight: bold;padding-left:24rpx;
  173. font-size: 32rpx;
  174. color: #FFFFFF;
  175. }
  176. .right2 {
  177. font-weight: 400;padding-right:24rpx;
  178. font-size: 28rpx;
  179. color: #FFFFFF;
  180. }
  181. }
  182. .content {
  183. font-weight: 400;font-size: 24rpx;color: #FFFFFF;
  184. padding-left:24rpx;padding-right:24rpx;
  185. }
  186. .act {
  187. width:100%;display: flex;flex-direction: row;justify-content: flex-end;align-items: center;
  188. padding-right: 24rpx;padding-bottom:20rpx;
  189. .btn {
  190. width:136rpx;height:60rpx;border-radius: 20rpx;
  191. background: url('http://c.yujianmate.com/images/v1/w3/tansuo.png');
  192. // background: linear-gradient( 180deg, #24234B 0%, #0F0F1D 100%);
  193. background-size: 136rpx 60rpx;
  194. display: flex;flex-direction: row;justify-content: center;align-items: center;
  195. font-weight: bold;
  196. text-align: center;
  197. font-style: normal;
  198. color: #FFFFFF;
  199. }
  200. .sign_name {
  201. font-weight: normal;
  202. font-size: 24rpx;
  203. color: #fff;margin-bottom: 16rpx;
  204. }
  205. }
  206. }
  207. }
  208. }