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