report.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .top-img{
  2. width:100%;
  3. }
  4. .title{
  5. text-align: center;
  6. margin: 20rpx 0;
  7. font-size: 42rpx;
  8. color: #333;
  9. }
  10. .form-wrapper{
  11. padding:36rpx 20rpx 0;
  12. }
  13. .form-item{
  14. display: flex;
  15. height: 68rpx;
  16. margin:0 0 32rpx;
  17. }
  18. .item-left{
  19. width:180rpx;
  20. color:#2a2a2a;
  21. font-size: 30rpx;
  22. text-align: justify;
  23. margin: auto 0;
  24. }
  25. .item-right{
  26. border-radius:10rpx;
  27. border: 2rpx solid #DCDCDC;
  28. flex:1;
  29. padding:0 20rpx 0;
  30. text-align: left;
  31. color:#85868A;
  32. font-size: 28rpx;
  33. margin: auto;
  34. height: 66rpx;
  35. }
  36. .item-radio{
  37. padding:10rpx;
  38. }
  39. .name-input{
  40. color: #333;
  41. /* //#85868A; */
  42. font-size: 32rpx;
  43. line-height: 66rpx;
  44. height: 66rpx;
  45. text-align: left;
  46. }
  47. .register-btn{
  48. /* position: fixed; */
  49. bottom: 10rpx;
  50. display: flex;
  51. justify-content: center;
  52. margin: auto 100rpx;
  53. /*background:url('https://636c-cloud1-5gcbmpia1fa667ea-1305758720.tcb.qcloud.la/wx-servant/btn.png') no-repeat center;*/
  54. /*background-size: 100%;*/
  55. width:592rpx;
  56. height: 114rpx;
  57. /*color:#fff;*/
  58. font-size: 36rpx;
  59. line-height:114rpx;
  60. text-align: center;
  61. font-weight:bold;
  62. }
  63. .holiday-content{
  64. display:flex;
  65. justify-content:center;
  66. text-align: center;
  67. flex-wrap: wrap;
  68. margin-bottom: 20rpx;
  69. }
  70. .holiday{
  71. margin: 10rpx;
  72. padding: 10rpx;
  73. border-radius: 5rpx;
  74. }
  75. .newyear{
  76. background-color: red;
  77. color:#2a2a2a;
  78. }
  79. .solar {
  80. font-size: 36rpx;
  81. color:#2a2a2a;
  82. /* font-weight: 600; */
  83. }
  84. .lunar{
  85. font-size: 28rpx;
  86. color:#2a2a2a;
  87. }
  88. .color-2c{
  89. color:#2a2a2a;
  90. }
  91. radio{
  92. margin-left: 10rpx;
  93. }
  94. .radio-group{
  95. display: flex;
  96. flex-direction: column;
  97. }
  98. .radio-group radio{
  99. margin: 5rpx 0;
  100. color:#666666;
  101. transform: scale(0.8);
  102. }