index.scss 2.8 KB

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