149 lines
2.3 KiB
Plaintext
149 lines
2.3 KiB
Plaintext
/* packageE/healthy/healthyResult/healthyResult.wxss */
|
|
page { background: #fff; }
|
|
|
|
view,
|
|
input,
|
|
text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.btns {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 110rpx;
|
|
background-color: #fff;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
|
|
.btns .btn {
|
|
width: 260rpx;
|
|
height: 72rpx;
|
|
font-size: 32rpx;
|
|
border-radius: 36rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.btns .btn.btn1 {
|
|
color: #0ccdad;
|
|
border: solid 1rpx #0ccdad;
|
|
}
|
|
|
|
.btns .btn.btn2 {
|
|
color: #fff;
|
|
background-color: #3ecc9c;
|
|
}
|
|
|
|
.questionWrapper {
|
|
width: 600rpx;
|
|
height: 752rpx;
|
|
background-color: #fff;
|
|
border-radius: 18rpx;
|
|
}
|
|
|
|
.questionWrapper .img {
|
|
width: 100%;
|
|
height: 599rpx;
|
|
background-color: #fff;
|
|
border-radius: 18rpx 18rpx 0rpx 0rpx;
|
|
}
|
|
|
|
.questionWrapper .closeView {
|
|
height: 153rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.questionWrapper .closeView .close {
|
|
width: 260rpx;
|
|
height: 72rpx;
|
|
background-color: #3ecc9c;
|
|
border-radius: 36rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.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;
|
|
}
|