index.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. view {
  2. box-sizing: border-box!important;
  3. }
  4. .container {
  5. min-height: 100vh;
  6. background: #0C2036;
  7. .outerBox{
  8. padding: 0 30rpx;
  9. padding-top: 108rpx;
  10. height: 100%;
  11. .userBox{
  12. font-size: 28rpx;
  13. font-family: SourceHanSansCN, SourceHanSansCN;
  14. font-weight: bold;
  15. color: #FFFFFF;
  16. display: flex;
  17. align-items: center;
  18. .avatar{
  19. width: 48rpx;
  20. height: 48rpx;
  21. border-radius: 50%;
  22. margin-right: 16rpx;
  23. }
  24. .flag{
  25. font-size: 20rpx;
  26. font-family: SourceHanSansCN, SourceHanSansCN;
  27. font-weight: bold;
  28. color: #4E2A1E;
  29. width: 128rpx;
  30. height: 28rpx;
  31. // background: linear-gradient(90deg, #FFEDDD 0%, #C7977A 100%);
  32. // border: 1rpx solid;
  33. // border-image: linear-gradient(251deg, rgba(255, 255, 255, 0.32), rgba(255, 249, 237, 0.4)) 1 1;
  34. display: flex;
  35. align-items: center;
  36. justify-content: flex-start;
  37. margin-left: 16rpx;
  38. background-size: 100% 100%;
  39. background-repeat: no-repeat;
  40. padding-left: 14rpx;
  41. .hg_i{
  42. width: 23rpx;
  43. height: 17rpx;
  44. margin-left: 4rpx;
  45. }
  46. }
  47. }
  48. .card{
  49. margin-top: -160rpx;
  50. height: 486rpx;
  51. // border-radius: 20rpx;
  52. position: relative;
  53. // margin-top: 32rpx;
  54. padding: 48rpx;
  55. // padding-top: 0;
  56. background-size: 100% 100%;
  57. background-repeat: no-repeat;
  58. // background: #007AFF;
  59. .imgPos{
  60. height: 128rpx;
  61. }
  62. .ljx_i{
  63. width: 236rpx;
  64. height: 236rpx;
  65. position: absolute;
  66. top:-102rpx;
  67. right: 46rpx;
  68. }
  69. .labelBox{
  70. font-size: 48rpx;
  71. font-family: SourceHanSansCN, SourceHanSansCN;
  72. font-weight: bold;
  73. color: #FFFFFF;
  74. motion-path: none;
  75. margin-top: 48rpx;
  76. .eye{
  77. width: 34rpx;
  78. height: 10rpx;
  79. margin-left: 18rpx;
  80. }
  81. margin-bottom: 36rpx;
  82. }
  83. .shouRu{
  84. font-size: 28rpx;
  85. font-family: SourceHanSansCN, SourceHanSansCN;
  86. font-weight: 400;
  87. color: #FFFFFF;
  88. display: flex;
  89. align-items: center;
  90. .left{
  91. margin-right: 66rpx;
  92. display: flex;
  93. align-items: center;
  94. }
  95. .right{
  96. display: flex;
  97. align-items: center;
  98. }
  99. }
  100. }
  101. .titleM{
  102. font-size: 30rpx;
  103. font-family: SourceHanSansCN, SourceHanSansCN;
  104. font-weight: bold;
  105. color: #fff;
  106. margin-top: 34rpx;
  107. text-align: center;
  108. }
  109. .list{
  110. display: flex;
  111. flex-wrap: wrap;
  112. // justify-content: space-between;
  113. // padding:0 68rpx;
  114. margin-top: 36rpx;
  115. .item{
  116. display: flex;
  117. flex-direction: column;
  118. align-items: center;
  119. justify-content: center;
  120. font-size: 26rpx;
  121. font-family: SourceHanSansCN, SourceHanSansCN;
  122. font-weight: 500;
  123. color: #FFFFFF;
  124. width: 104rpx;
  125. margin: 0 62rpx;
  126. margin-bottom: 48rpx;
  127. .iconBox{
  128. // display: flex;
  129. // align-items: center;
  130. // justify-content: center;
  131. width: 96rpx;
  132. height: 96rpx;
  133. // background: rgba(14,100,235,0.2);
  134. border-radius: 50%;
  135. margin-bottom: 20rpx;
  136. .icon{
  137. width: 46rpx;
  138. height: 40rpx;
  139. }
  140. }
  141. }
  142. }
  143. .bLogo{
  144. // font-size: 24rpx;
  145. // font-family: DOUYUFont;
  146. // color: #007AFF;
  147. // display: flex;
  148. // flex-direction: column;
  149. // align-items: center;
  150. // justify-content: center;
  151. margin-top: 200rpx;
  152. width: 166rpx;
  153. height: 116rpx;
  154. margin-left: 50%;
  155. transform: translateX(-50%);
  156. .logo{
  157. width: 80rpx;
  158. height: 72rpx;
  159. margin-bottom: 18rpx;
  160. }
  161. }
  162. }
  163. }