123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- .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;
- border-bottom: 1px solid #dddddd;
- }
- /* 日期选择 */
- .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 {
- margin-top: 0.5%;
- float: left;
- width: 100%;
- font-size: 14px;
- font-weight: 500;
- }
- .section {
- float: left;
- width: 100%;
- font-size: 14px;
- font-weight: 500;
- width: 96%;
- margin-top: 0.8px;
- padding-left: 13px;
- line-height: 85rpx;
- margin-bottom: 0.5%;
- border-bottom: 1px solid #dddddd;
- }
- .section__title {
- float: left;
- width: 64%;
- }
- .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%;
- }
- .mult {
- float: left;
- width: 65%;
- padding-left: 15px;
- font-size: 14px;
- line-height: 85rpx;
- background-color: white;
- font-weight: 500;
- }
- .mult11 {
- padding-left: 15px;
- font-size: 14px;
- line-height: 85rpx;
- background-color: white;
- font-weight: 500;
- }
- .mults {
- margin-top: -1px;
- background-color: white;
- line-height: 85rpx;
- text-align: center;
- }
- .multone {
- margin-top: 0.5%;
- margin-bottom: 1.8px;
- font-size: 14px;
- }
- .mult88 {
- float: left;
- width: 63%;
- line-height: 85rpx;
- background-color: white;
- text-align: right;
- padding: 0 9px 0 0;
- }
- .mult00 {
- padding-left: 15px;
- float: left;
- width: 30%;
- line-height: 85rpx;
- background-color: white;
- }
- .zero {
- border-bottom: 1px solid #dddddd;
- margin: 0 20px;
- height: 50px;
- }
- .ming{
- background-color: white;
- }
- .one {
- border-bottom: 1px solid #dddddd;
- margin-left: 10px;
- height: 20px;
- }
- .van-uploader__upload {
- border-radius: 50%;
- align-items: center;
- background-color: var(--uploader-upload-background-color,#f7f8fa);
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- height: var(--uploader-size,50px);
- justify-content: center;
- margin: 0 8px 8px 0;
- position: relative;
- width: var(--uploader-size,50px);
- width: 50px !important;
- height: 50px !important;
- }
- .van-uploader__preview-image {
- border-radius: 50%;
- display: block;
- height: var(--uploader-size,50px);
- overflow: hidden;
- width: var(--uploader-size,50px);
- width: 50px !important;
- height: 50px !important;
- }
- .text {
- position: relative;
- top: 4px;
- width: 40%;
- }
- .tou {
- width: 50px;
- height: 50px;
- position: relative;
- left: 280px;
- top: -30px;
- }
- .input {
- position: relative;
- text-align: right;
- left: 130px;
- top: -20px;
- width: 60%;
- font-size: 14px;
- }
- .button {
- position: relative;
- top: 50px;
- width: 300px !important;
- background-image: linear-gradient(to right, #fd3c1e, #c74df0);
- border-radius: 30px;
- color: #ffffff;
- text-align: center;
- font-size: small;
- }
|