index.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. .view_container{
  2. // overflow: auto;
  3. }
  4. .leaderIndex{
  5. .leaderIndex_header{
  6. background: linear-gradient(180deg, rgba(189, 162, 115, 1) 0%, rgba(255, 255, 255, 1) 100%);
  7. height: 450rpx;
  8. .info{
  9. display: flex;
  10. padding: 10rpx 10rpx 20rpx 10rpx;
  11. .info_img{
  12. width:100rpx;
  13. height:100rpx;
  14. border-radius:50%;
  15. background-color:white;
  16. .headImg{
  17. margin-left: auto;
  18. margin-right: auto;
  19. width: 80rpx;
  20. height: 80rpx;
  21. }
  22. }
  23. .userName{
  24. font-size: 20px;
  25. font-weight: 500;
  26. color: rgba(255, 255, 255, 1);
  27. text-align: center;
  28. padding-left: 20rpx;
  29. padding-right: 40rpx;
  30. }
  31. .eyeIcon{
  32. width: 60rpx;
  33. height: 60rpx;
  34. }
  35. }
  36. .slogan{
  37. display:flex;
  38. align-items: center;
  39. justify-content: center;
  40. .slogan_img{
  41. width: 670rpx;
  42. height: 290rpx;
  43. }
  44. }
  45. }
  46. .leaderIndex_title{
  47. display: flex;
  48. padding-left: 30rpx;
  49. .title_left{
  50. display:flex;
  51. align-items: center;
  52. justify-content: center;
  53. .uni-badge--x{
  54. padding-left: 5rpx;
  55. }
  56. }
  57. .title_right{
  58. padding-left: 400rpx;
  59. right: 20rpx;
  60. .right_text{
  61. font-size: 17px;
  62. font-weight: 400;
  63. color: rgba(153, 153, 153, 1);
  64. padding-right: 5rpx;
  65. }
  66. }
  67. }
  68. .leaderIndex_list{
  69. .list_title{
  70. display: flex;
  71. .statusIcon{
  72. height: 50rpx;
  73. width: 50rpx;
  74. margin-right: 20rpx;
  75. }
  76. .showIcon{
  77. margin-left: 10rpx;
  78. width: 45rpx;
  79. height: 45rpx;
  80. }
  81. }
  82. .list_content{
  83. flex: 1;
  84. margin-left: 68rpx;
  85. .list_item{
  86. display: inline-block;
  87. width: 100%;
  88. padding-top: 3rpx;
  89. padding-bottom: 3rpx;
  90. .list_item_text{
  91. position: absolute;
  92. right: 30rpx;
  93. }
  94. }
  95. }
  96. .list_button{
  97. border-top: 0.5px solid rgba(221, 221, 221, 1);
  98. .button_group{
  99. display: flex;
  100. align-items: center;
  101. justify-content: center;
  102. .button_item{
  103. flex: 1;
  104. text-align: center;
  105. color: rgba(190, 163, 117, 1);
  106. font-size: 17px;
  107. font-weight: 400;
  108. }
  109. .button_item:first-child{
  110. border-right: 0.5px solid rgba(221, 221, 221, 1);
  111. }
  112. }
  113. }
  114. }
  115. }