annualreport.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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 .text1{
  21. margin-top: 80rpx;
  22. width:590rpx;
  23. text-align: right;
  24. font-size: 28rpx;
  25. font-weight: 400;
  26. }
  27. .panelMain .text2{
  28. width:590rpx;
  29. text-align: right;
  30. font-size: 20rpx;
  31. font-weight: 500;
  32. color:#787878;
  33. }
  34. .panelMain .line1{
  35. width:590rpx;
  36. height:1rpx;
  37. background-color: rgba(167,158,152,0.4);
  38. margin-top: 30rpx;
  39. }
  40. .panelMain .panelItem{
  41. width:590rpx;
  42. margin-top: 30rpx;
  43. justify-content: space-between;
  44. }
  45. .panelMain .text3{
  46. font-size: 28rpx;
  47. font-weight: 400;
  48. }
  49. .panelMain .text4{
  50. font-size: 28rpx;
  51. font-weight: 500;
  52. color:#FE6659;
  53. }
  54. .panelMain .text5{
  55. width:590rpx;
  56. font-size: 20rpx;
  57. font-weight: 500;
  58. color:#787878;
  59. }
  60. .panelMain .text6{
  61. width:590rpx;
  62. font-size: 32rpx;
  63. font-weight: 500;
  64. color:#F2905D;
  65. margin-top: 50rpx;
  66. justify-content: flex-start;
  67. }
  68. .panelMain .text7{
  69. width:590rpx;
  70. font-size: 28rpx;
  71. font-weight: 400;
  72. margin-top: 30rpx;
  73. }
  74. .help{
  75. width:26rpx;
  76. height:26rpx;
  77. margin-right: 10rpx;
  78. }
  79. .universalpic_indicator_right_gray{
  80. width:16rpx;
  81. height:26rpx;
  82. margin-left: 30rpx;
  83. }
  84. .report_20191231_03{
  85. width:590rpx;
  86. height:224rpx;
  87. margin-top: 60rpx;
  88. }
  89. .footer{
  90. width:590rpx;
  91. height:60rpx;
  92. }