my.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. /* pages/my/my.wxss */
  2. page {
  3. background: #f4f4f4;
  4. width: 100%;
  5. height: 100%;
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .container-top {
  10. margin-top: 2%;
  11. box-sizing: border-box;
  12. padding: 3%;
  13. /* background-color: brown; */
  14. background: #ffffff;
  15. margin-bottom: 20rpx;
  16. }
  17. .home-top {
  18. /* width: 100%; */
  19. background: #ffffff;
  20. margin-bottom: 50rpx;
  21. }
  22. .user {
  23. display: flex;
  24. }
  25. .pic {
  26. margin-left: 15rpx;
  27. width: 115rpx;
  28. height: 115rpx;
  29. margin-right: 15rpx;
  30. border-radius: 7px;
  31. }
  32. .inline {
  33. margin-right: 15rpx;
  34. margin-left: 15rpx;
  35. }
  36. .name {
  37. margin-bottom: 15rpx;
  38. font-size: 30rpx;
  39. color: #47524e;
  40. font-weight: 600;
  41. }
  42. .phone {
  43. font-size: 30rpx;
  44. margin-bottom: 15rpx;
  45. color: #47524e;
  46. font-weight: 600;
  47. }
  48. .student {
  49. background: #9fe3c6;
  50. height: fit-content;
  51. margin-left: 10rpx;
  52. font-weight: 600;
  53. /* color: #47524e; */
  54. }
  55. .img-2 {
  56. width: 40rpx;
  57. height: 40rpx;
  58. }
  59. .icon {
  60. /* margin-left: 15rpx; */
  61. margin-right: 10rpx;
  62. /* color: #ff8700; */
  63. }
  64. .jifen {
  65. display: flex;
  66. }
  67. .number {
  68. color: #ff8803;
  69. font-weight: 600;
  70. font-size: 30rpx;
  71. }
  72. /* down */
  73. .fang-down {
  74. width: 100%;
  75. height: 250rpx;
  76. /* background-color: blue; */
  77. border-radius: 0 0 100% 100%;
  78. padding: 40rpx;
  79. box-sizing: border-box;
  80. background: linear-gradient(#ff7e4c, #f62446);
  81. display: flex;
  82. color: #feede9;
  83. font-size: 28rpx;
  84. }
  85. .card {
  86. margin-bottom: 10rpx;
  87. font-size: 34rpx;
  88. font-weight: bold;
  89. }
  90. .order {
  91. margin-top: 10rpx;
  92. margin-left: 20rpx;
  93. display: flex;
  94. justify-content: space-between;
  95. /* color: #696969; */
  96. height: 100rpx;
  97. }
  98. .order-left {
  99. /* color:#474747 ; */
  100. font-size: 32rpx;
  101. font-weight: 800;
  102. color: #585858;
  103. }
  104. .order-right {
  105. color: #bfc2c5;
  106. font-weight: 800;
  107. }
  108. .content {
  109. display: flex;
  110. align-items: center;
  111. justify-content: center;
  112. margin-bottom: 50rpx;
  113. }
  114. .content-one {
  115. display: flex;
  116. flex-direction: column;
  117. justify-content: center;
  118. align-items: center;
  119. }
  120. .pic-one {
  121. /* margin-left: 15rpx; */
  122. width: 115rpx;
  123. height: 115rpx;
  124. /* margin-right: 15rpx; */
  125. border-radius: 7px;
  126. }
  127. .pic-two {
  128. /* margin-left: 15rpx; */
  129. width: 115rpx;
  130. height: 115rpx;
  131. /* margin-right: 15rpx; */
  132. border-radius: 7px;
  133. }
  134. .pic-three {
  135. /* margin-left: 15rpx; */
  136. width: 115rpx;
  137. height: 115rpx;
  138. /* margin-right: 15rpx; */
  139. border-radius: 7px;
  140. }
  141. .img-box {
  142. background: #ffa05c;
  143. border-radius: 20rpx;
  144. width: 100rpx;
  145. height: 100rpx;
  146. color: #ffffff;
  147. display: flex;
  148. justify-content: center;
  149. align-items: center;
  150. }