| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- .panelTop{
- position: fixed;
- top:0;
- width:100%;
- background-color: #fff;
- z-index: 10;
- }
- .panelTop1{
- width:250rpx;
- height:100rpx;
- justify-content: flex-end;
- }
- .text0{
- font-size: 36rpx;
- }
- .line1{
- width:144rpx;
- height:10rpx;
- background-color: #fff;
- margin-top:10rpx;
- }
- .selectItem{
- color: #5282FA;
- }
- .selectItemBG{
- background-color: #5282FA;
- }
- .panel1{
- width:711rpx;
- margin-top: 60rpx;
- background-color: #fff;
- border-radius: 20rpx;
- }
- .text1{
- font-size: 36rpx;
- margin-top: 40rpx;
- color:#4D4D4D;
- }
- .text10{
- color:#FE6659;
- }
- .text2{
- font-size: 64rpx;
- margin-top: 10rpx;
- color:#4D4D4D;
- font-family: 'Roboto-Black';
- }
- .text3{
- font-size: 28rpx;
- color:#4D4D4D;
- }
- .line{
- width:650rpx;
- height:1rpx;
- background-color: #e3e3e3;
- margin-top: 30rpx;
- }
- .panel11{
- width:100%;
- height: 146rpx;
- justify-content: flex-start;
- }
- .panel111{
- margin: 30rpx 0 0 0;
- width:650rpx;
- justify-content: flex-start;
- }
- .panel112{
- margin: 20rpx 0 0 0;
- width:650rpx;
- justify-content: flex-start;
- }
- .text4{
- font-size: 24rpx;
- color:#787878;
- font-weight: 400;
- }
- .text5{
- font-size: 24rpx;
- color:#4D4D4D;
- margin-left: 30rpx;
- }
- .panel12{
- width:100%;
- height: 100rpx;
- justify-content: space-between;
- }
- .text6{
- font-size: 28rpx;
- color: #1e1e1e;
- margin-left: 30rpx;
- font-weight: 400;
- }
- .line2{
- width:100%;
- height:1rpx;
- background-color: #e3e3e3;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-right: 30rpx;
- }
|