index.rpx.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .page{
  2. background: #F7F7F7;
  3. }
  4. .group{
  5. background: #FFFFFF;
  6. padding: 24rpx 32rpx;
  7. margin-top: 16rpx;
  8. }
  9. .groupItemKey{
  10. font-size: 28rpx;
  11. width: 200rpx;
  12. font-weight: bold;
  13. color: #333333;
  14. line-height: 60rpx;
  15. }
  16. .marginTop{
  17. margin-top: 24rpx;
  18. }
  19. .serobReminder{
  20. margin-top: 20rpx;
  21. line-height: 40rpx;
  22. color: red;
  23. }
  24. .serobReminder:first-child{
  25. margin-top: 0;
  26. }
  27. .textareaView{
  28. min-height: 280rpx;
  29. //background: #FAFAFA;
  30. border-radius: 16rpx;
  31. //margin-top: 16rpx;
  32. margin-bottom: 32rpx;
  33. font-size: 28rpx;
  34. font-weight: 400;
  35. color: #999999;
  36. padding: 0 24rpx;
  37. }
  38. .tabBarLineHeight {
  39. height: 138rpx;
  40. }
  41. .tabBarView {
  42. width: 750rpx;
  43. height: 138rpx;
  44. background: #ffffff;
  45. position: fixed;
  46. left: 0;
  47. bottom: 0;
  48. z-index: 5;
  49. .submitButton {
  50. text-align: center;
  51. line-height: 84rpx;
  52. width: 686rpx;
  53. height: 84rpx;
  54. background: #FFE05C;
  55. border-radius: 54rpx;
  56. margin-left: 32rpx;
  57. }
  58. }
  59. .periodDate{
  60. height: 100rpx;
  61. background: #FFFFFF;
  62. font-size: 28rpx;
  63. font-weight: 500;
  64. color: #333333;
  65. line-height: 100rpx;
  66. padding-left: 32rpx;
  67. }
  68. .serob{
  69. font-size: 32rpx;
  70. font-weight: bold;
  71. color: #333333;
  72. }
  73. .serobItem{
  74. margin-top: 24rpx;
  75. text-align: center;
  76. position: relative;
  77. }
  78. .serobImgView{
  79. width: 146rpx;
  80. height: 146rpx;
  81. overflow: hidden;
  82. }
  83. .serobImg{
  84. width: 146rpx;
  85. height: 146rpx;
  86. border-radius: 75rpx;
  87. }
  88. .serobName{
  89. height: 40rpx;
  90. font-size: 24rpx;
  91. font-weight: 400;
  92. color: #666666;
  93. line-height: 40rpx;
  94. margin-top: 16rpx;
  95. }
  96. .serobV{
  97. width: 32rpx;
  98. height: 32rpx;
  99. position: absolute;
  100. top: 0;
  101. right: 0;
  102. }
  103. .serobVicon{
  104. width: 32rpx;
  105. height: 32rpx;
  106. }