mine.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. /* pages/mine/mine.wxss */
  2. .person{
  3. width: 690rpx;
  4. height: 200rpx;
  5. margin: 0 30rpx;
  6. display: flex;
  7. flex-direction: row;
  8. }
  9. .person_head{
  10. display: flex;
  11. width: 200rpx;
  12. height: 200rpx;
  13. }
  14. .person_head image{
  15. width: 160rpx;
  16. height: 160rpx;
  17. margin: auto;
  18. border-radius: 50%;
  19. }
  20. .person_name{
  21. width:340rpx;
  22. height: 200rpx;
  23. display: flex;
  24. flex-direction: column;
  25. justify-content: center;
  26. align-items: center;
  27. }
  28. .person_name>view:nth-child(1){
  29. width: 290rpx;
  30. height: 80rpx;
  31. line-height: 80rpx;
  32. font-size: 50rpx;
  33. font-weight: 700;
  34. text-align: left;
  35. }
  36. .person_name>view:nth-child(2){
  37. width: 290rpx;
  38. height: 60rpx;
  39. line-height: 60rpx;
  40. font-size: 36rpx;
  41. font-weight: 400;
  42. text-align: left;
  43. }
  44. .person_love{
  45. width: 150rpx;
  46. height: 200rpx;
  47. display: flex;
  48. flex-direction: row;
  49. justify-content: center;
  50. align-items: center;
  51. }
  52. .person_love image{
  53. width: 48rpx;
  54. height: 48rpx;
  55. }
  56. .person_love text{
  57. font-size: 40rpx;
  58. font-weight: 700;
  59. }
  60. .otherlove{
  61. width: 690rpx;
  62. height: 150rpx;
  63. margin: 30rpx;
  64. border: 2rpx solid rgba(208, 207, 207, 0.5);
  65. border-radius: 10rpx;
  66. box-shadow: 0px 0px 2px 0px rgba(208, 207, 207, 1);
  67. display: flex;
  68. flex-direction: row;
  69. }
  70. .other_icon{
  71. width: 200rpx;
  72. height: 150rpx;
  73. display: flex;
  74. }
  75. .other_icon image{
  76. width: 150rpx;
  77. height: 150rpx;
  78. margin: auto;
  79. }
  80. .other_title{
  81. width: 290rpx;
  82. height: 150rpx;
  83. line-height: 150rpx;
  84. font-size: 40rpx;
  85. font-weight: 700;
  86. text-align: center;
  87. }
  88. .other_arrow{
  89. width: 200rpx;
  90. height: 150rpx;
  91. display: flex;
  92. text-align: right;
  93. }
  94. .other_head{
  95. width: 106rpx;
  96. height: 44rpx;
  97. margin: auto;
  98. }
  99. .love_head{
  100. width: 44rpx;
  101. height: 44rpx;
  102. border-radius: 50%;
  103. margin-left: -10rpx;
  104. }
  105. .arrow{
  106. width: 21rpx;
  107. height: 36rpx;
  108. margin: auto;
  109. }
  110. .item{
  111. width: 690rpx;
  112. height: 120rpx;
  113. display: flex;
  114. flex-direction: row;
  115. border-bottom: 2rpx solid rgba(208, 207, 207, 0.5);
  116. margin-left: 60rpx;
  117. }
  118. .item_icon{
  119. width: 120rpx;
  120. height: 120rpx;
  121. display: flex;
  122. }
  123. .item_icon image{
  124. width: 80rpx;
  125. height: 80rpx;
  126. margin: auto;
  127. }
  128. .item_title{
  129. width: 450rpx;
  130. height: 120rpx;
  131. line-height: 120rpx;
  132. text-align: left;
  133. font-size: 40rpx;
  134. font-weight: 700;
  135. }
  136. .item_arrow{
  137. width: 100rpx;
  138. height: 120rpx;
  139. display: flex;
  140. }
  141. .item_arrow image{
  142. width: 21rpx;
  143. height: 36rpx;
  144. margin: auto;
  145. }
  146. .hover{
  147. background: rgba(208, 207, 207, 0.5);
  148. }
  149. .vipMsg{
  150. position: fixed;
  151. top: 0;
  152. left: 0;
  153. width: 100vw;
  154. height: 100vh;
  155. }
  156. .vipMsg_bg{
  157. position: absolute;
  158. top:0;
  159. left: 0;
  160. width: 100vw;
  161. height: 100vh;
  162. background: rgba(0, 0, 0, 0.5);
  163. }
  164. .vipMsg_box{
  165. position: absolute;
  166. top: 218rpx;
  167. left: 60rpx;
  168. width: 630rpx;
  169. height: 600rpx;
  170. background: #FFF;
  171. border-radius:30rpx;
  172. }
  173. .vipMsg_close{
  174. width: 630rpx;
  175. height: 80rpx;
  176. display: flex;
  177. }
  178. .vipMsg_close image{
  179. width: 50rpx;
  180. height: 50rpx;
  181. margin: auto 30rpx auto auto;
  182. }
  183. .vipMsg_icon{
  184. width: 630rpx;
  185. height: 200rpx;
  186. display: flex;
  187. }
  188. .vipMsg_icon image{
  189. width: 180rpx;
  190. height: 180rpx;
  191. margin: auto;
  192. }
  193. .vipMsg_msg{
  194. width: 630rpx;
  195. height: 140rpx;
  196. text-align: center;
  197. font-size: 40rpx;
  198. font-weight: 900;
  199. padding-top: 60rpx;
  200. }
  201. .vipMsg_btn{
  202. width: 630rpx;
  203. height: 126rpx;
  204. line-height: 120rpx;
  205. font-size: 36rpx;
  206. font-weight: 700;
  207. text-align: center;
  208. border-top: 2rpx solid #F1F1F1;
  209. border-radius:0 0 30rpx 30rpx;
  210. }