| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- .panelTop{
- width:100%;
- align-items: flex-start;
- }
- .text1{
- margin-top: 50rpx;
- margin-left: 30rpx;
- font-size:32rpx;
- }
- .text2{
- margin-bottom: 30rpx;
- margin-left: 30rpx;
- font-size:24rpx;
- font-weight: 400;
- }
- .panelItem{
- width:100%;
- justify-content: flex-start;
- align-items: flex-start;
- background-color: #fff;
- flex-wrap: wrap;
- margin-bottom: 50rpx;
- padding-bottom: 40rpx;
- }
- .panelItem1{
- width:100%;
- justify-content: space-between;
- }
- .text3{
- margin-top: 40rpx;
- margin-left: 30rpx;
- font-size:28rpx;
- font-weight: 400;
- }
- .universalpic_indicator_right_gray{
- width:16rpx;
- height:26rpx;
- transform:rotate(-90deg);
- margin-top: 40rpx;
- margin-right: 30rpx;
- }
- .universalpic_indicator_right_gray2{
- width:16rpx;
- height:26rpx;
- transform:rotate(90deg);
- margin-top: 40rpx;
- margin-right: 30rpx;
- }
- .btn{
- border:1rpx solid #9B9B9B;
- height:100rpx;
- border-radius: 10rpx;
- margin: 30rpx 0 0 30rpx;
- padding: 0 30rpx;
- color:#1e1e1e;
- }
- .btn2{
- border:1rpx solid #0071EF;
- background-color: #0071EF;
- color:#fff;
- }
- .circle{
- width:34rpx;
- height:34rpx;
- border-radius: 50%;
- background-color: #F8F8F8;
- border:3rpx solid #d2d2d2;
- }
- .universalpic_checked_white_22x17{
- width:22rpx;
- height:17rpx;
- }
- .text4{
- margin-left: 20rpx;
- font-size:28rpx;
- font-weight: 400;
- }
- .panelFooter{
- width:100%;
- height:120rpx;
- background-color: #fff;
- position: fixed;
- z-index: 10;
- bottom:0;
- }
- .btn3{
- width:270rpx;
- height:80rpx;
- color:#0071EF;
- font-size:32rpx;
- text-align: center;
- line-height: 80rpx;
- margin: 0 15rpx;
- }
- .btn4{
- color:#1e1e1e;
- }
|