index.scss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. .vip-center {
  2. display: flex;
  3. flex-direction: row;
  4. justify-content: space-between;
  5. align-items: center;
  6. }
  7. .vip-level-icon {
  8. margin-right: 10rpx;
  9. width: 80px;
  10. height: 30px;
  11. }
  12. .pay-box {
  13. background-color: #fff;
  14. display: flex;
  15. justify-content: space-between;
  16. flex-direction: row;
  17. padding: 0 20px;
  18. flex-wrap: wrap;
  19. }
  20. .top-lab {
  21. width: 40px;
  22. text-align: center;
  23. background-color: #ff5722;
  24. color: #fff;
  25. float: right;
  26. border-top: none;
  27. border-radius: 10px;
  28. }
  29. .pay-box-items {
  30. margin-top: 10px;
  31. width: 48%;
  32. flex-direction: column;
  33. border-radius: 10px;
  34. line-height: 25px;
  35. overflow: hidden;
  36. }
  37. .pay-box-items-txt {
  38. padding: 1rpx 13px;
  39. }
  40. .pay-box-items view text {
  41. line-height: 25px;
  42. }
  43. .pay-select {
  44. border: solid 1px #ff5722;
  45. }
  46. .select-text {
  47. background-color: #ff5722;
  48. color: #fff;
  49. height: 30px;
  50. border-radius: 0rpx 0rpx 10rpx 10rpx;
  51. }
  52. .given-txt {
  53. height: 30px;
  54. border-top: solid 1rpx #9e9e9e1f;
  55. }
  56. .content {
  57. background: #000000;
  58. }
  59. .userInfo {
  60. position: absolute;
  61. z-index: 99;
  62. bottom: 30%;
  63. right: 10px;
  64. width: 100rpx;
  65. text-align: center;
  66. flex-direction: column;
  67. }
  68. .contentcd {
  69. background-color: rgba(255, 255, 255, .3);
  70. width: 720rpx;
  71. z-index: 99;
  72. position: absolute;
  73. bottom: 70rpx;
  74. left: 50%;
  75. transform: translateX(-50%);
  76. padding: 15rpx;
  77. border-radius: 8px;
  78. display: flex;
  79. flex-direction: row;
  80. justify-content: flex-start;
  81. align-items: center;
  82. color: #ffffff;
  83. margin: 0 auto;
  84. }
  85. .userName {
  86. color: #fff;
  87. font-size: 30rpx;
  88. color: #ffffff;
  89. margin: 0 6rpx;
  90. }
  91. .tsvideo {
  92. animation: showDivAni 2s 1;
  93. }
  94. @keyframes showDivAni {
  95. 0% {
  96. opacity: 0;
  97. }
  98. 100% {
  99. opacity: 1;
  100. }
  101. }
  102. .charge-wrapper {
  103. margin-top: 15px;
  104. width: 100%;
  105. .top {
  106. width: 100%;
  107. display: flex;
  108. align-items: center;
  109. .charge-title {
  110. font-size: 18px;
  111. font-weight: bold;
  112. }
  113. .charge-info {
  114. font-size: 15px;
  115. color: #868686;
  116. margin: 8px 0;
  117. }
  118. .charge-coin {
  119. display: flex;
  120. flex-direction: row;
  121. .ji {
  122. font-size: 18px;
  123. }
  124. .bi {
  125. font-size: 18px;
  126. color: $accent-color;
  127. }
  128. }
  129. }
  130. }
  131. .down {
  132. display: flex;
  133. flex-direction: row;
  134. width: 60px;
  135. height: 30px;
  136. line-height: 30px;
  137. margin-top: 5px;
  138. justify-content: center;
  139. align-items: center;
  140. align-content: center;
  141. position: absolute;
  142. right: 15px;
  143. top: 50%;
  144. transform: translateY(-50%);
  145. .down-text {
  146. font-size: 16px;
  147. color: #000;
  148. }
  149. .down-img {
  150. width: 35rpx;
  151. height: 35rpx;
  152. object-fit: contain;
  153. }
  154. }
  155. .ju-top {
  156. // background-color: ;
  157. .ju-top-title {
  158. font-size: 16px;
  159. font-weight: bold;
  160. color: #000;
  161. margin-top: 9px;
  162. height: 22px;
  163. margin-left: 20px;
  164. // width: '+ (windowWidth*0.6) +' px;
  165. overflow: hidden;
  166. }
  167. .ju-top-update {
  168. font-size: 12px;
  169. color: #000;
  170. margin-top: 9px;
  171. height: 22px;
  172. margin-left: 20px;
  173. }
  174. }
  175. .pop-my {
  176. background-color: #FFFFFF;
  177. }
  178. .scroll-my {
  179. height: fit-content;
  180. }
  181. .scroll-charge {
  182. height: 50vh;
  183. }
  184. .ju-wrapper {
  185. display: flex;
  186. flex-direction: row;
  187. flex-wrap: wrap;
  188. align-items: center;
  189. justify-content: start;
  190. width: 100%;
  191. height: 100%;
  192. background-color: #FFFFFF;
  193. // margin: 6rpx;
  194. .ju-content.active {
  195. background-color: #ff7f02;
  196. }
  197. .ju-content {
  198. flex-grow: 1;
  199. position: relative;
  200. border-radius: 12rpx;
  201. background-color: #f6f6f6;
  202. width: 31%;
  203. height: 25rpx;
  204. align-items: center;
  205. justify-content: center;
  206. padding: 45rpx 68rpx;
  207. margin: 6rpx;
  208. .lock-wrapper,
  209. .lock-wrapper-no {
  210. position: absolute;
  211. width: 100%;
  212. height: 100%;
  213. border-radius: 12rpx;
  214. background-color: rgba(0, 0, 0, .3);
  215. .lock-img {
  216. position: absolute;
  217. left: 3rpx;
  218. top: 50%;
  219. transform: translateY(-50%);
  220. width: 50rpx;
  221. height: 50rpx;
  222. margin-left: 20rpx;
  223. }
  224. .update-title {
  225. width: fit-content;
  226. height: fit-content;
  227. border-radius: 8rpx;
  228. font-size: 10px;
  229. padding: 6rpx;
  230. background-color: #868686;
  231. color: #fff;
  232. }
  233. }
  234. .lock-wrapper-no {
  235. background-color: #f6f6f6;
  236. }
  237. .title {
  238. font-size: 16px;
  239. }
  240. }
  241. }
  242. .utabs-top /deep/ .u-tabs {
  243. align-items: flex-start;
  244. }
  245. .warp {
  246. display: flex;
  247. align-items: center;
  248. justify-content: center;
  249. height: 100%;
  250. }
  251. .rect {
  252. display: flex;
  253. flex-direction: column;
  254. justify-content: space-around;
  255. align-items: center;
  256. width: 80%;
  257. height: 130px;
  258. background-color: #fff;
  259. border-radius: 20px;
  260. .rect-text{
  261. font-size: 18px;
  262. font-weight: 500;
  263. }
  264. .rect-button{
  265. width: 70%;
  266. height: 40px;
  267. display: flex;
  268. align-items: center;
  269. justify-content: center;
  270. background-color: #ff7f02;
  271. border-radius: 12px;
  272. .rect-button-text{
  273. color: #FFFFFF;
  274. font-size: 16px;
  275. font-weight: 600;
  276. }
  277. }
  278. }