award.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. }
  29. .panelItem2{
  30. width:690rpx;
  31. font-size:20rpx;
  32. font-weight: 500;
  33. margin:10rpx 0 30rpx 0;
  34. color: #787878;
  35. }
  36. .panelItem3{
  37. width:690rpx;
  38. font-size:20rpx;
  39. font-weight: 500;
  40. margin:30rpx 0 0 0;
  41. color: #787878;
  42. justify-content: space-between;
  43. }
  44. .panelItem4{
  45. font-size:24rpx;
  46. font-weight: 400;
  47. margin-bottom: 10rpx;
  48. }
  49. .panelItem31{
  50. width:170rpx;
  51. }
  52. .panelItem32{
  53. width:120rpx;
  54. }
  55. .panelItem33{
  56. width:240rpx;
  57. }
  58. .panelItem34{
  59. width:160rpx;
  60. text-align: right;
  61. }
  62. .line{
  63. width:690rpx;
  64. height:1rpx;
  65. background-color: #E3E3E3;
  66. margin:20rpx 0 20rpx 0;
  67. }
  68. .text3{
  69. width:690rpx;
  70. font-size:20rpx;
  71. font-weight: 500;
  72. color: #787878;
  73. }
  74. .text5{
  75. margin-bottom: 30rpx;
  76. }
  77. .text1{
  78. width:690rpx;
  79. font-size:28rpx;
  80. font-weight: 500;
  81. margin-top: 30rpx;
  82. }
  83. .text2{
  84. width:690rpx;
  85. font-size:24rpx;
  86. margin-top: 15rpx;
  87. font-weight: 400;
  88. }
  89. .text6{
  90. margin-top: 50rpx;
  91. }
  92. .lineFooter2{
  93. width:100%;
  94. height:50rpx;
  95. background-color: #F0F0F0;
  96. }
  97. .footer{
  98. width:100%;
  99. height:100rpx;
  100. }