fix: 手机端首页-logo尺寸修改

This commit is contained in:
zyn
2023-11-23 17:37:49 +08:00
parent 8c69fe5cd9
commit f72900eed7
+9 -2
View File
@@ -2,8 +2,9 @@
<div id="phone-home" :style="'height:' + (screenHeight) + 'px'">
<!-- 内容 -->
<div class="search-top">
<div class="top-title">
</div>
<!--<div class="top-title">-->
<img class="foton-logo" src="@/assets/images/phone/phoneTitle.png" alt="">
<!--</div>-->
<h3 class="home-title"> S P R S</h3>
</div>
<div class="search-head">
@@ -107,6 +108,12 @@ export default {
</script>
<style lang="less" scoped>
.foton-logo {
position: absolute;
width: 28.8vw;
top: 2.5vw;
left: 2.5vw;
}
/deep/ .scroll-area {
position: relative;
margin: auto;