| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- .container {
- background-color: #f0f0f0;
- justify-content: flex-start;
- color: #1e1e1e;
- font-weight: 500;
- }
- .text0 {
- width: 100%;
- height: 73rpx;
- background-color: #A63917;
- color:#fff;
- font-size:24rpx;
- text-align: center;
- line-height: 73rpx;
- }
- .text1 {
- font-size: 24rpx;
- font-weight: 400;
- width: 690rpx;
- text-align: left;
- margin-top: 40rpx;
- }
- .text2 {
- font-size: 24rpx;
- font-weight: 400;
- width: 690rpx;
- justify-content: flex-start;
- margin-bottom: 40rpx;
- }
- .text2 .red {
- color: #a20602;
- font-weight: 500;
- text-decoration: underline;
- }
- .text3 {
- font-size: 32rpx;
- width: 690rpx;
- text-align: left;
- margin-top: 140rpx;
- }
- .text4 {
- font-size: 56rpx;
- width: 690rpx;
- text-align: left;
- font-weight: 400;
- }
- .panel1 {
- width: 100%;
- margin-bottom: 40rpx;
- background-color: #fff;
- border-bottom: 1rpx solid #D2D2D2;
- }
- .item0 {
- height: 138rpx;
- border-bottom: 1rpx solid #E3E3E3;
- }
- .left {
- margin-left: 30rpx;
- }
- .right {
- margin-right: 30rpx;
- font-size: 28rpx;
- color:#9B9B9B;
- }
- .right2 {
- font-size: 56rpx;
- color:#1e1e1e;
- }
- .title0 {
- font-size: 20rpx;
- text-align: left;
- justify-content: flex-start;
- }
- .title0_1{
- color:#9B9B9B;
- margin-right: 10rpx;
- }
- .panel2{
- width: 100%;
- }
- .item {
- width: 100%;
- justify-content: space-between;
- height: 111rpx;
- }
- .img {
- width:50rpx;
- height:50rpx;
- margin-right: 20rpx;
- }
- .title1 {
- font-size: 28rpx;
- text-align: left;
- margin-right: 10rpx;
- }
- .title2 {
- font-size: 22rpx;
- text-align: left;
- color: #9B9B9B;
- }
- .panel2 .line{
- width: 100%;
- justify-content: flex-end;
- }
- .panel2 .line2{
- width: 720rpx;
- height: 1rpx;
- background-color: #E3E3E3;
- }
- .titleNull {
- font-size: 36rpx;
- color: #787878;
- margin-top: 522rpx;
- }
- .btn {
- width: 136rpx;
- height: 70rpx;
- background-color: #A63917;
- border-radius: 8rpx;
- }
- .btn1 {
- width: 100%;
- height: 60rpx;
- background-color: #EA413A;
- border-radius: 8rpx;
- color:#fff;
- text-align: center;
- line-height: 60rpx;
- font-size:32rpx;
- position:relative;
- top:0;
- }
- .btn2 {
- background-color: #146392;
- }
- .btn3 {
- background-color: #169DED;
- }
|