longPosterService.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. page{
  2. background-color: #333333;
  3. padding: 30rpx;
  4. }
  5. .poster{
  6. position: relative;
  7. overflow: hidden;
  8. }
  9. .poster-pic{
  10. width: 100%;
  11. }
  12. .option{
  13. line-height: 33rpx;
  14. font-size: 24rpx;
  15. font-family: PingFang SC-Regular, PingFang SC;
  16. font-weight: 400;
  17. color: #FFFFFF;
  18. }
  19. .option image{
  20. width: 48rpx;
  21. height: 48rpx;
  22. margin-right: 20rpx;
  23. opacity: 1;
  24. }
  25. .line{
  26. width: 2rpx;
  27. height: 48rpx;
  28. opacity: 1;
  29. background-color: #707070;
  30. margin: 0 50rpx;
  31. }
  32. .option-btn{
  33. width: 155rpx;
  34. height: 56rpx;
  35. line-height: 56rpx;
  36. background: var(--main);
  37. border-radius: 28rpx 28rpx 28rpx 28rpx;
  38. opacity: 1;
  39. font-size: 24rpx;
  40. font-family: PingFang SC-Regular, PingFang SC;
  41. font-weight: 400;
  42. color: #FFFFFF;
  43. text-align: center;
  44. }
  45. .table-th{
  46. margin-top: 70rpx;
  47. width: 604rpx;
  48. height: 73rpx;
  49. background: rgba(255, 255, 255, 0.8);
  50. }
  51. .table-th-item{
  52. font-size: 24rpx;
  53. font-weight: bold;
  54. color: #333333;
  55. line-height: 33rpx;
  56. text-align: left;
  57. padding: 0 30rpx;
  58. }
  59. .table-th-item:first-child{
  60. text-align: left;
  61. }
  62. .table-th-item:last-child{
  63. text-align: right;
  64. }
  65. .table-td{
  66. background: #FFFFFF;
  67. }
  68. .table-td:first-child{
  69. padding-top: 30rpx;
  70. }
  71. .table-td:last-child{
  72. padding-bottom: 30rpx;
  73. }
  74. .table-td-item{
  75. font-size: 22rpx;
  76. font-weight: bold;
  77. color: #333333;
  78. line-height: 33rpx;
  79. text-align: left;
  80. padding: 13rpx 30rpx 13rpx;
  81. }
  82. .table-td-item-border{
  83. height: 2rpx;
  84. margin: 0 30rpx;
  85. background-color: #EAEAEA;
  86. }
  87. .table-td-item:first-child{
  88. text-align: left;
  89. }
  90. .table-td-item:last-child{
  91. text-align: right;
  92. }
  93. .poster-title{
  94. line-height: 50rpx;
  95. font-size: 36rpx;
  96. font-family: PingFang SC-Regular, PingFang SC;
  97. font-weight: bold;
  98. color: #FFFFFF;
  99. }
  100. .poster-note{
  101. line-height: 37rpx;
  102. font-size: 26rpx;
  103. font-family: PingFang SC-Regular, PingFang SC;
  104. font-weight: 400;
  105. color: #FFFFFF;
  106. margin-top:12rpx;
  107. }
  108. .poster-code{
  109. width: 126rpx;
  110. height: 126rpx;
  111. margin-left: 20rpx;
  112. }