index.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .page1{
  6. float: left;
  7. width: 40%;
  8. padding-left:15px;
  9. font-size: 14px;
  10. line-height: 80rpx;
  11. background-color: white;
  12. font-weight: 500;
  13. }
  14. /* 日期选择 */
  15. .picker_group {
  16. background-color: white;
  17. height: 80rpx;
  18. line-height: 80rpx;
  19. display: flex;
  20. align-items: center;
  21. font-size: 14px;
  22. }
  23. .picker_group picker {
  24. height: 55rpx;
  25. line-height: 60rpx;
  26. margin: 0 2%;
  27. padding: 0 2%;
  28. border-radius: 30rpx;
  29. }
  30. .van-cell {
  31. margin-top: -1px;
  32. font-weight: 500;
  33. color: #000 !important;
  34. }
  35. .adress{
  36. font-size: 14px;
  37. font-weight: 600;
  38. }
  39. .section{
  40. font-size: 14px;
  41. font-weight: 500;
  42. width: 100%;
  43. margin-top: 0.8px;
  44. padding-left:13px;
  45. line-height: 80rpx;
  46. background-color: white;
  47. }
  48. .section__title{
  49. float: left;
  50. width: 61%;
  51. }
  52. .picker{
  53. font-weight: 500;
  54. }
  55. .picker1{
  56. float: left;
  57. width: 22%;
  58. }
  59. .team{
  60. margin-top: 12%;
  61. background-color: white;
  62. }
  63. .one{
  64. padding: 10px 5px 15px 5px;
  65. }
  66. .tuan {
  67. margin-left: 11px;
  68. font-size: 16px;
  69. font-weight: 550;
  70. margin-right: 10px;
  71. }
  72. .two{
  73. position: absolute;
  74. bottom: 9%;
  75. left: 9%;
  76. }
  77. .button{
  78. width: 300px !important;
  79. background-color: rgb(247, 189, 102);
  80. background-image: linear-gradient(to right, rgb(247, 124, 53) , rgb(255, 153, 0));
  81. border-radius: 30px;
  82. color:#ffffff;
  83. text-align: center;
  84. font-size: small;
  85. }
  86. .mult{
  87. float: left;
  88. width: 65%;
  89. padding-left:15px;
  90. font-size: 14px;
  91. line-height: 80rpx;
  92. background-color: white;
  93. font-weight: 500;
  94. }
  95. .mults{
  96. margin-top: -1px;
  97. background-color: white;
  98. line-height: 80rpx;
  99. }
  100. .multone{
  101. margin-bottom: 1.8px;
  102. font-size: 14px;
  103. }