188 lines
2.9 KiB
Plaintext
188 lines
2.9 KiB
Plaintext
/* packageE/healthy/healthyEv/healthyEv.wxss */
|
|
|
|
view,
|
|
input,
|
|
text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.bannerSwiper {
|
|
height: 984rpx;
|
|
}
|
|
|
|
.bannerSwiper .bannerSwiperItem {
|
|
display: flex;
|
|
justify-content: center;
|
|
height: 984rpx;
|
|
}
|
|
|
|
.bannerSwiper .bannerSwiperItem image {
|
|
width: 652rpx;
|
|
height: 984rpx;
|
|
border-radius: 42rpx;
|
|
}
|
|
|
|
.opts {
|
|
margin: 0 auto;
|
|
margin-top: 36rpx;
|
|
width: 640rpx;
|
|
height: 100rpx;
|
|
border-radius: 50rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.opts .item {
|
|
height: 100rpx;
|
|
color: #fff;
|
|
flex: 3;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
position: relative;
|
|
background-color: #47464b;
|
|
}
|
|
|
|
.opts .item1 {
|
|
border-top-left-radius: 50rpx;
|
|
border-bottom-left-radius: 50rpx;
|
|
}
|
|
|
|
.opts .item icon {
|
|
width: 36rpx;
|
|
height: 36rpx;
|
|
}
|
|
|
|
.opts .item text {
|
|
margin-top: 10rpx;
|
|
font-size: 24rpx;
|
|
letter-spacing: 2rpx;
|
|
}
|
|
|
|
.opts .item3 {
|
|
flex: 5;
|
|
border-top-right-radius: 50rpx;
|
|
border-bottom-right-radius: 50rpx;
|
|
background-color: #3ecc9c;
|
|
font-size: 32rpx;
|
|
letter-spacing: 2rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.agreement {
|
|
margin-top: 21rpx;
|
|
padding-left: 61rpx;
|
|
}
|
|
|
|
.posterWrapper {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
background: transparent;
|
|
}
|
|
|
|
.posterWrapper .img {
|
|
width: 600rpx;
|
|
height: 840rpx;
|
|
border-radius: 18rpx;
|
|
}
|
|
|
|
.posterWrapper .close {
|
|
color: #fff;
|
|
font-size: 100rpx;
|
|
}
|
|
|
|
.explainWrapper {
|
|
width: 680rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.explainWrapper .explainTextWrapper {
|
|
background: #fff;
|
|
border-radius: 18rpx;
|
|
}
|
|
|
|
.explainWrapper .explainTextWrapper .explainTextTitle {
|
|
color: #000;
|
|
font-size: 32rpx;
|
|
padding-top: 26rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.explainWrapper .explainTextWrapper .explainTextContent {
|
|
width: 680rpx;
|
|
color: #666;
|
|
line-height: 48rpx;
|
|
letter-spacing: 2rpx;
|
|
font-size: 28rpx;
|
|
padding: 40rpx 40rpx 80rpx 40rpx;
|
|
}
|
|
|
|
.explainWrapper .close {
|
|
color: #fff;
|
|
font-size: 100rpx;
|
|
}
|
|
|
|
.code_box {
|
|
width: 480rpx;
|
|
|
|
/* height: 970rpx; */
|
|
|
|
/* position: absolute;
|
|
left: 50%; */
|
|
display: block;
|
|
margin: 0 auto 60rpx;
|
|
border-radius: 18rpx;
|
|
}
|
|
|
|
.code_box image {
|
|
width: 480rpx;
|
|
height: 672rpx;
|
|
border-radius: 18rpx;
|
|
}
|
|
|
|
.posterPopup_style .icon_btn {
|
|
width: 100%;
|
|
position: relative;
|
|
|
|
/* height: 120rpx; */
|
|
background: #fff;
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.posterPopup_style .icon_btn .box {
|
|
width: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
text-align: center;
|
|
padding: 20rpx 0;
|
|
position: relative;
|
|
}
|
|
|
|
.posterPopup_style .icon_btn image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
|
|
.posterPopup_style .icon_close {
|
|
width: 100%;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
background: #efefef;
|
|
color: #333;
|
|
font-size: 32rpx;
|
|
}
|