手机端首页修改
parent
eae45afa57
commit
453e07471f
|
@ -3134,6 +3134,11 @@
|
|||
padding: .4rem 0;
|
||||
}
|
||||
|
||||
.project-case-bg{
|
||||
background-color: #ffffff;
|
||||
padding-top: .1rem;
|
||||
}
|
||||
|
||||
.more-btn-other{
|
||||
width: 1.3rem;
|
||||
height: .36rem;
|
||||
|
@ -3373,6 +3378,8 @@
|
|||
.project-case-title{
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
background-color: #eef3f6;
|
||||
padding: .15rem 0;
|
||||
}
|
||||
.project-case-title strong{
|
||||
font-size: .36rem;
|
||||
|
@ -3380,7 +3387,7 @@
|
|||
}
|
||||
.project-case-title span{
|
||||
font-size: .32rem;
|
||||
margin-top: 0;
|
||||
margin-top: -0.1rem;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
|
@ -3390,9 +3397,10 @@
|
|||
.project-case-list>a .txt{
|
||||
height: .6rem;
|
||||
font-size: .24rem;
|
||||
padding: 0 .15rem;
|
||||
}
|
||||
.project-case-list>a>.txt span{
|
||||
font-size: .24rem;
|
||||
font-size: .26rem;
|
||||
}
|
||||
|
||||
/* 分页样式 */
|
||||
|
|
Loading…
Reference in New Issue