team.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .container {
  7. background: #f4f4f4;
  8. height: auto;
  9. overflow: hidden;
  10. width: 100%;
  11. padding:24rpx 28rpx;
  12. /* filter: blur(5rpx);*/
  13. }
  14. .main-module{
  15. border-radius:16rpx;
  16. background:#fff;
  17. height: 106rpx;
  18. margin:20rpx 0 0;
  19. padding:11rpx 0 9rpx;
  20. display: flex;
  21. justify-content: space-around;
  22. align-items: center;
  23. }
  24. .coupon-block,.favor-good{
  25. display: flex;
  26. flex-direction: column;
  27. height: 80rpx;
  28. justify-content: space-between;
  29. align-items: center;
  30. flex:1;
  31. }
  32. .devide-line{
  33. height: 86rpx;
  34. width: 1rpx;
  35. background: #E4E4E4;
  36. }
  37. .main-module .num{
  38. font-weight: bold;
  39. font-size: 24rpx;
  40. }
  41. .main-module .module-text{
  42. font-size: 24rpx;
  43. }
  44. .no-order {
  45. width: 100%;
  46. height: auto;
  47. margin: 0 auto;
  48. }
  49. .no-order .c {
  50. width: 100%;
  51. height: auto;
  52. margin-top: 200rpx;
  53. }
  54. .no-order .c text {
  55. margin: 0 auto;
  56. display: block;
  57. width: 258rpx;
  58. height: 29rpx;
  59. line-height: 29rpx;
  60. text-align: center;
  61. font-size: 29rpx;
  62. color: #999;
  63. }
  64. .team-list{
  65. padding:30rpx 18rpx 0;
  66. background: #fff;
  67. }
  68. .team {
  69. display: flex;
  70. align-items: center;
  71. height: 86rpx;
  72. margin:0 0 30rpx 0;
  73. justify-content: space-between;
  74. }
  75. .team .avatar{
  76. height: 86rpx;
  77. width:86rpx;
  78. /* margin:0 40rpx 0 0; */
  79. }
  80. .avatar image{
  81. height: 86rpx;
  82. width:86rpx;
  83. border-radius:86rpx;
  84. }
  85. .team .item{
  86. display:flex;
  87. flex-direction: column;
  88. text-align: center;
  89. font-style: 24rpx;
  90. margin: 14rpx 0;
  91. height: 58rpx;
  92. justify-content: space-between;
  93. }
  94. .team .flex-item{
  95. /* flex:1; */
  96. text-align: left;
  97. }
  98. .referee-info{
  99. display: flex;
  100. align-items: center;
  101. height: 24rpx;
  102. line-height: 24rpx;
  103. }
  104. .item .mobile{
  105. height: 18rpx;
  106. line-height: 18rpx;
  107. }
  108. .type{
  109. width:64rpx;
  110. height: 28rpx;
  111. line-height: 28rpx;
  112. margin-left: 10rpx;
  113. border: 2rpx solid #09AFFF;
  114. border-radius: 6rpx;
  115. color: #09AFFF;
  116. text-align: center;
  117. font-size:18rpx;
  118. /* padding: 2rpx 0 0; */
  119. }
  120. .rLine{
  121. border-right: 1rpx solid #E4E4E4;
  122. padding:0 24rpx;
  123. }
  124. .team .item .title{
  125. color:#85868A;
  126. font-size:20rpx;
  127. }
  128. .team .item .value{
  129. height: 24rpx;
  130. line-height: 24rpx;
  131. }
  132. .team .item image{
  133. width: 100rpx;
  134. height: 100rpx;
  135. }
  136. .tip-wrapper{
  137. display: flex;
  138. align-items: center;
  139. }
  140. .tip-img{
  141. width:22rpx;
  142. height:22rpx;
  143. margin:0 0 0 8rpx;
  144. }
  145. .van-ellipsis {
  146. font-size: 24rpx;
  147. }
  148. .dialog-wrapper {
  149. display: flex;
  150. align-items: flex-start;
  151. justify-content: center;
  152. height: 100%;
  153. padding-top:170rpx;
  154. }
  155. .dialog-block {
  156. width: 590rpx;
  157. height: 534rpx;
  158. border-radius:10rpx;
  159. background-color: #fff;
  160. position: relative;
  161. font-size: 24rpx;
  162. padding:100rpx 44rpx 0;
  163. }
  164. .close-icon{
  165. width:60rpx;
  166. height: 60rpx;
  167. position: absolute;
  168. top:-30rpx;
  169. right:-30rpx;
  170. }
  171. .tips-text{
  172. color:#85868A;
  173. font-size: 24rpx;
  174. text-align: justify;
  175. }
  176. .devide-line{
  177. width: 1rpx;
  178. height: 54rpx;
  179. background: #E4E4E4;
  180. }