修改big
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user