| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- .container {
- background-color: #F0F0F0;
- justify-content: flex-start;
- font-weight: 500;
- color:#1e1e1e;
- overflow-x:hidden;
- }
- .title0 {
- width: 100%;
- height: 73rpx;
- background-color: #A63917;
- color:#fff;
- font-size:24rpx;
- text-align: center;
- line-height: 73rpx;
- }
- .title1 {
- width: 100%;
- height: 125rpx;
- background-color: #F0F0F0;
- }
- .title1_1 {
- margin: 50rpx 0 0 30rpx;
- font-size: 32rpx;
- }
- .title2 {
- width: 100%;
- background-color: #FFFFFF;
- font-size: 28rpx;
- height: 100rpx;
- justify-content: space-between;
- font-weight: 400;
- }
- .title2_1 {
- margin-left: 30rpx;
- align-items: flex-start;
- }
- .title2_1 .red{
- color:#A20602;
- font-weight: 500;
- }
- .title2_2 {
- margin-right: 30rpx;
- }
- .title2_3{
- height:40rpx;
- font-size:24rpx;
- }
- .title2_4{
- margin-top: 30rpx;
- font-size:28rpx;
- }
- .title2_5{
- height:70rpx;
- }
- .Arrow {
- width: 16rpx;
- height: 26rpx;
- margin: 0 0 0 30rpx;
- }
- .title3 {
- width: 100%;
- background-color: #FFFFFF;
- font-size: 28rpx;
- height: 139rpx;
- justify-content: space-between;
- font-weight: 400;
- }
- .title3_2 {
- font-size: 24rpx;
- }
- .line {
- width: 100%;
- height: 2rpx;
- background-color: #F8F8F8;
- align-items: flex-end;
- }
- .line1 {
- width: 720rpx;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .line2 {
- width: 100%;
- height: 30rpx;
- background-color: #fff;
- }
- .number{
- background-color: #A20602;
- width:53rpx;
- height:40rpx;
- line-height: 40rpx;
- border-radius: 8rpx;
- text-align: center;
- color:#ffffff;
- font-size: 24rpx;
- }
|