| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- .container {
- background-color: #f0f0f0;
- justify-content: flex-start;
- font-weight: 500;
- }
- .panel{
- width:100%;
- justify-content: space-between;
- }
- .title{
- margin: 50rpx 0 30rpx 30rpx;
- font-size:32rpx;
- }
- .btn{
- margin: 50rpx 30rpx 25rpx 0;
- font-size:24rpx;
- color:#fff;
- background-color: #0792E4;
- border-radius: 8rpx;
- text-align: center;
- line-height: 50rpx;
- width: 108rpx;
- }
- .panel2{
- background-color: #fff;
- margin-bottom: 1rpx;
- height:100rpx;
- }
- .Name{
- margin-left: 30rpx;
- font-size:28rpx;
- font-weight: 400;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-right: 30rpx;
- }
- .bottom{
- position: fixed;
- bottom:0;
- font-size:48rpx;
- color:#fff;
- background-color: #FF7245;
- text-align: center;
- line-height: 120rpx;
- width: 100%;
- }
- .panelNull1{
- font-size: 48rpx;
- margin-top: 422rpx;
- }
- .panelNull2{
- font-size: 24rpx;
- margin: 20rpx 0 30rpx 0;
- font-weight: 400;
- text-align: center;
- }
- .img0521{
- width:64rpx;
- height:68rpx;
- }
- .panel3{
- justify-content: flex-start;
- }
- .universalpic_select_on_black{
- width:30rpx;
- height:30rpx;
- margin-left: 30rpx;
- }
- .bottom2{
- background-color: #E5321C;
- justify-content: center;
- height:140rpx;
- line-height: 46rpx;
- }
- .text1{
- font-size:24rpx;
- }
|