index.less 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. /* nova-tourism/components/my/index.wxss */
  2. .all {
  3. width: 100vw;
  4. height: 100vh; /* 如果你希望高度为视口高度,可以设置为 100vh */
  5. background-image: url(https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/28334h050437823.png);
  6. background-position: center; /* 背景图片居中 */
  7. background-size: cover; /* 背景图片覆盖整个元素 */
  8. background-repeat: no-repeat; /* 不重复背景图片 */
  9. padding-left: 20rpx;
  10. padding-right: 20rpx;
  11. .infobox{
  12. width: 100%;
  13. display: flex;
  14. height: auto;
  15. padding-top: 20rpx;
  16. image{
  17. width: 150rpx;
  18. height: 150rpx;
  19. border-radius: 15rpx;
  20. }
  21. .info{
  22. width: auto;
  23. height: 100rpx;
  24. margin-left: 40rpx;
  25. .name{
  26. font-size: 34rpx;
  27. font-weight: 600;
  28. margin-bottom: 10rpx;
  29. }
  30. .uid{
  31. font-size: 30rpx;
  32. }
  33. .labelbox{
  34. height: 40rpx;
  35. display: flex;
  36. margin-top: 10rpx;
  37. .label{
  38. width: 90rpx;
  39. height: 40rpx;
  40. font-size: 24rpx;
  41. display: flex;
  42. justify-content: center;
  43. align-items: center;
  44. background-color: #39362D;
  45. color: white;
  46. margin-left: 10rpx;
  47. border-radius: 15rpx;
  48. }
  49. .label:nth-child(1){
  50. margin-left: 0rpx;
  51. }
  52. }
  53. }
  54. }
  55. .tatlebox{
  56. width: 100%;
  57. height: 260rpx;
  58. margin-top: 40rpx;
  59. background-color: #B2CEB9;
  60. border-radius: 15rpx;
  61. display: flex;
  62. justify-content: space-around;
  63. padding-left: 45rpx;
  64. padding-right: 45rpx;
  65. .tatle{
  66. width: 100rpx;
  67. height: 100%;
  68. display: flex;
  69. flex-direction: column;
  70. justify-content: center;
  71. align-items: center;
  72. image{
  73. width: 100rpx;
  74. height: 100rpx;
  75. }
  76. .text{
  77. font-size: 28rpx;
  78. margin-top: 30rpx;
  79. }
  80. }
  81. }
  82. .myorderbox{
  83. width: 100%;
  84. background-color: white;
  85. margin-top: 34rpx;
  86. padding-left: 30rpx;
  87. padding-right: 30rpx;
  88. padding-top: 10rpx;
  89. border-radius: 15rpx;
  90. .my-name{
  91. font-size: 30rpx;
  92. }
  93. .or-box{
  94. width: 100%;
  95. height: 200rpx;
  96. background-color: white;
  97. display: flex;
  98. justify-content: space-around;
  99. .myorder{
  100. height: 200rpx;
  101. display: flex;
  102. flex-direction: column;
  103. align-items: center;
  104. justify-content: center;
  105. image{
  106. width: 80rpx;
  107. height: 80rpx;
  108. }
  109. .or-tex{
  110. font-size: 28rpx;
  111. margin-top: 30rpx;
  112. }
  113. }
  114. }
  115. }
  116. .tuiguangbox{
  117. width: 100%;
  118. height: 160rpx;
  119. background-color: white;
  120. border-radius: 15rpx;
  121. display: flex;
  122. align-items: center;
  123. padding-left: 30rpx;
  124. padding-right: 30rpx;
  125. margin-top: 30rpx;
  126. .tuibox{
  127. height: 120rpx;
  128. width: 400rpx;
  129. display: flex;
  130. flex-direction: column;
  131. justify-content: center;
  132. .tui-title{
  133. font-size: 32rpx;
  134. margin-bottom: 10rpx;
  135. }
  136. .tuiguang-tex{
  137. font-size: 28rpx;
  138. color: #737373;
  139. }
  140. }
  141. image{
  142. width: 120rpx;
  143. height: 120rpx;
  144. margin-left: auto;
  145. margin-right: 40rpx;
  146. }
  147. }
  148. .leavebox{
  149. width: 100%;
  150. height: 100rpx;
  151. display: flex;
  152. justify-content: center;
  153. align-items: center;
  154. background-color: white;
  155. border-radius: 15rpx;
  156. margin-top: 30rpx;
  157. image{
  158. width: 50rpx;
  159. height: 50rpx;
  160. }
  161. .leave-tex{
  162. font-size: 34rpx;
  163. margin-left: 10rpx;
  164. }
  165. }
  166. }