|
|
@ -105,7 +105,7 @@ page { |
|
|
|
flex-direction: row; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
margin: -75rpx 0 0 30rpx; |
|
|
|
margin: -95rpx 0 0 30rpx; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
@ -740,7 +740,6 @@ page { |
|
|
|
width: 700rpx; |
|
|
|
height:auto ; |
|
|
|
background-color: #FFFFFF; |
|
|
|
margin: 20rpx 0 0 30rpx; |
|
|
|
border-radius: 20rpx; |
|
|
|
overflow: hidden; |
|
|
|
margin: 20rpx 24rpx 0 24rpx; |
|
|
@ -749,13 +748,19 @@ page { |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
flex-direction: row; |
|
|
|
margin: 30rpx 30rpx 30rpx 30rpx; |
|
|
|
margin: 30rpx 30rpx 0rpx 30rpx; |
|
|
|
height:70rpx; |
|
|
|
} |
|
|
|
.news_remind{ |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: bold; |
|
|
|
width: 202rpx; |
|
|
|
height: 33rpx; |
|
|
|
overflow-wrap: break-word; |
|
|
|
color: rgba(51,51,51,1); |
|
|
|
font-size: 34rpx; |
|
|
|
color: #333333; |
|
|
|
font-family: PingFang-SC-Bold; |
|
|
|
font-weight: 700; |
|
|
|
text-align: left; |
|
|
|
white-space: nowrap; |
|
|
|
line-height: 52rpx; |
|
|
|
} |
|
|
|
.more{ |
|
|
@ -764,15 +769,22 @@ page { |
|
|
|
line-height: 36rpx; |
|
|
|
} |
|
|
|
.Information{ |
|
|
|
height: 110rpx; |
|
|
|
height: 115rpx; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
margin: 10rpx 30rpx 30rpx 30rpx; |
|
|
|
margin: 10rpx 30rpx 0 30rpx; |
|
|
|
border-bottom: 2rpx solid #EAEAEA; |
|
|
|
} |
|
|
|
.Information1{ |
|
|
|
height: 110rpx; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
margin: 10rpx 30rpx 0 30rpx; |
|
|
|
} |
|
|
|
.Information_one{ |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
margin-top: 20rpx; |
|
|
|
|
|
|
|
} |
|
|
|
.Information_test{ |
|
|
@ -795,7 +807,7 @@ page { |
|
|
|
.Information_two{ |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
margin: 20rpx 0 0 0rpx; |
|
|
|
margin: 10rpx 0 20rpx 0rpx; |
|
|
|
} |
|
|
|
.Information_test3{ |
|
|
|
width: 169rpx; |
|
|
@ -838,7 +850,7 @@ line-height: 40rpx; |
|
|
|
/* align-items: center; */ |
|
|
|
} |
|
|
|
.right text{ |
|
|
|
font-size: 40rpx; |
|
|
|
font-size: 34rpx; |
|
|
|
font-family: DIN Alternate; |
|
|
|
color: #FF783C; |
|
|
|
/* align-items: center; */ |
|
|
@ -849,7 +861,7 @@ line-height: 40rpx; |
|
|
|
} |
|
|
|
.bg_new_box{ |
|
|
|
background: #F9FBFE; |
|
|
|
height: 300rpx; |
|
|
|
height: 230rpx; |
|
|
|
width: 95%; |
|
|
|
margin-top: -30rpx; |
|
|
|
margin-left: -10rpx; |
|
|
@ -862,7 +874,7 @@ line-height: 40rpx; |
|
|
|
.bg_new_right{ |
|
|
|
position: absolute; |
|
|
|
float: right; |
|
|
|
top: 50%; |
|
|
|
top: 70%; |
|
|
|
transform: translateY(-50%); |
|
|
|
right: 0; |
|
|
|
} |
|
|
@ -879,6 +891,7 @@ line-height: 40rpx; |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: 500; |
|
|
|
color: #FF783C; |
|
|
|
margin-top: 20rpx; |
|
|
|
} |
|
|
|
.new_h2{ |
|
|
|
margin-top: 30rpx; |
|
|
@ -894,14 +907,21 @@ line-height: 40rpx; |
|
|
|
bottom: 0; |
|
|
|
margin-left: 30rpx; |
|
|
|
} |
|
|
|
.list{ |
|
|
|
width: 650rpx; |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
flex-direction: column; |
|
|
|
} |
|
|
|
.list_card { |
|
|
|
width: 650rpx; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: space-around; |
|
|
|
/* align-items: center; */ |
|
|
|
color: #333333; |
|
|
|
border-bottom: 1px solid #f7f7f7; |
|
|
|
padding: 30rpx 0; |
|
|
|
padding: 10rpx 0; |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
white-space: nowrap; |
|
|
@ -911,7 +931,7 @@ line-height: 40rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.list_card:last-child { |
|
|
|
margin-top: 29rpx; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.list_card .special { |
|
|
@ -926,6 +946,9 @@ line-height: 40rpx; |
|
|
|
} |
|
|
|
.new_hh{ |
|
|
|
margin-bottom: 12rpx; |
|
|
|
font-size: 34rpx; |
|
|
|
color: #333333; |
|
|
|
line-height: 52rpx; |
|
|
|
} |
|
|
|
.new_submit{ |
|
|
|
margin-top: 30rpx; |
|
|
|