no message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user