|
|
@ -5,60 +5,7 @@ page { |
|
|
|
overflow: hidden; |
|
|
|
background-color: #f7f7f7; |
|
|
|
} |
|
|
|
.header { |
|
|
|
width: 100%; |
|
|
|
height: 464rpx; |
|
|
|
/* position: fixed; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
z-index: 1000; */ |
|
|
|
} |
|
|
|
.header .header-bg { |
|
|
|
width: 100%; |
|
|
|
height: 444rpx; |
|
|
|
position: absolute; |
|
|
|
height: 100%; |
|
|
|
z-index: -999; |
|
|
|
} |
|
|
|
.header .navigation { |
|
|
|
width: 100%; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
color: #333333; |
|
|
|
font-size: 32rpx; |
|
|
|
position: relative; |
|
|
|
z-index: 100; |
|
|
|
} |
|
|
|
.header .content{ |
|
|
|
margin: 140rpx 0 0 69rpx; |
|
|
|
} |
|
|
|
.header .content .h2{ |
|
|
|
font-size: 44rpx; |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: 800; |
|
|
|
color: #333333; |
|
|
|
margin-bottom: 40rpx; |
|
|
|
} |
|
|
|
.header .content .tag{ |
|
|
|
width: 170rpx; |
|
|
|
height: 50rpx; |
|
|
|
position: relative; |
|
|
|
line-height: 48rpx; |
|
|
|
font-size: 28rpx; |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: 500; |
|
|
|
color: #FFFFFF; |
|
|
|
padding-left: 15rpx; |
|
|
|
} |
|
|
|
.header .content .tag image { |
|
|
|
width: 170rpx; |
|
|
|
height: 50rpx; |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
z-index: -888; |
|
|
|
} |
|
|
|
|
|
|
|
.select{ |
|
|
|
width: 100%; |
|
|
|
height: 90rpx; |
|
|
@ -95,22 +42,22 @@ page { |
|
|
|
.content{ |
|
|
|
width: 100%; |
|
|
|
padding:0 20rpx ; |
|
|
|
margin-top: 20rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
.content .scroll { |
|
|
|
height: calc(100vh - 670rpx); |
|
|
|
height: calc(100vh - 120rpx); |
|
|
|
overflow-y: scroll; |
|
|
|
} |
|
|
|
.content .card{ |
|
|
|
width: 100%; |
|
|
|
background-color: #fff; |
|
|
|
display: flex; |
|
|
|
height: 236rpx; |
|
|
|
flex-direction: column; |
|
|
|
height: 168rpx; |
|
|
|
border-radius: 20rpx; |
|
|
|
padding: 0 30rpx; |
|
|
|
padding: 34rpx 30rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
margin-top: 20rpx; |
|
|
|
border-bottom: 1px solid #EAEAEA; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
.blue{ |
|
|
@ -134,47 +81,63 @@ page { |
|
|
|
.gray{ |
|
|
|
color: #999999 !important; |
|
|
|
} |
|
|
|
.content .card .title{ |
|
|
|
font-size: 32rpx; |
|
|
|
height: 90rpx; |
|
|
|
line-height: 90rpx; |
|
|
|
border-bottom: 1px solid #EAEAEA; |
|
|
|
.content .card .left{ |
|
|
|
width: 100rpx; |
|
|
|
height: 100rpx; |
|
|
|
background: linear-gradient(0deg, #3E8DF8 0%, #68A8FD 100%); |
|
|
|
border-radius: 20rpx; |
|
|
|
color:#fff ; |
|
|
|
font-size: 28rpx; |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: 500; |
|
|
|
color: #333333; |
|
|
|
margin-bottom: 24rpx; |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
white-space: nowrap; |
|
|
|
text-align: center; |
|
|
|
line-height: 100rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.content .card .type { |
|
|
|
width: fit-content; |
|
|
|
.content .card .right{ |
|
|
|
flex: 1; |
|
|
|
overflow: hidden; |
|
|
|
display: flex; |
|
|
|
font-size: 26rpx; |
|
|
|
border-radius: 25rpx; |
|
|
|
background-color: rgba(56,189,253,0.1); |
|
|
|
padding: 8rpx 15rpx; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: space-between; |
|
|
|
overflow: hidden; |
|
|
|
margin-left: 24rpx; |
|
|
|
} |
|
|
|
.content .type image { |
|
|
|
width: 30rpx; |
|
|
|
height: 30rpx; |
|
|
|
.content .card .right .top{ |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
} |
|
|
|
.content .card .type text{ |
|
|
|
.content .card .right .title{ |
|
|
|
font-size: 32rpx; |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: 500; |
|
|
|
color: #333333; |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
white-space: nowrap; |
|
|
|
width: calc(100% - 80rpx); |
|
|
|
} |
|
|
|
.content .card .bottom{ |
|
|
|
|
|
|
|
|
|
|
|
.content .card .right .bottom{ |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
font-size: 28rpx; |
|
|
|
font-family: PingFang SC; |
|
|
|
color: #999999; |
|
|
|
margin-top: 27rpx; |
|
|
|
} |
|
|
|
.content .card .bottom .flex_box{ |
|
|
|
.content .card .right .bottom .flex_box{ |
|
|
|
display: flex; |
|
|
|
justify-content: left; |
|
|
|
} |
|
|
|
.bgBule{ |
|
|
|
background-color: #dfebfb; |
|
|
|
border: 1px solid #3A80E7; |
|
|
|
border-radius: 32rpx; |
|
|
|
padding:10rpx 20rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
.bgBule image{ |
|
|
|
margin-left: 50rpx !important; |
|
|
|
} |