me.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. /* pages/me/me.wxss */
  2. .container{
  3. width: 100vh;
  4. height: 100vh;
  5. background: #F5F5F5;
  6. position: relative;
  7. }
  8. .message{
  9. position: absolute;
  10. width: 100vw;
  11. height: 40vh;
  12. background:#fff;
  13. top: 1vh;
  14. left: 0;
  15. }
  16. .msg-top{
  17. width: 100vw;
  18. height: 16vh;
  19. /* background: red; */
  20. margin-top: 2vh;
  21. position: relative;
  22. }
  23. .msg-photo{
  24. width: 20vw;
  25. height: 14vh;
  26. position: absolute;
  27. left: 4vw;
  28. }
  29. .msg-content{
  30. width: 74vw;
  31. height: 16vh;
  32. position: absolute;
  33. left: 20vw;
  34. font-size: 0.8rem;
  35. position: relative;
  36. }
  37. .name{
  38. margin-bottom: 0.5vh;
  39. display: inline-block;
  40. }
  41. .symbol{
  42. position: absolute;
  43. width: 15vw;
  44. height: 4vh;
  45. margin-left: 5vw;
  46. display: inline-block;
  47. background:#66CDAA;
  48. opacity: 0.9;
  49. font-size: 0.7rem;
  50. text-align: center;
  51. border-radius: 5px;
  52. line-height: 4vh;
  53. top: -0.5vh;
  54. }
  55. .number{
  56. margin-top: 1vh;
  57. }
  58. .exchange{
  59. margin-top: 1.5vh;
  60. }
  61. .fo-money{
  62. display: inline-block;
  63. }
  64. .exchange{
  65. display: inline-block;
  66. margin-left: 2vw;
  67. color: orange;
  68. font-weight: 800;
  69. }
  70. .msg-bottom{
  71. width: 100vw;
  72. height: 22vh;
  73. /* background: yellow; */
  74. /* margin-top: 1vh; */
  75. }
  76. .shebao{
  77. width: 90vw;
  78. height: 20vh;
  79. margin: auto;
  80. border-radius: 0.8rem 0.8rem 50% 50%;
  81. background: rgb(245, 94, 24);
  82. color: #fff;
  83. position: relative;
  84. }
  85. .shebao-con{
  86. width: 80vw;
  87. height: 15vh;
  88. position: absolute;
  89. top: 2.5vh;
  90. left: 5vw;
  91. }
  92. .shebao-con text:nth-child(2){
  93. float: right;
  94. }
  95. .shebao-con view{
  96. font-size: 0.8rem;
  97. }
  98. .order{
  99. width: 100vw;
  100. height: 27vh;
  101. background: #fff;
  102. position: absolute;
  103. top: 43vh;
  104. left: 0;
  105. }
  106. .order-top{
  107. margin-top: 1vh;
  108. }
  109. .order-top text:nth-child(1){
  110. margin-top: 1vh;
  111. margin-left: 2vw;
  112. }
  113. .order-font{
  114. float: right;
  115. margin-right:5vw ;
  116. }
  117. .order-bottom{
  118. width: 100vw;
  119. height: 21vh;
  120. margin-top:1vh;
  121. /* background: pink; */
  122. position: relative;
  123. }
  124. .order-img{
  125. height: 15vh;
  126. width: 20vw;
  127. /* background: yellow; */
  128. position: absolute;
  129. top: 3vh;
  130. margin-left:10vw ;
  131. font-size: 0.8rem;
  132. text-align: center;
  133. }
  134. .img-box{
  135. background: #FF7F50;
  136. border-radius: 25px;
  137. width: 20vw;
  138. height: 12vh;
  139. }
  140. .omg{
  141. margin-top: 1vh;
  142. }
  143. .order-img2{
  144. height: 15vh;
  145. width: 20vw;
  146. /* background: yellow; */
  147. position: absolute;
  148. top: 3vh;
  149. left: 30vw;
  150. margin-left:10vw ;
  151. font-size: 0.8rem;
  152. text-align: center;
  153. }
  154. .order-img3{
  155. height: 15vh;
  156. width: 20vw;
  157. /* background: yellow; */
  158. position: absolute;
  159. top: 3vh;
  160. left: 60vw;
  161. margin-left:10vw ;
  162. font-size: 0.8rem;
  163. text-align: center;
  164. }
  165. .img-box2{
  166. background: #87CEFA;
  167. border-radius: 25px;
  168. width: 20vw;
  169. height: 12vh;
  170. }
  171. .img-box3{
  172. background: #00FA9A;
  173. border-radius: 25px;
  174. width: 20vw;
  175. height: 12vh;
  176. }
  177. .other{
  178. width: 100vw;
  179. height: 27vh;
  180. background: #fff;
  181. position: absolute;
  182. top: 72vh;
  183. left: 0;
  184. }