generated from linheng/yaofang
681 lines
11 KiB
Plaintext
681 lines
11 KiB
Plaintext
.container {
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100%;
|
|
justify-content: space-between;
|
|
padding: 200rpx 0;
|
|
}
|
|
|
|
navigator {
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
}
|
|
|
|
.clear:after {
|
|
clear: both;
|
|
content: " ";
|
|
display: block;
|
|
font-size: 0;
|
|
height: 0;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
}
|
|
|
|
button::after {
|
|
border: 0;
|
|
}
|
|
|
|
.inpbox {
|
|
background: #fff;
|
|
border-radius: 82rpx;
|
|
margin: 60rpx auto 0;
|
|
width: 446rpx;
|
|
}
|
|
|
|
.inpbox,.inpbox .text {
|
|
height: 82rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.inpbox .text {
|
|
background: none;
|
|
box-sizing: border-box;
|
|
color: #a9a9a9;
|
|
display: block;
|
|
font-size: 36rpx;
|
|
line-height: 82rpx;
|
|
padding: 0 30rpx;
|
|
text-align: center;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 100%;
|
|
}
|
|
|
|
.inpbox .notempty,.notempty {
|
|
color: #5088eb;
|
|
}
|
|
|
|
.bg_t {
|
|
background: url(http://api.xzw.com/static/image/xcx/qq/bg_t.png) no-repeat 0 0;
|
|
background-size: 100% 447rpx;
|
|
height: 447rpx;
|
|
position: fixed;
|
|
top: 0;
|
|
}
|
|
|
|
.bg,.bg_t {
|
|
width: 100%;
|
|
}
|
|
|
|
.bg {
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
height: 100%;
|
|
}
|
|
|
|
.b_cloud {
|
|
background-size: 100% 130rpx;
|
|
bottom: 0;
|
|
height: 130rpx;
|
|
left: 0;
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
.mainbox {
|
|
background: rgba(0,0,0,.15);
|
|
border-radius: 25rpx;
|
|
margin-top: 10rpx;
|
|
padding: 20rpx;
|
|
}
|
|
|
|
.star1,.star1 .star_on {
|
|
background: url(https://m.xzw.com/static/public/images/icon_star_sx.png) repeat 0 0;
|
|
background-size: 60rpx 120rpx;
|
|
height: 60rpx;
|
|
}
|
|
|
|
.star1 {
|
|
width: 300rpx;
|
|
}
|
|
|
|
.star1 .star_on {
|
|
background-position: 0 -60rpx;
|
|
}
|
|
|
|
.star2,.star2 .star_on {
|
|
background: url(https://m.xzw.com/static/public/images/icon_star_ap.png) repeat-x 0 0;
|
|
background-size: 35rpx 70rpx;
|
|
height: 35rpx;
|
|
}
|
|
|
|
.star2 {
|
|
width: 175rpx;
|
|
}
|
|
|
|
.star2 .star_on {
|
|
background-position: 0 -35rpx;
|
|
}
|
|
|
|
.layer {
|
|
background: rgba(0,0,0,.6);
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 99;
|
|
}
|
|
|
|
.float_box,.layer {
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
.float_box {
|
|
bottom: -100%;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.float_box .f_title {
|
|
height: 80rpx;
|
|
}
|
|
|
|
.float_box .f_title .f_titleimg {
|
|
height: 80rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.float_box .f_main {
|
|
background: #fff;
|
|
position: relative;
|
|
}
|
|
|
|
.float_box .f_main .f_ul {
|
|
padding: 20rpx 20rpx 0;
|
|
}
|
|
|
|
.float_box .f_main .f_ul .f_li {
|
|
float: left;
|
|
margin-bottom: 30rpx;
|
|
text-align: center;
|
|
width: 25%;
|
|
}
|
|
|
|
.float_box .f_main .f_ul .f_li .f_libg {
|
|
background: #f3f3ff;
|
|
border-radius: 140rpx;
|
|
display: block;
|
|
height: 110rpx;
|
|
margin: 0 auto 5rpx;
|
|
padding: 10rpx;
|
|
width: 110rpx;
|
|
}
|
|
|
|
.float_box .f_main .f_ul .f_li .f_libg .f_liimg {
|
|
height: 110rpx;
|
|
width: 110rpx;
|
|
}
|
|
|
|
.float_box .f_main .f_ul .f_li .f_litxt {
|
|
color: #888;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.float_box .f_main .ico {
|
|
height: 52rpx;
|
|
padding: 10rpx;
|
|
position: absolute;
|
|
top: -50rpx;
|
|
width: 52rpx;
|
|
}
|
|
|
|
.float_box .f_main .ico_no {
|
|
left: 10rpx;
|
|
}
|
|
|
|
.float_box .f_main .ico_yes {
|
|
right: 10rpx;
|
|
}
|
|
|
|
.float_box .f_main .ico_img {
|
|
height: 52rpx;
|
|
width: 52rpx;
|
|
}
|
|
|
|
.float_box .f_main .pair_con {
|
|
float: left;
|
|
overflow-x: hidden;
|
|
padding: 10rpx 0;
|
|
position: relative;
|
|
width: 180rpx;
|
|
}
|
|
|
|
.float_box .f_main .pair_con .swiper-wrapper {
|
|
box-sizing: border-box;
|
|
height: 600rpx;
|
|
padding: 0 12rpx;
|
|
width: 204rpx;
|
|
}
|
|
|
|
.float_box .f_main .pair_con .swiper-slide {
|
|
height: 180rpx;
|
|
padding: 16rpx 0;
|
|
text-align: center;
|
|
transition: .4s;
|
|
width: 180rpx;
|
|
}
|
|
|
|
.float_box .f_main .pair_con .swiper-slide .pair_conbg {
|
|
background: #eee;
|
|
border-radius: 130rpx;
|
|
display: inline-block;
|
|
height: 100rpx;
|
|
padding: 15rpx;
|
|
width: 100rpx;
|
|
}
|
|
|
|
.float_box .f_main .pair_con .swiper-slide .pair_conbg .pair_conimg {
|
|
height: 100rpx;
|
|
opacity: .5;
|
|
width: 100rpx;
|
|
}
|
|
|
|
.float_box .f_main .pair_con .swiper-slide .pair_context {
|
|
color: #999;
|
|
display: block;
|
|
font-size: 28rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.float_box .f_main .pair_con .swiper-slide-active {
|
|
transform: scale(1.2);
|
|
}
|
|
|
|
.float_box .f_main .pair_con .swiper-slide-active .pair_conbg .pair_conimg {
|
|
opacity: 1;
|
|
}
|
|
|
|
.float_box .f_main .male_con .swiper-slide-active .pair_conbg {
|
|
background: #e2eaff;
|
|
}
|
|
|
|
.float_box .f_main .female_con .swiper-slide-active .pair_conbg {
|
|
background: #ffe9e9;
|
|
}
|
|
|
|
.float_box .f_main .male_con .swiper-slide-active .pair_context {
|
|
color: #6d96f0;
|
|
}
|
|
|
|
.float_box .f_main .female_con .swiper-slide-active .pair_context {
|
|
color: #f65170;
|
|
}
|
|
|
|
.float_box .f_main .pair_female,.float_box .f_main .pair_male {
|
|
color: #aaa;
|
|
font-size: 32rpx;
|
|
margin-top: 270rpx;
|
|
padding: 0 18rpx;
|
|
}
|
|
|
|
.float_box .f_main .pair_male {
|
|
float: left;
|
|
}
|
|
|
|
.float_box .f_main .pair_female {
|
|
float: right;
|
|
}
|
|
|
|
.float_box .f_main .pair_line {
|
|
float: left;
|
|
margin: 260rpx 20rpx;
|
|
}
|
|
|
|
.float_box .f_main .pair_line .pair_lineimg {
|
|
height: 72rpx;
|
|
width: 150rpx;
|
|
}
|
|
|
|
.tip_box {
|
|
border-radius: 14rpx;
|
|
box-shadow: 0 2px 8px rgba(0,0,0,.3);
|
|
height: 238rpx;
|
|
left: 50%;
|
|
margin: -119rpx 0 0 -205rpx;
|
|
text-align: center;
|
|
top: 50%;
|
|
width: 410rpx;
|
|
}
|
|
|
|
.tip_box .ico_tip {
|
|
display: block;
|
|
height: 90rpx;
|
|
margin: 0 auto 30rpx;
|
|
width: 90rpx;
|
|
}
|
|
|
|
.tip_box .text_tip {
|
|
color: #555;
|
|
display: block;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.slidedown {
|
|
bottom: -100%;
|
|
}
|
|
|
|
.slideup {
|
|
bottom: 0;
|
|
}
|
|
|
|
@-webkit-keyframes slidedown {
|
|
from {
|
|
bottom: 0;
|
|
}
|
|
|
|
to {
|
|
bottom: -100%;
|
|
}
|
|
}
|
|
|
|
@keyframes slidedown {
|
|
from {
|
|
bottom: 0;
|
|
}
|
|
|
|
to {
|
|
bottom: -100%;
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes slideup {
|
|
from {
|
|
bottom: -100%;
|
|
}
|
|
|
|
to {
|
|
bottom: 0;
|
|
}
|
|
}
|
|
|
|
@keyframes slideup {
|
|
from {
|
|
bottom: -100%;
|
|
}
|
|
|
|
to {
|
|
bottom: 0;
|
|
}
|
|
}
|
|
|
|
.bg {
|
|
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg4.jpg);
|
|
}
|
|
|
|
.b_cloud {
|
|
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg4_cloud.png);
|
|
}
|
|
|
|
.box {
|
|
padding: 50rpx 0 100rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.box .title {
|
|
color: #fff;
|
|
font-size: 50rpx;
|
|
font-weight: 700;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.box .m_title,.box .title {
|
|
line-height: 1.8em;
|
|
text-align: center;
|
|
}
|
|
|
|
.box .m_title {
|
|
color: #ee8989;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.box_main {
|
|
background: rgba(129,2,12,.25);
|
|
border-radius: 25rpx;
|
|
margin: 30rpx 20rpx 0;
|
|
padding: 5rpx 0 20rpx;
|
|
}
|
|
|
|
.monthys .title {
|
|
color: hsla(0,0%,100%,.8);
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
}
|
|
|
|
.month_box {
|
|
margin: 20rpx 20rpx 30rpx;
|
|
}
|
|
|
|
.month {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.month .item {
|
|
background: #c93f49;
|
|
border-radius: 50%;
|
|
color: hsla(0,0%,100%,.8);
|
|
display: inline-block;
|
|
font-size: 30rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
margin-left: 20rpx;
|
|
text-align: center;
|
|
width: 90rpx;
|
|
}
|
|
|
|
.month .item:first-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.month .item.active {
|
|
background: url(http://api.xzw.com/static/image/xcx/qq/month_cur.png) no-repeat 0 0;
|
|
background-size: 90rpx;
|
|
border-radius: 0;
|
|
color: #b7303a;
|
|
height: 106rpx;
|
|
}
|
|
|
|
.month_swiper {
|
|
height: 300rpx;
|
|
}
|
|
|
|
.month_swiper .item {
|
|
background: linear-gradient(0,rgba(201,63,73,0),#c93f49);
|
|
border-radius: 20rpx;
|
|
box-sizing: border-box;
|
|
color: #fff;
|
|
margin: 0 20rpx;
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.month_swiper .item .h3 {
|
|
display: block;
|
|
font-size: 32rpx;
|
|
font-weight: 700;
|
|
line-height: 46rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.month_swiper .item .month_con {
|
|
font-size: 30rpx;
|
|
line-height: 50rpx;
|
|
margin-top: 20rpx;
|
|
opacity: .9;
|
|
text-align: justify;
|
|
text-indent: 2em;
|
|
}
|
|
|
|
.fold {
|
|
margin: 0 20rpx 50rpx;
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
.fold .fold_txt {
|
|
background: url(http://api.xzw.com/static/image/xcx/qq/icon_fold.png) no-repeat 60rpx;
|
|
background-size: 28rpx;
|
|
color: hsla(0,0%,100%,.7);
|
|
font-size: 26rpx;
|
|
padding-right: 40rpx;
|
|
}
|
|
|
|
.fold::after,.fold::before {
|
|
background: hsla(0,0%,100%,.5);
|
|
content: "";
|
|
height: 1rpx;
|
|
left: 10rpx;
|
|
position: absolute;
|
|
top: 30rpx;
|
|
width: 35%;
|
|
}
|
|
|
|
.fold::after {
|
|
left: auto;
|
|
right: 10rpx;
|
|
}
|
|
|
|
.star1 {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
@media screen and (min-height:700px) {
|
|
.star1 {
|
|
width: 295rpx;
|
|
}
|
|
}
|
|
|
|
.dd_text {
|
|
margin-top: 20rpx;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.dd_text .label {
|
|
color: hsla(0,0%,100%,.5);
|
|
display: block;
|
|
font-size: 28rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.dd_text .item {
|
|
border-radius: 50rpx;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 27.8rpx;
|
|
margin: 0;
|
|
padding: 8rpx 22rpx;
|
|
}
|
|
|
|
.dd_text .item.active {
|
|
background: hsla(0,90%,80%,.3);
|
|
}
|
|
|
|
.inner .dt {
|
|
background: url(https://m.xzw.com/static/public/images/pao.png) no-repeat 50%;
|
|
background-size: cover;
|
|
box-sizing: border-box;
|
|
height: 220rpx;
|
|
margin: 0 auto;
|
|
padding: 10rpx;
|
|
width: 220rpx;
|
|
}
|
|
|
|
.inner .dt image.dt_img {
|
|
height: 200rpx;
|
|
width: 200rpx;
|
|
}
|
|
|
|
.inner .sxname {
|
|
background: hsla(0,0%,100%,.2);
|
|
border-radius: 50rpx;
|
|
color: #fff;
|
|
font-size: 30rpx;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
margin: 20rpx auto 0;
|
|
padding-right: 20rpx;
|
|
position: relative;
|
|
text-align: center;
|
|
width: 100rpx;
|
|
}
|
|
|
|
.inner .sxname:after {
|
|
border: 12rpx solid transparent;
|
|
border-top-color: #f8f8f8;
|
|
content: "";
|
|
position: absolute;
|
|
right: 20rpx;
|
|
top: 22rpx;
|
|
}
|
|
|
|
.ysinfo {
|
|
background: #fff3f3;
|
|
border-radius: 20rpx;
|
|
margin: 0 20rpx;
|
|
padding: 30rpx 35rpx;
|
|
}
|
|
|
|
.ysinfo .f_title {
|
|
color: #b9333c;
|
|
font-size: 40rpx;
|
|
font-weight: 700;
|
|
margin-top: 5rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.ysinfo .f_title:before {
|
|
border: 15rpx solid transparent;
|
|
border-left-color: #b8333c;
|
|
content: "";
|
|
left: -35rpx;
|
|
position: absolute;
|
|
top: 15rpx;
|
|
}
|
|
|
|
.ysinfo .f_title .p_title {
|
|
font-size: 26rpx;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.ysinfo .desc {
|
|
color: #555;
|
|
font-size: 32rpx;
|
|
line-height: 1.8em;
|
|
margin: 10rpx 0 50rpx;
|
|
text-align: justify;
|
|
text-indent: 1.8em;
|
|
}
|
|
|
|
.ysinfo .desc:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.otherys {
|
|
border-top: 1px solid #ddd;
|
|
height: 240rpx;
|
|
overflow: hidden;
|
|
padding: 30rpx 25rpx;
|
|
position: relative;
|
|
transition: all .3s;
|
|
}
|
|
|
|
.otherys.active {
|
|
height: auto;
|
|
}
|
|
|
|
.otherys.active .viewall {
|
|
display: none;
|
|
}
|
|
|
|
.otherys .s_title {
|
|
color: #db4343;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.otherys .f_title,.otherys .s_title {
|
|
font-weight: 700;
|
|
line-height: 2.2em;
|
|
text-align: center;
|
|
}
|
|
|
|
.otherys .f_title {
|
|
color: #555;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.viewall {
|
|
background: linear-gradient(180deg,hsla(0,0%,100%,0),#fff 60%);
|
|
left: 0;
|
|
padding-top: 180rpx;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.viewall .txt {
|
|
color: #ff8610;
|
|
font-size: 30rpx;
|
|
line-height: 2em;
|
|
text-align: center;
|
|
}
|
|
|
|
.viewall image {
|
|
display: block;
|
|
height: 50rpx;
|
|
margin: 0 auto;
|
|
width: 50rpx;
|
|
}
|
|
|
|
.float_box .f_main .f_ul .f_li .f_libg {
|
|
background: #fee;
|
|
} |