人数样式修改

master
candice 2 years ago
parent df73b3ac13
commit bee39d21c9

@ -783,10 +783,10 @@ margin-top: 10px;
border: 1px solid #d1d1d1;
text-align: center;
font-size: 20px;
width: 22.2%;
width: 47.6%;
float: left;
border-radius: 4px;
margin: 10px 3px 20px 3px;
margin: 10px 3px 0 3px;
}
.travel_group input {
@ -795,72 +795,70 @@ margin-top: 10px;
.travel_group label {
display: block;
padding: 50px 10px 10px 10px;
border-radius: 4px;
font-size: 18px;
line-height: 18px;
height: 40px;
background: #fff;
padding: 15px 10px 10px 20px;
border-radius: 4px;
font-size: 20px;
line-height: 18px;
height: 30px;
}
.travel_group input[type="radio"]:checked+label {
border: 1px solid #ad1818;
color: #fff;
background: #ad1818;
}
label.solo {
background: url(https://data.asiahighlights.com/image/forms/solo-normal.png) no-repeat top center #fff;
background-size: 60px;
background: url(https://data.asiahighlights.com/image/forms/solo-normal.png) no-repeat left #fff;
background-size: 50px;
}
label.solo:hover,
input[type="radio"]:checked+label.solo {
background: url(https://data.asiahighlights.com/image/forms/solo-active.png) no-repeat top center #ad1818 !important;
background-size: 60px !important;
background: url(https://data.asiahighlights.com/image/forms/solo-active.png) no-repeat left #ad1818 !important;
background-size: 50px !important;
}
label.couple {
background: url(https://data.asiahighlights.com/image/forms/couple-normal.png) no-repeat top center #fff;
background-size: 55px;
background: url(https://data.asiahighlights.com/image/forms/couple-normal.png) no-repeat left #fff;
background-size: 50px;
}
label.couple:hover,
input[type="radio"]:checked+label.couple {
background: url(https://data.asiahighlights.com/image/forms/couple-active.png) no-repeat top center #ad1818 !important;
background-size: 55px !important;
background: url(https://data.asiahighlights.com/image/forms/couple-active.png) no-repeat left #ad1818 !important;
background-size: 50px !important;
}
label.family {
background: url(https://data.asiahighlights.com/image/forms/family-normal.png) no-repeat top center #fff;
background-size: 55px;
background: url(https://data.asiahighlights.com/image/forms/family-normal.png) no-repeat left #fff;
background-size: 50px;
}
label.family:hover,
input[type="radio"]:checked+label.family {
background: url(https://data.asiahighlights.com/image/forms/family-active.png) no-repeat top center #ad1818 !important;
background-size: 55px !important;
background: url(https://data.asiahighlights.com/image/forms/family-active.png) no-repeat left #ad1818 !important;
background-size: 50px !important;
}
label.group {
background: url(https://data.asiahighlights.com/image/forms/group-normal.png) no-repeat top center #fff;
background-size: 60px;
background: url(https://data.asiahighlights.com/image/forms/group-normal.png) no-repeat left #fff;
background-size: 50px;
}
label.group:hover,
input[type="radio"]:checked+label.group {
background: url(https://data.asiahighlights.com/image/forms/group-active.png) no-repeat top center #ad1818 !important;
background-size: 60px !important;
background: url(https://data.asiahighlights.com/image/forms/group-active.png) no-repeat left #ad1818 !important;
background-size: 50px !important;
}
label.friends {
background: url(https://data.asiahighlights.com/image/forms/friends-normal.png) no-repeat top center #fff;
background-size: 60px;
background: url(https://data.asiahighlights.com/image/forms/friends-normal.png) no-repeat left #fff;
background-size: 50px;
}
label.friends:hover,
input[type="radio"]:checked+label.friends {
background: url(https://data.asiahighlights.com/image/forms/friends-active.png) no-repeat top center #ad1818 !important;
background-size: 60px !important;
background: url(https://data.asiahighlights.com/image/forms/friends-active.png) no-repeat left #ad1818 !important;
background-size: 50px !important;
}
.kids_age {

Loading…
Cancel
Save