index.scss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. .djfkIndex{
  2. .djfkIndex_header{
  3. background: linear-gradient(180deg, rgba(189, 162, 115, 1) 0%, rgba(255, 255, 255, 1) 100%);
  4. height: 450rpx;
  5. .info{
  6. display: flex;
  7. align-items: center;
  8. padding: 10rpx 10rpx 20rpx 10rpx;
  9. .info_img{
  10. width:100rpx;
  11. height:100rpx;
  12. border-radius:50%;
  13. background-color:white;
  14. .headImg{
  15. margin-left: auto;
  16. margin-right: auto;
  17. width: 100rpx;
  18. height: 100rpx;
  19. }
  20. }
  21. .userName{
  22. line-height: 100rpx;
  23. font-size: 20px;
  24. font-weight: 500;
  25. color: rgba(255, 255, 255, 1);
  26. text-align: center;
  27. padding-left: 40rpx;
  28. padding-right: 20rpx;
  29. }
  30. .eyeIcon{
  31. line-height: 100rpx;
  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. .djfkIndex_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. .djfkIndex_list{
  69. .list_content{
  70. display: flex;
  71. padding: 15rpx 20rpx 15rpx;
  72. .list_content_img{
  73. align-self: center;
  74. display: flex;
  75. .statusIcon{
  76. height: 50rpx;
  77. width: 50rpx;
  78. }
  79. }
  80. .list_item{
  81. padding-left:80rpx;
  82. font-size: 15px;
  83. font-weight: 400;
  84. letter-spacing: 0px;
  85. line-height: 21.72px;
  86. color: rgba(102, 102, 102, 1);
  87. vertical-align: top;
  88. }
  89. .list_item_text{
  90. padding-right: 20rpx;
  91. padding-left: 30rpx;
  92. flex: 1;
  93. text-align: right;
  94. font-size: 15px;
  95. font-weight: 400;
  96. letter-spacing: 0.5px;
  97. line-height: 22px;
  98. color: rgba(51, 51, 51, 1);
  99. }
  100. }
  101. .list_content :nth-child(2){
  102. padding-left: 35rpx;
  103. }
  104. .button{
  105. display: flex;
  106. justify-content: flex-start;
  107. border-top: 0.5px solid rgba(221, 221, 221, 1);
  108. height: 80rpx;
  109. .button_upload{
  110. flex: 1;
  111. display: flex;
  112. align-items: center;
  113. justify-content: center;
  114. color: rgba(190, 163, 117, 1);
  115. font-size: 17px;
  116. }
  117. }
  118. }
  119. .rectification_notice{
  120. height: 800rpx;
  121. width: 600rpx;
  122. background-image: url('../../../../static/rectification_notice.png');
  123. background-size: cover;
  124. background-repeat: no-repeat;
  125. background-attachment: fixed;
  126. border-radius: 10rpx;
  127. .rectification_notice_title{
  128. padding-top: 110rpx;
  129. }
  130. .rectification_notice_content{
  131. padding: 50rpx 50rpx 30rpx;
  132. font-size: 16px;
  133. font-weight: 400;
  134. text-align: left;
  135. word-break:break-all;
  136. }
  137. .rectification_notice_deadline{
  138. padding: 80rpx 50rpx 80rpx;
  139. font-size: 12px;
  140. }
  141. .rectification_notice_date{
  142. padding-right: 60rpx;
  143. font-size: 12px;
  144. text-align: right;
  145. }
  146. .rectification_notice_button{
  147. padding: 60rpx 50rpx;
  148. .button{
  149. margin-top: 10rpx;
  150. border-radius: 5px;
  151. color: rgba(255, 255, 255, 1);
  152. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
  153. }
  154. }
  155. }
  156. }