me.wxss 2.9 KB

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