indexList.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. ::v-deep.yui-tabs{
  2. position: sticky;
  3. .yui-tabs__wrap{
  4. }
  5. .yui-tabs__content{
  6. .content-wrap{
  7. display: flex;
  8. flex-direction: column;
  9. padding-bottom: 100rpx;
  10. $height1: var(--status-bar-height);
  11. height:calc(100% - 235rpx);
  12. .order_list{
  13. height: calc(100% - 235rpx);
  14. .loading_more{
  15. display: flex;
  16. align-items: center;
  17. justify-content: space-between;
  18. }
  19. }
  20. }
  21. .content-wrap.empty{
  22. display: flex;
  23. flex-direction: column;
  24. padding-bottom: 0;
  25. $height1: var(--status-bar-height);
  26. height:calc(100vh - 2.5rem);
  27. height:calc(100dvh - 2.5rem);
  28. .order_subtotal{
  29. background-color: #fefdf2;
  30. }
  31. }
  32. }
  33. .order_subtotal{
  34. display: flex;
  35. justify-content: center;
  36. align-items: flex-end;
  37. height: 30rpx;
  38. padding-top: 50rpx;
  39. }
  40. .data_empty{
  41. flex: 1;
  42. height: 100%;
  43. width: 100%;
  44. background-color: #fefdf2;
  45. display: flex;
  46. align-items: center;
  47. justify-content: center;
  48. // padding-bottom: 100rpx;
  49. uni-image{
  50. width: 240rpx;
  51. height: 260rpx;
  52. }
  53. }
  54. }
  55. .finish_button{
  56. .button{
  57. width: 700rpx;
  58. margin-top: 10rpx;
  59. border-radius: 5px;
  60. color: rgba(255, 255, 255, 1);
  61. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
  62. }
  63. }
  64. .leaderIndex{
  65. .leaderIndex_header{
  66. background: linear-gradient(180deg, rgba(189, 162, 115, 1) 0%, rgba(255, 255, 255, 1) 100%);
  67. height: 450rpx;
  68. .info{
  69. display: flex;
  70. padding: 10rpx 10rpx 20rpx 10rpx;
  71. .info_img{
  72. width:100rpx;
  73. height:100rpx;
  74. border-radius:50%;
  75. background-color:white;
  76. .headImg{
  77. margin-left: auto;
  78. margin-right: auto;
  79. width: 80rpx;
  80. height: 80rpx;
  81. }
  82. }
  83. .userName{
  84. font-size: 20px;
  85. font-weight: 500;
  86. color: rgba(255, 255, 255, 1);
  87. text-align: center;
  88. padding-left: 20rpx;
  89. padding-right: 40rpx;
  90. }
  91. .eyeIcon{
  92. width: 60rpx;
  93. height: 60rpx;
  94. }
  95. }
  96. .slogan{
  97. display:flex;
  98. align-items: center;
  99. justify-content: center;
  100. .slogan_img{
  101. width: 670rpx;
  102. height: 290rpx;
  103. }
  104. }
  105. }
  106. .leaderIndex_title{
  107. display: flex;
  108. padding-left: 30rpx;
  109. .title_left{
  110. display:flex;
  111. align-items: center;
  112. justify-content: center;
  113. .uni-badge--x{
  114. padding-left: 5rpx;
  115. }
  116. }
  117. .title_right{
  118. padding-left: 400rpx;
  119. right: 20rpx;
  120. .right_text{
  121. font-size: 17px;
  122. font-weight: 400;
  123. color: rgba(153, 153, 153, 1);
  124. padding-right: 5rpx;
  125. }
  126. }
  127. }
  128. .leaderIndex_list{
  129. .list_title{
  130. display: flex;
  131. .statusIcon{
  132. height: 50rpx;
  133. width: 50rpx;
  134. margin-right: 20rpx;
  135. }
  136. .showIcon{
  137. margin-left: 10rpx;
  138. width: 45rpx;
  139. height: 45rpx;
  140. }
  141. }
  142. .list_content{
  143. flex: 1;
  144. margin-left: 68rpx;
  145. .list_item{
  146. display: inline-block;
  147. width: 100%;
  148. padding-top: 3rpx;
  149. padding-bottom: 3rpx;
  150. .list_item_text{
  151. position: absolute;
  152. right: 30rpx;
  153. }
  154. }
  155. }
  156. .list_button{
  157. border-top: 0.5px solid rgba(221, 221, 221, 1);
  158. .button_group{
  159. display: flex;
  160. align-items: center;
  161. justify-content: center;
  162. .button_item{
  163. flex: 1;
  164. text-align: center;
  165. color: rgba(190, 163, 117, 1);
  166. font-size: 17px;
  167. font-weight: 400;
  168. }
  169. .button_item:first-child{
  170. border-right: 0.5px solid rgba(221, 221, 221, 1);
  171. }
  172. }
  173. }
  174. }
  175. }