修改big

This commit is contained in:
A1300399510
2023-07-31 18:54:53 +08:00
parent 6a195c67e6
commit 943f9d7a06
7 changed files with 33 additions and 22 deletions

View File

@@ -72,13 +72,14 @@ const goapArtmentDetails = () => router.push(`/apartmentDetail?uniqid=${props['i
color: #000000;
margin-bottom: 10px;
padding-left: 6px;
word-break: break-all;
}
.hint {
color: #AAAAAA;
font-size: 14px;
margin: 0 6px 20px;
word-break: break-all;
}
.tab-box {

View File

@@ -76,6 +76,12 @@ const toConsumableArray = (arr) => {
</script>
<style lang="less" scoped>
@media screen and (max-width: 1360px) {
.btn {
right: 20px !important;
}
}
.btn {
width: 60px;
height: 60px;
@@ -85,7 +91,6 @@ const toConsumableArray = (arr) => {
position: fixed;
bottom: 98px;
right: calc((100vw - 1200px) / 2 - 75px);
border: 1px solid #d7d7d7;
border-radius: 50%;
background-color: #fff;