247 lines
5.4 KiB
Plaintext
247 lines
5.4 KiB
Plaintext
#fwin_login {
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.rental-listing {
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.flexflex {
|
|
display: flex;
|
|
}
|
|
|
|
.flex1 {
|
|
flex: 1;
|
|
}
|
|
|
|
.flexcenter {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.flexacenter {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.flexjcenter {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.btn {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
// background-color: #50e3c2;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pop-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background: rgba(0, 0, 0, 0.817647058823529);
|
|
z-index: 1000;
|
|
}
|
|
|
|
&.pop-box {
|
|
position: relative;
|
|
z-index: 1111;
|
|
box-sizing: border-box;
|
|
// border-radius: 16px;
|
|
padding-top: 39px;
|
|
background-color: #ffffff;
|
|
// width: 520px;
|
|
// width: 640px;
|
|
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
|
|
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
|
|
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
|
|
line-height: normal;
|
|
}
|
|
|
|
.pop-header {
|
|
font-size: 24px;
|
|
font-weight: 650;
|
|
color: #000000;
|
|
// margin-bottom: 35px;
|
|
}
|
|
|
|
.please-choose {
|
|
color: #555555;
|
|
font-size: 14px;
|
|
margin-top: 26px;
|
|
margin-bottom: 24px;
|
|
padding-left: 35px;
|
|
}
|
|
|
|
.choice-box {
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
padding: 0 35px 49px;
|
|
|
|
.choice-item,
|
|
.choice-long-item {
|
|
background-color: #f6f6f6;
|
|
height: 160px;
|
|
width: 220px;
|
|
border-radius: 16px;
|
|
margin-bottom: 10px;
|
|
box-sizing: border-box;
|
|
padding-top: 18px;
|
|
|
|
.choice-name {
|
|
font-weight: 650;
|
|
font-size: 18px;
|
|
color: #000000;
|
|
position: relative;
|
|
padding-left: 34px;
|
|
text-align: left;
|
|
|
|
&::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 16px;
|
|
transform: translateY(-50%);
|
|
background-color: #50e3c2;
|
|
width: 6px;
|
|
height: 16px;
|
|
border-radius: 3px;
|
|
}
|
|
}
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
background-color: rgb(242, 242, 242);
|
|
|
|
.choice-arrows {
|
|
background-color: #000;
|
|
background-image: url('@/assets/img/edit/selectArrow-white.svg');
|
|
}
|
|
}
|
|
}
|
|
|
|
.choice-long-item {
|
|
width: 450px;
|
|
justify-content: space-between;
|
|
height: 100px;
|
|
padding-right: 20px;
|
|
|
|
.choice-arrows {
|
|
margin: 0;
|
|
margin-top: -18px;
|
|
}
|
|
}
|
|
|
|
.choice-explain {
|
|
color: #555555;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
margin-top: 10px;
|
|
margin-bottom: 21px;
|
|
padding-left: 34px;
|
|
text-align: left;
|
|
}
|
|
|
|
.choice-arrows {
|
|
width: 40px;
|
|
height: 40px;
|
|
background-color: #fddf6d;
|
|
border-radius: 50%;
|
|
margin: 0 auto;
|
|
background-image: url('@/assets/img/edit/selectArrow.png');
|
|
background-size: 24px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
}
|
|
|
|
.close-icon {
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 14px;
|
|
width: 14px;
|
|
height: 14px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.affirm-hint {
|
|
color: #333333;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
padding: 0 30px;
|
|
}
|
|
|
|
.affirm-a-hint {
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.affirm-b-hint {
|
|
margin: 36px auto 0;
|
|
}
|
|
|
|
.rules-box {
|
|
background: rgba(246, 246, 246, 1);
|
|
margin: 30px;
|
|
border-radius: 10px;
|
|
padding: 15px;
|
|
|
|
.rules-item {
|
|
line-height: 24px;
|
|
|
|
&:not(:last-of-type) .rules-text {
|
|
border-bottom: 1px dashed #ebebeb;
|
|
}
|
|
|
|
.rules-text {
|
|
padding: 20px 0;
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
|
|
.rules-icon {
|
|
width: 15px;
|
|
height: 15px;
|
|
margin-top: 25px;
|
|
margin-right: 12px;
|
|
}
|
|
}
|
|
|
|
.footer {
|
|
padding: 0 15px;
|
|
height: 100px;
|
|
border-top: 1px solid #ebebeb;
|
|
|
|
.footer-item {
|
|
width: 200px;
|
|
height: 50px;
|
|
border-radius: 40px;
|
|
font-size: 20px;
|
|
cursor: pointer;
|
|
|
|
background-color: #ffffff;
|
|
border: 1px solid rgba(215, 215, 215, 1);
|
|
|
|
&:first-of-type {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
&.affirm {
|
|
border: none;
|
|
background-color: rgba(98, 177, 255, 1);
|
|
color: #ffffff;
|
|
font-weight: 650;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
} |