annualreport.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. page{
  2. background-color: #D85458;
  3. }
  4. .container{
  5. width:100%;
  6. background-image: linear-gradient(#F9B65F, #D85458);
  7. }
  8. .panelTop{
  9. width:670rpx;
  10. height:322rpx;
  11. margin-top: 40rpx;
  12. }
  13. .panelMain{
  14. width:670rpx;
  15. background-color: #fff;
  16. border-bottom-left-radius: 40rpx;
  17. border-bottom-right-radius: 40rpx;
  18. margin-bottom: 40rpx;
  19. }
  20. .panelMain .Remark{
  21. width:530rpx;
  22. border-radius: 10rpx;
  23. border:2rpx solid #E3E3E3;
  24. margin-top:80rpx;
  25. font-size:24rpx;
  26. font-weight: 400;
  27. padding: 30rpx;
  28. }
  29. .panelMain .text1{
  30. margin-top: 80rpx;
  31. width:590rpx;
  32. text-align: right;
  33. font-size: 28rpx;
  34. font-weight: 400;
  35. }
  36. .panelMain .text2{
  37. width:590rpx;
  38. text-align: right;
  39. font-size: 20rpx;
  40. font-weight: 700;
  41. color:#787878;
  42. }
  43. .panelMain .line1{
  44. width:590rpx;
  45. height:1rpx;
  46. background-color: rgba(167,158,152,0.4);
  47. margin-top: 30rpx;
  48. }
  49. .panelMain .panelItem{
  50. width:590rpx;
  51. margin-top: 30rpx;
  52. justify-content: space-between;
  53. }
  54. .panelMain .text3{
  55. font-size: 28rpx;
  56. font-weight: 400;
  57. }
  58. .panelMain .text4{
  59. font-size: 28rpx;
  60. font-weight: 700;
  61. color:#FE6659;
  62. }
  63. .panelMain .text5{
  64. width:590rpx;
  65. font-size: 20rpx;
  66. font-weight: 700;
  67. color:#787878;
  68. }
  69. .panelMain .text6{
  70. width:590rpx;
  71. font-size: 32rpx;
  72. font-weight: 700;
  73. color:#F2905D;
  74. margin-top: 50rpx;
  75. justify-content: flex-start;
  76. }
  77. .panelMain .text7{
  78. width:590rpx;
  79. font-size: 28rpx;
  80. font-weight: 400;
  81. margin-top: 30rpx;
  82. }
  83. .help{
  84. width:26rpx;
  85. height:26rpx;
  86. margin-right: 10rpx;
  87. }
  88. .universalpic_indicator_right_gray{
  89. width:16rpx;
  90. height:26rpx;
  91. margin-left: 30rpx;
  92. }
  93. .report_20201231_03{
  94. width:590rpx;
  95. height:140rpx;
  96. margin-top: 60rpx;
  97. }
  98. .panelItem2{
  99. width:570rpx;
  100. height:180rpx;
  101. justify-content: space-between;
  102. align-items: flex-start;
  103. margin-top:80rpx;
  104. }
  105. .panelItem21{
  106. align-items: flex-start;
  107. }
  108. .text8{
  109. font-size:48rpx;
  110. margin-top:20rpx;
  111. color:#F2905D;
  112. }
  113. .text9{
  114. font-size:24rpx;
  115. margin-top:10rpx;
  116. font-weight: 400;
  117. }
  118. .QRcode{
  119. width:180rpx;
  120. height:180rpx;
  121. }
  122. .footer{
  123. width:590rpx;
  124. height:60rpx;
  125. }