手机端首页修改

master
Lee 2022-12-19 13:51:37 +08:00
parent eae45afa57
commit 453e07471f
1 changed files with 10 additions and 2 deletions

View File

@ -3134,6 +3134,11 @@
padding: .4rem 0; padding: .4rem 0;
} }
.project-case-bg{
background-color: #ffffff;
padding-top: .1rem;
}
.more-btn-other{ .more-btn-other{
width: 1.3rem; width: 1.3rem;
height: .36rem; height: .36rem;
@ -3373,6 +3378,8 @@
.project-case-title{ .project-case-title{
justify-content: center; justify-content: center;
text-align: center; text-align: center;
background-color: #eef3f6;
padding: .15rem 0;
} }
.project-case-title strong{ .project-case-title strong{
font-size: .36rem; font-size: .36rem;
@ -3380,7 +3387,7 @@
} }
.project-case-title span{ .project-case-title span{
font-size: .32rem; font-size: .32rem;
margin-top: 0; margin-top: -0.1rem;
color: #333333; color: #333333;
} }
@ -3390,9 +3397,10 @@
.project-case-list>a .txt{ .project-case-list>a .txt{
height: .6rem; height: .6rem;
font-size: .24rem; font-size: .24rem;
padding: 0 .15rem;
} }
.project-case-list>a>.txt span{ .project-case-list>a>.txt span{
font-size: .24rem; font-size: .26rem;
} }
/* 分页样式 */ /* 分页样式 */