indexList.scss 3.6 KB

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