award.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. .panelTitle{
  2. width:100%;
  3. margin-top: 50rpx;
  4. justify-content: space-between;
  5. }
  6. .panelTitle .panelTitle1{
  7. font-size:24rpx;
  8. margin-left: 30rpx;
  9. margin-bottom: 30rpx;
  10. font-weight: 400;
  11. }
  12. .panelItem{
  13. width:100%;
  14. justify-content: space-between;
  15. font-size:28rpx;
  16. background-color: #fff;
  17. }
  18. .panelItem1{
  19. width:690rpx;
  20. justify-content: space-between;
  21. font-size:28rpx;
  22. font-weight: 400;
  23. margin:30rpx 0 0 0;
  24. }
  25. .panelItem12{
  26. font-size:48rpx;
  27. font-weight: 500;
  28. color:#FE6659;
  29. }
  30. .panelItem2{
  31. width:690rpx;
  32. font-size:20rpx;
  33. font-weight: 500;
  34. margin:10rpx 0 30rpx 0;
  35. color: #787878;
  36. }
  37. .panelItem3{
  38. width:690rpx;
  39. font-size:20rpx;
  40. font-weight: 500;
  41. margin:30rpx 0 0 0;
  42. color: #787878;
  43. justify-content: space-between;
  44. }
  45. .panelItem4{
  46. font-size:24rpx;
  47. font-weight: 400;
  48. margin-bottom: 10rpx;
  49. }
  50. .panelItem31{
  51. width:170rpx;
  52. }
  53. .panelItem32{
  54. width:120rpx;
  55. }
  56. .panelItem33{
  57. width:240rpx;
  58. }
  59. .panelItem34{
  60. width:160rpx;
  61. text-align: right;
  62. }
  63. .line{
  64. width:690rpx;
  65. height:1rpx;
  66. background-color: #E3E3E3;
  67. margin:20rpx 0 20rpx 0;
  68. }
  69. .text3{
  70. width:690rpx;
  71. font-size:20rpx;
  72. font-weight: 500;
  73. color: #787878;
  74. }
  75. .text5{
  76. margin-bottom: 30rpx;
  77. }
  78. .text1{
  79. width:690rpx;
  80. font-size:28rpx;
  81. font-weight: 500;
  82. margin-top: 30rpx;
  83. }
  84. .text2{
  85. width:690rpx;
  86. font-size:24rpx;
  87. margin-top: 15rpx;
  88. font-weight: 400;
  89. }
  90. .text6{
  91. margin-top: 50rpx;
  92. }
  93. .lineFooter2{
  94. width:100%;
  95. height:50rpx;
  96. background-color: #F0F0F0;
  97. }
  98. .footer{
  99. width:100%;
  100. height:100rpx;
  101. }