You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
422 lines
6.1 KiB
Plaintext
422 lines
6.1 KiB
Plaintext
|
2 years ago
|
/**index.wxss**/
|
||
|
|
.container {
|
||
|
|
overflow: scroll;
|
||
|
|
/*-webkit-overflow-scrolling: touch;*/
|
||
|
|
}
|
||
|
|
|
||
|
|
.swiper_container {
|
||
|
|
background-color: #fffad6;
|
||
|
|
height: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.navigator-hover {
|
||
|
|
background-color: #fff;
|
||
|
|
opacity: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.swiper_item {
|
||
|
|
font-size: 24rpx;
|
||
|
|
line-height: 30px;
|
||
|
|
color: #ff3a15;
|
||
|
|
padding-left: 25px;
|
||
|
|
padding-right: 40px;
|
||
|
|
overflow: hidden;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.laba {
|
||
|
|
position: absolute;
|
||
|
|
left: 10px;
|
||
|
|
line-height: 30px;
|
||
|
|
color: #ff3a15;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-chahao1 {
|
||
|
|
color: #ff3a15;
|
||
|
|
padding-left: 10px;
|
||
|
|
padding-right: 10px;
|
||
|
|
line-height: 30px;
|
||
|
|
font-size: 12px;
|
||
|
|
position: absolute;
|
||
|
|
top: -3px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-chahao1 {
|
||
|
|
top: 0px;
|
||
|
|
right: 0;
|
||
|
|
z-index: 99;
|
||
|
|
}
|
||
|
|
|
||
|
|
swiper {
|
||
|
|
height: 130px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.swiper-box .wx-swiper-dot-active::before {
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.slide-image {
|
||
|
|
width: 100vw;
|
||
|
|
height: 130px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.wx-swiper-dot {
|
||
|
|
background-color: rgba(0, 0, 0, 0.7);
|
||
|
|
width: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.wx-swiper-dot.wx-swiper-dot-active {
|
||
|
|
background-color: #fff;
|
||
|
|
width: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-xindegonggao {
|
||
|
|
font-size: 76rpx;
|
||
|
|
color: #f7c46f;
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.icon-fafangrenminbi {
|
||
|
|
font-size: 76rpx;
|
||
|
|
color: #feba8c;
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.power-bottom .receive-btn {
|
||
|
|
color: #e60012;
|
||
|
|
font-size: 28rpx;
|
||
|
|
line-height: 36px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.power-numbers-text {
|
||
|
|
display: flex;
|
||
|
|
font-size: 60rpx;
|
||
|
|
align-items: flex-end;
|
||
|
|
}
|
||
|
|
|
||
|
|
.power-number {
|
||
|
|
margin-left: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.power-numbers-text .power-num-text {
|
||
|
|
text-align: center;
|
||
|
|
top: -6px;
|
||
|
|
margin-left: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.power-bottom:active {
|
||
|
|
background-color: #f2f2f2;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* 卡片滑动效果 */
|
||
|
|
|
||
|
|
.pb-hover {
|
||
|
|
background-color: #e6e6e6;
|
||
|
|
}
|
||
|
|
|
||
|
|
.f10 {
|
||
|
|
font-size: 12px !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.zfb-tips {
|
||
|
|
position: absolute;
|
||
|
|
background-color: #fff;
|
||
|
|
left: 10px;
|
||
|
|
right: 10px;
|
||
|
|
transform: scale(0);
|
||
|
|
-webkit-transform: scale(0);
|
||
|
|
transform-origin: right bottom;
|
||
|
|
top: -90px;
|
||
|
|
z-index: 99999;
|
||
|
|
border-radius: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.zfb-tips.tf {
|
||
|
|
transform: scale(1);
|
||
|
|
transition: all 0.3s;
|
||
|
|
-webkit-transform: scale(1);
|
||
|
|
-webkit-transition: all 0.3s;
|
||
|
|
}
|
||
|
|
.power-block.h0 {
|
||
|
|
transform: scale(0);
|
||
|
|
height: 0;
|
||
|
|
margin-top: 0;
|
||
|
|
-webkit-transform: scale(0);
|
||
|
|
transition: all 0.3s;
|
||
|
|
-webkit-transition: all 0.3s;
|
||
|
|
}
|
||
|
|
.power-block {
|
||
|
|
margin-top: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.money-box:active,
|
||
|
|
.text-box:active {
|
||
|
|
background-color: #ececec;
|
||
|
|
}
|
||
|
|
|
||
|
|
.text-box {
|
||
|
|
display: flex;
|
||
|
|
|
||
|
|
-webkit-box-orient: vertical;
|
||
|
|
-webkit-box-pack: center;
|
||
|
|
flex-direction: column;
|
||
|
|
padding: 14px 15px 9px;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sm-center-tips {
|
||
|
|
margin-top: -45px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.power-link:active {
|
||
|
|
background-color: #ececec;
|
||
|
|
}
|
||
|
|
|
||
|
|
.zfb-tips.one-hint {
|
||
|
|
top: -40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.alibox .icon {
|
||
|
|
font-size: 26px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.zfb-tips:after {
|
||
|
|
content: "";
|
||
|
|
position: absolute;
|
||
|
|
width: 12px;
|
||
|
|
height: 12px;
|
||
|
|
transform: rotate(45deg);
|
||
|
|
right: 8px;
|
||
|
|
bottom: -5px;
|
||
|
|
border-radius: 2px;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.two-line > view:first-child {
|
||
|
|
border-top-left-radius: 5px;
|
||
|
|
border-top-right-radius: 5px;
|
||
|
|
}
|
||
|
|
.two-line > view {
|
||
|
|
line-height: 50px;
|
||
|
|
}
|
||
|
|
.full-page {
|
||
|
|
position: fixed;
|
||
|
|
background-color: rgba(0, 0, 0, 0.7);
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
width: 100%;
|
||
|
|
display: none;
|
||
|
|
height: 100vh;
|
||
|
|
z-index: 999;
|
||
|
|
}
|
||
|
|
.full-page.show {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.noButton {
|
||
|
|
background-color: #48c138;
|
||
|
|
height: 160rpx;
|
||
|
|
border-radius: 10rpx;
|
||
|
|
box-shadow: 0px 3px 5px #aaa;
|
||
|
|
}
|
||
|
|
.nobox {
|
||
|
|
background-color: #42ab34;
|
||
|
|
box-shadow: none;
|
||
|
|
}
|
||
|
|
.nb1 {
|
||
|
|
background-color: #e50113;
|
||
|
|
}
|
||
|
|
.nobox1 {
|
||
|
|
background-color: #c4101f;
|
||
|
|
box-shadow: none;
|
||
|
|
}
|
||
|
|
.f28 {
|
||
|
|
font-size: 56rpx;
|
||
|
|
}
|
||
|
|
.cyellow {
|
||
|
|
color: #f5a623;
|
||
|
|
}
|
||
|
|
.cblue {
|
||
|
|
color: #3a90f0;
|
||
|
|
}
|
||
|
|
.sm-container {
|
||
|
|
padding: 32rpx 40rpx;
|
||
|
|
}
|
||
|
|
.mb16 {
|
||
|
|
margin-bottom: 32rpx;
|
||
|
|
}
|
||
|
|
.lefticon {
|
||
|
|
font-size: 72rpx;
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.p13 {
|
||
|
|
padding: 26rpx;
|
||
|
|
}
|
||
|
|
.bgf.p20 {
|
||
|
|
padding: 40rpx;
|
||
|
|
}
|
||
|
|
.mw-labe {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.iconOut {
|
||
|
|
width: 80rpx;
|
||
|
|
height: 80rpx;
|
||
|
|
margin-right: 40rpx;
|
||
|
|
overflow: hidden;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
flex-direction: row;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.f20.mw-labe .flex-1 {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.f20.mw-labe text {
|
||
|
|
color: rgba(0, 0, 0, 0.85);
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
.hcb {
|
||
|
|
background-color: #eee;
|
||
|
|
}
|
||
|
|
.show-image {
|
||
|
|
width: 80rpx;
|
||
|
|
height: 80rpx;
|
||
|
|
max-width: 100%;
|
||
|
|
max-height: 100%;
|
||
|
|
border: none;
|
||
|
|
border-radius: 50%;
|
||
|
|
/* margin-right: 32rpx; */
|
||
|
|
/*padding-top: 18rpx;
|
||
|
|
padding-bottom: 18rpx;*/
|
||
|
|
}
|
||
|
|
.nav {
|
||
|
|
width: 100%;
|
||
|
|
overflow: hidden;
|
||
|
|
position: relative;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
z-index: 10;
|
||
|
|
}
|
||
|
|
.nav-title {
|
||
|
|
width: 100%;
|
||
|
|
text-align: left;
|
||
|
|
/* position: absolute; */
|
||
|
|
/* bottom: 0; */
|
||
|
|
/* left: 0; */
|
||
|
|
z-index: 10;
|
||
|
|
font-family: PingFang-SC-Medium;
|
||
|
|
font-size: 40rpx;
|
||
|
|
margin-left: 40rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.new-top {
|
||
|
|
background-color: transparent;
|
||
|
|
padding: 20px 40rpx 0 40rpx;
|
||
|
|
z-index: -1;
|
||
|
|
position: relative;
|
||
|
|
font-size: 40rpx;
|
||
|
|
/* align-items:flex-end;
|
||
|
|
display:flex; */
|
||
|
|
}
|
||
|
|
|
||
|
|
.t-icon {
|
||
|
|
width: 32px;
|
||
|
|
height: 32px;
|
||
|
|
color: #027aff;
|
||
|
|
}
|
||
|
|
.weui-grid__label {
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
.red_circle {
|
||
|
|
position: absolute;
|
||
|
|
top: -2px;
|
||
|
|
width: 8px;
|
||
|
|
height: 8px;
|
||
|
|
background: #f5222d;
|
||
|
|
border-radius: 50%;
|
||
|
|
left: 50%;
|
||
|
|
margin-left: 12px;
|
||
|
|
}
|
||
|
|
.weui-grid{
|
||
|
|
position: relative;
|
||
|
|
|
||
|
|
}
|
||
|
|
.t-icon {
|
||
|
|
width: 36px;
|
||
|
|
height: 36px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.weui-grid:nth-child(3):before,.weui-grid:nth-child(6):before,.weui-grid:nth-child(9):before {
|
||
|
|
border-right: 0;
|
||
|
|
}
|
||
|
|
.weui-grid.norb{
|
||
|
|
border-right: 0;
|
||
|
|
}
|
||
|
|
.weui-grid.nobb::after{
|
||
|
|
border-bottom: 0;
|
||
|
|
}
|
||
|
|
.t-icon-tiaozhuan{
|
||
|
|
position: absolute;
|
||
|
|
right: 3px;
|
||
|
|
top: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.container{
|
||
|
|
/* width: calc(100vw - 20px); */
|
||
|
|
}
|
||
|
|
.firstGrid.weui-grids .weui-grid:after {
|
||
|
|
border-bottom: 0;
|
||
|
|
}
|
||
|
|
.firstGrid.weui-grids .weui-grid:last-child:after {
|
||
|
|
border-bottom: 0;
|
||
|
|
}
|
||
|
|
.aboutUs {
|
||
|
|
padding: 20px;
|
||
|
|
padding-right: 10px;
|
||
|
|
box-sizing: border-box;
|
||
|
|
width: calc(100vw - 24px);
|
||
|
|
margin-left: 12px;
|
||
|
|
/* height: 60px; */
|
||
|
|
border-radius: 8px;
|
||
|
|
display: flex;
|
||
|
|
margin-top: 12px;
|
||
|
|
background-color: #FFFFFF;
|
||
|
|
color:#333;
|
||
|
|
font-size: 20px;
|
||
|
|
}
|
||
|
|
.aboutUs .iconfont {
|
||
|
|
line-height: 40px;
|
||
|
|
}
|
||
|
|
.btnHover{
|
||
|
|
background-color: #f2f2f2;
|
||
|
|
|
||
|
|
}
|
||
|
|
.aboutUs .t-icon.t-icon-guanyuwomen3{
|
||
|
|
width: 40px;
|
||
|
|
height: 40px;
|
||
|
|
line-height: 40px;
|
||
|
|
margin-right: 14px;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
.weui-cell:active {
|
||
|
|
background-color: #ececec;
|
||
|
|
}
|
||
|
|
.weui-cell__hd{
|
||
|
|
font-size: 20px;
|
||
|
|
line-height: 40px;
|
||
|
|
}
|
||
|
|
.navi .t-icon {
|
||
|
|
width: 40px;
|
||
|
|
height: 40px;
|
||
|
|
line-height: 40px;
|
||
|
|
margin-right: 8px;
|
||
|
|
vertical-align: middle;
|
||
|
|
border-radius: 4px;
|
||
|
|
}
|