123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- .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;
- }
- /* 日期选择 */
- .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;
- }
- .adress{
- font-size: 14px;
- font-weight: 600;
- }
- .section{
- font-size: 14px;
- font-weight: 500;
- width: 100%;
- margin-top: 0.8px;
- padding-left:13px;
- line-height: 80rpx;
- background-color: white;
- }
- .section__title{
- float: left;
- width: 61%;
- }
- .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;
- }
- .mults{
- margin-top: -1px;
- background-color: white;
- line-height: 80rpx;
- }
- .multone{
- margin-bottom: 1.8px;
- font-size: 14px;
- }
|