index.rpx.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. .page{
  2. background: #F7F7F7;
  3. }
  4. .group{
  5. background: #FFFFFF;
  6. padding: 0 32rpx;
  7. }
  8. .group2{
  9. background: #FFFFFF;
  10. padding: 0 32rpx;
  11. height: 212rpx;
  12. position: fixed;
  13. bottom: 0;
  14. }
  15. .groupItem{
  16. height: 154rpx;
  17. border-bottom: 1px solid #EEEEEE;
  18. }
  19. .groupItemKey{
  20. font-size: 28rpx;
  21. font-weight: bold;
  22. color: #333333;
  23. }
  24. .groupItemContent{
  25. font-size: 28rpx;
  26. font-weight: 400;
  27. color: #999999;
  28. }
  29. .hint{
  30. width: 24rpx;
  31. height: 24rpx;
  32. border-radius: 12rpx;
  33. text-align: center;
  34. background: #FFAF36;
  35. color: #FFFFFF;
  36. font-size: 18rpx;
  37. }
  38. .hintCentent{
  39. font-size: 24rpx;
  40. font-weight: 400;
  41. color: #FFAF36;
  42. line-height: 24rpx;
  43. margin-left: 10rpx;
  44. }
  45. .textareaView{
  46. height: 280rpx;
  47. background: #FAFAFA;
  48. border-radius: 16rpx;
  49. margin-top: 16rpx;
  50. margin-bottom: 32rpx;
  51. font-size: 28rpx;
  52. font-family: PingFangSC-Regular, PingFang SC;
  53. font-weight: 400;
  54. color: #999999;
  55. padding: 24rpx;
  56. }
  57. .btnTitle{
  58. font-size: 24rpx;
  59. font-weight: 400;
  60. color: #333333;
  61. margin-left: 32rpx;
  62. margin-top: 24rpx;
  63. }
  64. .btn{
  65. width: 686rpx;
  66. height: 108rpx;
  67. background: #FFF6CE;
  68. border-radius: 60rpx;
  69. margin-top: 16rpx;
  70. }
  71. .title{
  72. font-size: 24rpx;
  73. font-weight: 400;
  74. color: #333333;
  75. line-height: 108rpx;
  76. margin-top: 32rpx;
  77. margin-left: 32rpx;
  78. }
  79. .num{
  80. font-size: 36rpx;
  81. font-weight: bord;
  82. color: #111111;
  83. line-height: 108rpx;
  84. margin-left: 8rpx;
  85. }
  86. .btnRight{
  87. width: 220rpx;
  88. height: 108rpx;
  89. background: #FFE05C;
  90. border-radius: 0rpx 60rpx 60rpx 0rpx;
  91. font-size: 32rpx;
  92. font-weight: bold;
  93. color: #111111;
  94. line-height: 108rpx;
  95. text-align: center;
  96. }
  97. .marginTop{
  98. margin-top: 24rpx;
  99. }