123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- .main {
- position: relative;
- width: 100%;
- }
- .page1 {
- float: left;
- width: 40%;
- padding-left: 15px;
- font-size: 14px;
- line-height: 80rpx;
- background-color: white;
- font-weight: 500;
- }
- .input{
- background-color: white;
- height: 80rpx;
- line-height: 80rpx;
- text-align: right;
- font-size: 14px;
- }
- /* 日期选择 */
- .picker_group {
- background-color: white;
- height: 80rpx;
- line-height: 80rpx;
- display: flex;
- align-items: center;
- font-size: 14px;
- }
- .picker_group picker {
- height: 55rpx;
- line-height: 60rpx;
- margin: 0 2%;
- padding: 0 2%;
- border-radius: 30rpx;
- }
- .van-cell {
- margin-top: -1px;
- font-weight: 500;
- color: #000 !important;
- }
- .content {
- border-bottom: 1px solid #f1f1;
- }
- .contents{
- padding-bottom: 1px;
- }
- .page .content input {
- font-size: 14px;
- padding-top: 3%;
- padding-right: 4%;
- }
- .section {
- font-size: 14px;
- font-weight: 500;
- width: 96%;
- padding-left: 13px;
- line-height: 80rpx;
- background-color: white;
- }
- .section__title {
- float: left;
- width: 65%;
- }
- .picker {
- font-weight: 500;
- }
- .picker1 {
- float: left;
- width: 22%;
- }
- .team {
- margin-top: 12%;
- background-color: white;
- }
- .one {
- padding: 10px 5px 15px 5px;
- }
- .tuan {
- margin-left: 11px;
- font-size: 16px;
- font-weight: 550;
- margin-right: 10px;
- }
- .two {
- position: absolute;
- bottom: 9%;
- left: 9%;
- }
- .button {
- width: 300px !important;
- background-color: rgb(247, 189, 102);
- background-image: linear-gradient(to right, rgb(247, 124, 53), rgb(255, 153, 0));
- border-radius: 30px;
- color: #ffffff;
- text-align: center;
- font-size: small;
- }
- .mult {
- float: left;
- width: 65%;
- padding-left: 15px;
- font-size: 14px;
- line-height: 80rpx;
- background-color: white;
- font-weight: 500;
- }
- .mult11 {
- padding-left: 15px;
- font-size: 14px;
- line-height: 80rpx;
- background-color: white;
- font-weight: 500;
- }
- .mults {
- margin-top: -1px;
- background-color: white;
- line-height: 80rpx;
- text-align: center;
- }
- .multone {
- font-size: 14px;
- }
- .mult88 {
- float: left;
- width: 63%;
- line-height: 80rpx;
- background-color: white;
- text-align: right;
- padding: 0 9px 0 0;
- }
- .mult00 {
- padding-left: 15px;
- float: left;
- width: 30%;
- line-height: 80rpx;
- background-color: white;
- }
|