style: 移动端适配
This commit is contained in:
@@ -191,7 +191,8 @@ p {
|
||||
&.mobile {
|
||||
background: url('@/assets/images/mobile_version_background/bloom_bg.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
height: 83.1rem;
|
||||
// height: 83.1rem;
|
||||
height: 110vw;
|
||||
padding-top: 6rem;
|
||||
.title {
|
||||
font-size: 3.2rem;
|
||||
@@ -202,7 +203,8 @@ p {
|
||||
margin-bottom: 6.2rem;
|
||||
}
|
||||
.desc {
|
||||
padding: 0 6.5rem 0 6.7rem;
|
||||
// padding: 0 6.5rem 0 6.7rem;
|
||||
padding: 0 8.5vw;
|
||||
font-size: 2rem;
|
||||
line-height: 3rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user