index.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. /* pages/shopInfo/index.wxss */
  2. /* 用户信息 */
  3. .userInfo{
  4. width: 100vw;
  5. height: 154rpx;
  6. background:#295C56;
  7. position: relative;
  8. }
  9. .info{
  10. padding-left: 40rpx;
  11. color:#ffffff;
  12. display: flex;
  13. align-items: center;
  14. justify-content: space-between;
  15. }
  16. .info_l{
  17. display: flex;
  18. align-items: center;
  19. }
  20. .thumb_wrap{
  21. width:106rpx;
  22. height:106rpx;
  23. background:rgba(255,255,255,1);
  24. border-radius:50%;
  25. position: relative;
  26. }
  27. .thumb{
  28. width:100rpx;
  29. height:100rpx;
  30. position: absolute;
  31. top: 50%;
  32. left: 50%;
  33. transform: translate(-50%,-50%);
  34. border-radius:50%;
  35. }
  36. /* .thumb img{
  37. border-radius:50%;
  38. } */
  39. .icon_vip{
  40. width:56rpx;
  41. height:22rpx;
  42. position: absolute;
  43. top: 0;
  44. left: 100rpx;
  45. }
  46. .name_wrap{
  47. display: flex;
  48. flex-direction: column;
  49. /* align-items: center; */
  50. padding-left: 30rpx;
  51. width: 440rpx;
  52. }
  53. .name_wrap .name{
  54. font-size:36rpx;
  55. width: 100%;
  56. white-space: nowrap;
  57. text-overflow: ellipsis;
  58. overflow: hidden;
  59. }
  60. .name_wrap .tel{
  61. font-size:30rpx;
  62. /* padding-left: 20rpx; */
  63. }
  64. .name_wrap .van-icon-arrow{
  65. font-size: 30rpx;
  66. padding-left: 10rpx;
  67. }
  68. .tag{
  69. width:130rpx;
  70. height:45rpx;
  71. background: linear-gradient(-90deg,#295C56,rgba(255,255,255,.3));
  72. border-radius:23rpx 0rpx 0rpx 23rpx;
  73. font-size:28rpx;
  74. text-align: right;
  75. padding-right: 6rpx;
  76. line-height: 45rpx;
  77. color: #ffffff;
  78. }
  79. /* 充值 */
  80. .item{
  81. width:690rpx;
  82. height:100rpx;
  83. background:rgba(255,255,255,1);
  84. box-shadow:0rpx 0rpx 21rpx 0rpx rgba(0, 0, 0, 0.09);
  85. border-radius:10rpx;
  86. margin: 30rpx auto 0;
  87. display: flex;
  88. align-items: center;
  89. justify-content: space-between;
  90. position: relative;
  91. }
  92. .item.firstItem{
  93. margin: -60rpx auto 0;
  94. }
  95. .item .item_l{
  96. padding-left: 44rpx;
  97. display: flex;
  98. }
  99. .item .title{
  100. font-size:32rpx;
  101. color:rgba(0,0,0,.87);
  102. }
  103. .item .cash{
  104. color:rgba(213,76,67,1);
  105. padding-left: 20rpx;
  106. font-size:36rpx;
  107. display: flex;
  108. align-items: baseline;
  109. }
  110. .item .cash .cash_tag{
  111. font-size:24rpx;
  112. padding-right: 8rpx;
  113. }
  114. .item .item_r{
  115. padding-right: 20rpx;
  116. }
  117. .item .item_r.flex{
  118. display: flex;
  119. align-items: center;
  120. }
  121. /* 单选框 */
  122. .radioGroup{
  123. display: flex;
  124. align-items: center;
  125. }
  126. .van-radio__label{
  127. margin-left: 10rpx !important;
  128. line-height: normal !important;
  129. font-size:28rpx;
  130. color:rgba(0,0,0,1);
  131. }
  132. .van-radio__icon{
  133. width:40rpx !important;
  134. height:40rpx !important;
  135. border: 0 none !important;
  136. background:rgba(238,238,238,1);
  137. }
  138. .unactive .van-radio__label{
  139. color:rgba(0,0,0,.54);
  140. }
  141. .radioGroup .van-radio{
  142. margin-left: 20rpx;
  143. }
  144. /* 时间选择 */
  145. .time{
  146. width:213rpx;
  147. height:50rpx;
  148. background:rgba(255,255,255,1);
  149. border:1rpx solid rgba(0,0,0,.12);
  150. border-radius:10rpx;
  151. text-align: center;
  152. color:rgba(89,89,89,1);
  153. }
  154. /* .time{
  155. margin-left: 42rpx;
  156. }
  157. .time:first-of-type{
  158. margin-left: 0;
  159. } */
  160. .line{
  161. width:18rpx;
  162. height:2rpx;
  163. background:rgba(0,0,0,.12);
  164. margin: 0 12rpx;
  165. }
  166. /* 背景上的弧度 */
  167. .bg{
  168. width: 750rpx;
  169. height: 34rpx;
  170. display: block;
  171. }
  172. .square{
  173. content: "";
  174. display: block;
  175. width:26rpx;
  176. height:26rpx;
  177. background:rgba(255,255,255,1);
  178. opacity:0.1;
  179. border-radius:50%;
  180. position: absolute;
  181. bottom: 120rpx;
  182. right: 120rpx;
  183. }
  184. /* */
  185. .container{
  186. padding-bottom: 30rpx;
  187. }