generated from linheng/yaofang
666 lines
11 KiB
Plaintext
666 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/bg1.jpg);
|
|
}
|
|
|
|
.bg .b_cloud {
|
|
background-image: url(http://api.xzw.com/static/image/xcx/qq/bg1_cloud.png);
|
|
}
|
|
|
|
.bg {
|
|
padding-top: 30rpx;
|
|
}
|
|
|
|
.conbox {
|
|
margin-top: 80rpx;
|
|
width: 200%;
|
|
}
|
|
|
|
.conbox::after {
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
|
|
.conbox .cbox {
|
|
box-sizing: border-box;
|
|
display: block;
|
|
float: left;
|
|
margin-top: 20rpx;
|
|
padding: 0 20rpx;
|
|
width: 50%;
|
|
}
|
|
|
|
.box {
|
|
margin-bottom: 0;
|
|
padding-bottom: 60rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.title {
|
|
color: #fff;
|
|
display: block;
|
|
font-size: 34rpx;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.tip,.title {
|
|
position: relative;
|
|
text-align: center;
|
|
z-index: 1;
|
|
}
|
|
|
|
.tip {
|
|
background: rgba(0,38,119,.3);
|
|
border-radius: 48rpx;
|
|
color: hsla(0,0%,100%,.8);
|
|
font-size: 26rpx;
|
|
height: 48rpx;
|
|
line-height: 48rpx;
|
|
margin: 15rpx auto 0;
|
|
width: 200rpx;
|
|
}
|
|
|
|
.box .astro {
|
|
color: #fff;
|
|
display: inline-block;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
width: 110rpx;
|
|
}
|
|
|
|
.box .astro .dt {
|
|
background: url(https://m.xzw.com/static/public/images/pao.png) no-repeat 0 0;
|
|
background-size: 110rpx;
|
|
box-sizing: border-box;
|
|
height: 110rpx;
|
|
margin: 0 auto;
|
|
padding: 10rpx;
|
|
position: relative;
|
|
width: 110rpx;
|
|
}
|
|
|
|
.box .astro .dt .astro_img {
|
|
height: 90rpx;
|
|
width: 90rpx;
|
|
}
|
|
|
|
.box .astro .dt .astro_tip {
|
|
background: linear-gradient(0,#eace5f,#f8e186);
|
|
border-radius: 8rpx;
|
|
color: #84682c;
|
|
font-size: 24rpx;
|
|
position: absolute;
|
|
right: -30rpx;
|
|
text-align: center;
|
|
top: -15rpx;
|
|
width: 60rpx;
|
|
}
|
|
|
|
.box .astro .dd .astro_title {
|
|
display: block;
|
|
font-size: 26rpx;
|
|
margin-top: 2rpx;
|
|
}
|
|
|
|
.box .astro .dd .astro_span {
|
|
background: hsla(0,0%,100%,.2);
|
|
border-radius: 10rpx;
|
|
display: none;
|
|
font-size: 26rpx;
|
|
line-height: 40rpx;
|
|
margin: 10rpx auto;
|
|
width: 120rpx;
|
|
}
|
|
|
|
.box .astro .dd .astro_date {
|
|
display: block;
|
|
display: none;
|
|
font-size: 24rpx;
|
|
margin: 5rpx 0 14rpx 3rpx;
|
|
}
|
|
|
|
.box .astro:first-child.cur {
|
|
margin-left: 245rpx;
|
|
}
|
|
|
|
.box .astro:last-child {
|
|
margin-left: 120rpx;
|
|
}
|
|
|
|
.box .astro:last-child.cur {
|
|
margin-left: 140rpx;
|
|
}
|
|
|
|
.box .astro.normal {
|
|
padding-left: 105rpx;
|
|
}
|
|
|
|
.box .astro.cur {
|
|
width: 220rpx;
|
|
}
|
|
|
|
.box .astro.cur .dt {
|
|
transform: scale(2);
|
|
}
|
|
|
|
.box .astro.cur .dd .astro_title {
|
|
color: #adf6ff;
|
|
font-size: 40rpx;
|
|
font-weight: 700;
|
|
margin-top: 60rpx;
|
|
}
|
|
|
|
.box .astro.cur .dd .astro_date,.box .astro.cur .dd .astro_span {
|
|
display: block;
|
|
}
|
|
|
|
.mainbox {
|
|
background: rgba(0,25,119,.25);
|
|
margin-top: 40rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.mainbox::before {
|
|
background: url(http://api.xzw.com/static/image/xcx/qq/boxarrow_cx.png) no-repeat center 0;
|
|
background-size: 150rpx 34rpx;
|
|
content: "";
|
|
height: 34rpx;
|
|
left: 50%;
|
|
margin-left: -75rpx;
|
|
position: absolute;
|
|
top: -34rpx;
|
|
width: 150rpx;
|
|
}
|
|
|
|
.box .ul {
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
margin: 10rpx 20rpx 0;
|
|
}
|
|
|
|
.box .ul .li {
|
|
line-height: 54rpx;
|
|
width: 50%;
|
|
}
|
|
|
|
.box .ul .li,.box .ul .li .star2 {
|
|
display: inline-block;
|
|
}
|
|
|
|
.box .ul .li_title {
|
|
float: left;
|
|
margin-right: 2rpx;
|
|
}
|
|
|
|
.box .ul .li_text {
|
|
color: #d1fffd;
|
|
display: block;
|
|
float: left;
|
|
height: 48rpx;
|
|
overflow: hidden;
|
|
width: 165rpx;
|
|
}
|
|
|
|
.main {
|
|
background: #eef4ff;
|
|
border-radius: 20rpx;
|
|
padding: 0 30rpx 20rpx;
|
|
}
|
|
|
|
.box .content {
|
|
border-top: 1px solid #e4e9ff;
|
|
color: #555;
|
|
font-size: 30rpx;
|
|
line-height: 56rpx;
|
|
margin-top: 30rpx;
|
|
padding-top: 30rpx;
|
|
}
|
|
|
|
.box .content:first-child {
|
|
border: 0;
|
|
}
|
|
|
|
.box .content .c_li .c_font {
|
|
float: left;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.box .content .c_li .font1 {
|
|
color: #ec7074;
|
|
}
|
|
|
|
.box .content .c_li .font2 {
|
|
color: #6c8fff;
|
|
}
|
|
|
|
.box .content .c_li .font3 {
|
|
color: #fea272;
|
|
}
|
|
|
|
.box .content .c_li .c_text {
|
|
float: left;
|
|
margin-left: 10rpx;
|
|
width: 510rpx;
|
|
}
|
|
|
|
.box .content .c_title {
|
|
color: #5590e3;
|
|
display: block;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.box .content .c_info {
|
|
display: block;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.swiper-box {
|
|
height: 600rpx;
|
|
margin-top: 15rpx;
|
|
}
|
|
|
|
.swiper-item {
|
|
border-radius: 14rpx;
|
|
}
|
|
|
|
.sharebtn {
|
|
background: #d2e1ff;
|
|
border-radius: 0 0 14px 14px;
|
|
color: #5b86e9;
|
|
font-size: 38rpx;
|
|
height: 100rpx;
|
|
left: 0;
|
|
line-height: 100rpx;
|
|
margin-top: 50rpx;
|
|
position: absolute;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.sharebtn image {
|
|
height: 44rpx;
|
|
vertical-align: middle;
|
|
width: 44rpx;
|
|
}
|
|
|
|
.ys {
|
|
display: block;
|
|
height: 100rpx;
|
|
margin: 0 auto;
|
|
width: 200rpx;
|
|
}
|
|
|
|
@media screen and (min-height:700px) {
|
|
.mainbox::before {
|
|
top: -34rpx;
|
|
}
|
|
} |