index.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. .input{
  15. background-color: white;
  16. height: 80rpx;
  17. line-height: 80rpx;
  18. text-align: right;
  19. font-size: 14px;
  20. }
  21. /* 日期选择 */
  22. .picker_group {
  23. background-color: white;
  24. height: 80rpx;
  25. line-height: 80rpx;
  26. display: flex;
  27. align-items: center;
  28. font-size: 14px;
  29. }
  30. .picker_group picker {
  31. height: 55rpx;
  32. line-height: 60rpx;
  33. margin: 0 2%;
  34. padding: 0 2%;
  35. border-radius: 30rpx;
  36. }
  37. .van-cell {
  38. margin-top: -1px;
  39. font-weight: 500;
  40. color: #000 !important;
  41. }
  42. .content {
  43. border-bottom: 1px solid #f1f1;
  44. }
  45. .contents{
  46. padding-bottom: 1px;
  47. }
  48. .page .content input {
  49. font-size: 14px;
  50. padding-top: 3%;
  51. padding-right: 4%;
  52. }
  53. .section {
  54. font-size: 14px;
  55. font-weight: 500;
  56. width: 96%;
  57. padding-left: 13px;
  58. line-height: 80rpx;
  59. background-color: white;
  60. }
  61. .section__title {
  62. float: left;
  63. width: 65%;
  64. }
  65. .picker {
  66. font-weight: 500;
  67. }
  68. .picker1 {
  69. float: left;
  70. width: 22%;
  71. }
  72. .team {
  73. margin-top: 12%;
  74. background-color: white;
  75. }
  76. .one {
  77. padding: 10px 5px 15px 5px;
  78. }
  79. .tuan {
  80. margin-left: 11px;
  81. font-size: 16px;
  82. font-weight: 550;
  83. margin-right: 10px;
  84. }
  85. .two {
  86. position: absolute;
  87. bottom: 9%;
  88. left: 9%;
  89. }
  90. .button {
  91. width: 300px !important;
  92. background-color: rgb(247, 189, 102);
  93. background-image: linear-gradient(to right, rgb(247, 124, 53), rgb(255, 153, 0));
  94. border-radius: 30px;
  95. color: #ffffff;
  96. text-align: center;
  97. font-size: small;
  98. }
  99. .mult {
  100. float: left;
  101. width: 65%;
  102. padding-left: 15px;
  103. font-size: 14px;
  104. line-height: 80rpx;
  105. background-color: white;
  106. font-weight: 500;
  107. }
  108. .mult11 {
  109. padding-left: 15px;
  110. font-size: 14px;
  111. line-height: 80rpx;
  112. background-color: white;
  113. font-weight: 500;
  114. }
  115. .mults {
  116. margin-top: -1px;
  117. background-color: white;
  118. line-height: 80rpx;
  119. text-align: center;
  120. }
  121. .multone {
  122. font-size: 14px;
  123. }
  124. .mult88 {
  125. float: left;
  126. width: 63%;
  127. line-height: 80rpx;
  128. background-color: white;
  129. text-align: right;
  130. padding: 0 9px 0 0;
  131. }
  132. .mult00 {
  133. padding-left: 15px;
  134. float: left;
  135. width: 30%;
  136. line-height: 80rpx;
  137. background-color: white;
  138. }