样式修改
This commit is contained in:
parent
e710aef4d2
commit
9f72079bae
|
@ -158,7 +158,7 @@
|
||||||
}
|
}
|
||||||
.shezhi-list-img-text{
|
.shezhi-list-img-text{
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 28rpx;
|
font-size: 30rpx;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
.shezhi-list-left{
|
.shezhi-list-left{
|
||||||
|
|
|
@ -196,7 +196,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
padding: 40rpx;
|
padding:20rpx 40rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
.info-box {
|
.info-box {
|
||||||
|
@ -213,7 +213,7 @@
|
||||||
margin-top: 30rpx;
|
margin-top: 30rpx;
|
||||||
|
|
||||||
.info-box-item-name {
|
.info-box-item-name {
|
||||||
font-size: 28rpx;
|
font-size: 30rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
margin-bottom: 10rpx;
|
margin-bottom: 10rpx;
|
||||||
|
@ -243,8 +243,8 @@
|
||||||
|
|
||||||
.sub-box-l {
|
.sub-box-l {
|
||||||
width: 290rpx;
|
width: 290rpx;
|
||||||
height: 92rpx;
|
height: 82rpx;
|
||||||
line-height: 92rpx;
|
line-height: 82rpx;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
border-radius: 46rpx;
|
border-radius: 46rpx;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -256,8 +256,8 @@
|
||||||
|
|
||||||
.sub-box-rs {
|
.sub-box-rs {
|
||||||
width: 290rpx;
|
width: 290rpx;
|
||||||
height: 92rpx;
|
height: 82rpx;
|
||||||
line-height: 92rpx;
|
line-height: 82rpx;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
border-radius: 46rpx;
|
border-radius: 46rpx;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -269,8 +269,8 @@
|
||||||
|
|
||||||
.sub-box-r {
|
.sub-box-r {
|
||||||
width: 290rpx;
|
width: 290rpx;
|
||||||
height: 92rpx;
|
height: 82rpx;
|
||||||
line-height: 92rpx;
|
line-height: 82rpx;
|
||||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||||
border-radius: 46rpx;
|
border-radius: 46rpx;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
|
@ -295,10 +295,8 @@
|
||||||
margin-top: 30rpx;
|
margin-top: 30rpx;
|
||||||
|
|
||||||
.item_title {
|
.item_title {
|
||||||
font-weight: 500;
|
font-size: 32rpx;
|
||||||
font-size: 28rpx;
|
|
||||||
font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
|
font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
|
||||||
font-weight: bold;
|
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue