更新
This commit is contained in:
parent
000877c0fa
commit
90e4320d52
@ -640,7 +640,7 @@
|
|||||||
border-radius: 32rpx 32rpx 32rpx 32rpx;
|
border-radius: 32rpx 32rpx 32rpx 32rpx;
|
||||||
margin-left: 32rpx;
|
margin-left: 32rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 32rpx;
|
padding: 32rpx 24rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c_t_box {
|
.c_t_box {
|
||||||
@ -664,7 +664,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.text_1 {
|
.text_1 {
|
||||||
font-size: 32rpx;
|
font-size: 30rpx;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
lines: 2;
|
lines: 2;
|
||||||
@ -712,14 +712,16 @@
|
|||||||
|
|
||||||
.c_c_title {
|
.c_c_title {
|
||||||
|
|
||||||
width: 260rpx;
|
//width: 260rpx;
|
||||||
|
width: 100%;
|
||||||
height: 48rpx;
|
height: 48rpx;
|
||||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||||
background: #fcd702;
|
background: #fcd702;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 5px 5rpx;
|
//margin: 5px 5rpx;
|
||||||
|
margin-left: 2rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contenr_bottom {
|
.contenr_bottom {
|
||||||
@ -804,7 +806,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bz_width {
|
.bz_width {
|
||||||
width: 60%;
|
width: 50%;
|
||||||
|
}
|
||||||
|
.segment-item{
|
||||||
|
width: 290rpx;
|
||||||
|
margin: 5rpx 2rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user