Merge remote-tracking branch 'origin/dev_test' into dev_test

This commit is contained in:
zhoulingpo
2023-11-24 09:55:39 +08:00
+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: 5vw;
left: 2.5vw;
}
/deep/ .scroll-area {
position: relative;
margin: auto;