no message
This commit is contained in:
@@ -65,6 +65,9 @@ const getMiucmsSessionCookie = () => {
|
||||
|
||||
</script>
|
||||
<style lang="less">
|
||||
header.page-header {
|
||||
z-index: 1000 !important;
|
||||
}
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
6
src/assets/img/apartmentDetail/tick-green.svg
Normal file
6
src/assets/img/apartmentDetail/tick-green.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="15px" height="15px" xmlns="http://www.w3.org/2000/svg">
|
||||
<g>
|
||||
<path d="M 12.36328125 6.357421875 C 12.48046875 6.240234375 12.5390625 6.09375 12.5390625 5.91796875 C 12.5390625 5.73567708333333 12.48046875 5.5859375 12.36328125 5.46875 L 11.474609375 4.58984375 C 11.3509114583333 4.46614583333333 11.2044270833333 4.404296875 11.03515625 4.404296875 C 10.8658854166667 4.404296875 10.7194010416667 4.46614583333333 10.595703125 4.58984375 L 6.611328125 8.564453125 L 4.404296875 6.357421875 C 4.28059895833333 6.23372395833333 4.13411458333333 6.171875 3.96484375 6.171875 C 3.79557291666667 6.171875 3.64908854166667 6.23372395833333 3.525390625 6.357421875 L 2.63671875 7.236328125 C 2.51953125 7.353515625 2.4609375 7.50325520833333 2.4609375 7.685546875 C 2.4609375 7.861328125 2.51953125 8.0078125 2.63671875 8.125 L 6.171875 11.66015625 C 6.29557291666667 11.7838541666667 6.44205729166667 11.845703125 6.611328125 11.845703125 C 6.787109375 11.845703125 6.93684895833333 11.7838541666667 7.060546875 11.66015625 L 12.36328125 6.357421875 Z M 13.994140625 3.7353515625 C 14.6647135416667 4.88444010416667 15 6.13932291666666 15 7.5 C 15 8.86067708333333 14.6647135416667 10.1155598958333 13.994140625 11.2646484375 C 13.3235677083333 12.4137369791667 12.4137369791667 13.3235677083333 11.2646484375 13.994140625 C 10.1155598958333 14.6647135416667 8.86067708333333 15 7.5 15 C 6.13932291666667 15 4.88444010416667 14.6647135416667 3.7353515625 13.994140625 C 2.58626302083333 13.3235677083333 1.67643229166667 12.4137369791667 1.005859375 11.2646484375 C 0.335286458333333 10.1155598958333 0 8.86067708333333 0 7.5 C 0 6.13932291666666 0.335286458333333 4.88444010416667 1.005859375 3.7353515625 C 1.67643229166667 2.58626302083333 2.58626302083333 1.67643229166667 3.7353515625 1.005859375 C 4.88444010416667 0.335286458333332 6.13932291666667 0 7.5 0 C 8.86067708333333 0 10.1155598958333 0.335286458333332 11.2646484375 1.005859375 C 12.4137369791667 1.67643229166667 13.3235677083333 2.58626302083333 13.994140625 3.7353515625 Z " fill-rule="nonzero" fill="#50e3c2" stroke="none" />
|
||||
</g>
|
||||
</svg>
|
||||
@@ -39,7 +39,7 @@ let circleState = ref(false)
|
||||
|
||||
.circle-btn {
|
||||
position: fixed;
|
||||
bottom: 98px;
|
||||
bottom: 158px;
|
||||
right: calc((100vw - 1200px) / 2 - 75px);
|
||||
|
||||
width: 60px;
|
||||
|
||||
@@ -89,7 +89,7 @@ const toConsumableArray = (arr) => {
|
||||
font-size: 14px;
|
||||
color: #7F7F7F;
|
||||
position: fixed;
|
||||
bottom: 98px;
|
||||
bottom: 158px;
|
||||
right: calc((100vw - 1200px) / 2 - 75px);
|
||||
border: 1px solid #d7d7d7;
|
||||
border-radius: 50%;
|
||||
|
||||
@@ -198,7 +198,7 @@
|
||||
</div>
|
||||
<div class="facilities-list flexflex flex1">
|
||||
<div class="item flexcenter" v-for="(it, i) in info['facilities'][key]" :key="i">
|
||||
<img class="icon" src="@/assets/img/apartmentDetail/blue-tick.svg" />
|
||||
<img class="icon" src="@/assets/img/apartmentDetail/tick-green.svg" />
|
||||
{{ it }}
|
||||
</div>
|
||||
</div>
|
||||
@@ -1013,7 +1013,7 @@ const publicJump = path => router.push(path)
|
||||
bottom: 0;
|
||||
z-index: 1002;
|
||||
min-width: 1200px;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
border: 1px solid rgba(235, 235, 235, 1);
|
||||
|
||||
@@ -1031,7 +1031,7 @@ const publicJump = path => router.push(path)
|
||||
// -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
|
||||
// box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
|
||||
font-size: 14px;
|
||||
padding: 0 30px;
|
||||
// padding: 0 30px;
|
||||
// margin-bottom: 20px;
|
||||
justify-content: space-between;
|
||||
// position: sticky;
|
||||
@@ -1086,6 +1086,7 @@ const publicJump = path => router.push(path)
|
||||
}
|
||||
|
||||
&.consult-btn {
|
||||
width: 180px;
|
||||
background: -webkit-linear-gradient(324.854454500294deg, rgba(98, 177, 255, 1) -11%, rgba(128, 255, 255, 1) 135%);
|
||||
background: -moz-linear-gradient(125.145545499706deg, rgba(98, 177, 255, 1) -11%, rgba(128, 255, 255, 1) 135%);
|
||||
background: linear-gradient(125.145545499706deg, rgba(98, 177, 255, 1) -11%, rgba(128, 255, 255, 1) 135%);
|
||||
@@ -1258,7 +1259,7 @@ const publicJump = path => router.push(path)
|
||||
background: linear-gradient(128.033307477669deg, rgba(98, 177, 255, 1) -13%, rgba(128, 255, 255, 1) 137%);
|
||||
border-radius: 36px;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
font-size: 15px;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
|
||||
@@ -1271,12 +1272,12 @@ const publicJump = path => router.push(path)
|
||||
|
||||
.full-occupancy {
|
||||
width: 90px;
|
||||
height: 40px;
|
||||
height: 36px;
|
||||
background-color: rgba(237, 246, 255, 0);
|
||||
border: 1px solid rgba(215, 215, 215, 1);
|
||||
border-radius: 36px;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
font-size: 15px;
|
||||
color: #aaaaaa;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div style="min-width:1200px;overflow-x: scroll;overflow-y: visible;">
|
||||
<div style="min-width:1200px;overflow-x: hidden;overflow-y: visible;">
|
||||
<pageTopBar></pageTopBar>
|
||||
<div class="dis-f jus-x al-item">
|
||||
<div class="body-maxWidth mg-t-35">
|
||||
@@ -1998,9 +1998,12 @@ img {
|
||||
.contact-btn {
|
||||
width: 260px;
|
||||
height: 48px;
|
||||
background: -webkit-linear-gradient(0, rgba(198, 228, 255, 1) -4%, rgba(232, 244, 255, 1) 102%);
|
||||
background: -moz-linear-gradient(0, rgba(198, 228, 255, 1) -4%, rgba(232, 244, 255, 1) 102%);
|
||||
background: linear-gradient(0, rgba(198, 228, 255, 1) -4%, rgba(232, 244, 255, 1) 102%);
|
||||
// background: -webkit-linear-gradient(0, rgba(198, 228, 255, 1) -4%, rgba(232, 244, 255, 1) 102%);
|
||||
// background: -moz-linear-gradient(0, rgba(198, 228, 255, 1) -4%, rgba(232, 244, 255, 1) 102%);
|
||||
// background: linear-gradient(0, rgba(198, 228, 255, 1) -4%, rgba(232, 244, 255, 1) 102%);
|
||||
background: -webkit-linear-gradient(341.999824797531deg, rgba(98, 177, 255, 1) -3%, rgba(128, 255, 255, 1) 128%);
|
||||
background: -moz-linear-gradient(108.000175202469deg, rgba(98, 177, 255, 1) -3%, rgba(128, 255, 255, 1) 128%);
|
||||
background: linear-gradient(108.000175202469deg, rgba(98, 177, 255, 1) -3%, rgba(128, 255, 255, 1) 128%);
|
||||
box-sizing: border-box;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
@@ -2013,7 +2016,7 @@ img {
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-size: 17px;
|
||||
color: #3B6C99;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 48px;
|
||||
margin-top: 35px;
|
||||
|
||||
Reference in New Issue
Block a user