【发布时间】:2021-09-05 09:18:51
【问题描述】:
有没有人知道为什么我在使用 iOS 时遇到问题,有时会破坏我网页上的某些文本。它似乎有时会发生,然后会自行纠正,并且会发生在某些 iPhone 用户身上,但不会发生在其他用户身上。
这里是损坏文本的屏幕截图:
这是正常文本的屏幕截图:
这是包含 HTML div 上的一些 CSS,可能会对此有所了解?
.v-application .font-weight-light {
font-weight: 300!important;
}
* {
padding: 0;
margin: 0;
}
*, :after, :before {
background-repeat: no-repeat;
box-sizing: inherit;
}
user agent stylesheet
div {
display: block;
}
@media only screen and (min-width: 320px)
.slide-content.is-even, .slide-content.is-odd {
text-align: center;
}
.color-1 {
color: #fff;
}
<style>
.work[data-v-e3c177cc] {
font-size: clamp(18px,1.6vw,1.6em);
}
@media only screen and (max-width: 600px)
.contact, .work {
line-height: 1.3!important;
}
任何帮助表示赞赏?
谢谢
【问题讨论】:
标签: html css ios iphone safari