You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
158 lines
2.7 KiB
158 lines
2.7 KiB
.qrBottomTip {
|
|
margin-top: 30rpx;
|
|
text-align: center;
|
|
}
|
|
.qrBottomTip > text {
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
}
|
|
.qrBottomImage {
|
|
margin: 50rpx auto 0 auto;
|
|
width: 300rpx;
|
|
height: 300rpx;
|
|
}
|
|
.qrBottomImage > image {
|
|
width: 300rpx;
|
|
height: 300rpx;
|
|
}
|
|
.qrBottomTitle {
|
|
border: 1rpx solid rgba(0, 0, 0, 0);
|
|
width: 750rpx;
|
|
height: 480rpx;
|
|
background: #FFFFFF;
|
|
}
|
|
.qrBottomButton {
|
|
margin: 20rpx auto 0 auto;
|
|
width: 700rpx;
|
|
height: 80rpx;
|
|
text-align: center;
|
|
background: #f5f5f5;
|
|
border: 1rpx solid #cccccc;
|
|
border-radius: 10rpx;
|
|
}
|
|
.qrBottomButton > text {
|
|
line-height: 80rpx;
|
|
font-size: 30rpx;
|
|
color: #333333;
|
|
}
|
|
.qrBottomFoot {
|
|
box-shadow: 10rpx 20rpx 20rpx 20rpx #f5f5f5;
|
|
border: 1rpx solid rgba(0, 0, 0, 0);
|
|
width: 750rpx;
|
|
height: 120rpx;
|
|
background: #FFFFFF;
|
|
text-align: center;
|
|
}
|
|
.qrBottom {
|
|
border: 1rpx solid rgba(0, 0, 0, 0);
|
|
width: 750rpx;
|
|
height: 600rpx;
|
|
background: #F6F6F6;
|
|
}
|
|
.followTitleClose {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
}
|
|
.followTitleClose > image {
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
}
|
|
.qrCenterMainPackage {
|
|
padding: 30rpx;
|
|
}
|
|
.qrCenterMainPackage > image {
|
|
width: 520rpx;
|
|
height: 510rpx;
|
|
}
|
|
.qrCenterMain {
|
|
height: 570rpx;
|
|
background: #ffffff;
|
|
}
|
|
.qrCenterTitle {
|
|
height: 80rpx;
|
|
text-align: center;
|
|
}
|
|
.qrCenterTitle > text {
|
|
line-height: 80rpx;
|
|
font-size: 30rpx;
|
|
color: #333333;
|
|
}
|
|
.qrCenter {
|
|
overflow: hidden;
|
|
border-radius: 10rpx;
|
|
width: 580rpx;
|
|
height: 650rpx;
|
|
background: #eeeeee;
|
|
}
|
|
.followButton {
|
|
margin-left: 10rpx;
|
|
display: inline-block;
|
|
width: 130rpx;
|
|
padding: 0 10rpx;
|
|
height: 60rpx;
|
|
border-radius: 10rpx;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
background: #ff4444;
|
|
}
|
|
.followButton > text {
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
line-height: 60rpx;
|
|
}
|
|
.followTitlePackage {
|
|
position: relative;
|
|
padding: 15rpx 30rpx;
|
|
}
|
|
.followInfomation {
|
|
width: 400rpx;
|
|
margin-left: 20rpx;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
}
|
|
.followInfomation > view {
|
|
width: 400rpx;
|
|
}
|
|
.followInfomation > view > text {
|
|
display: inline-block;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
}
|
|
.followText {
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #ff4444 !important;
|
|
}
|
|
.followImage {
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 10rpx;
|
|
overflow: hidden;
|
|
}
|
|
.followImage > image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
}
|
|
.follow {
|
|
font-size: 0;
|
|
}
|
|
.followTitle {
|
|
z-index: 200;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 750rpx;
|
|
min-height: 130rpx;
|
|
background: black;
|
|
}
|
|
|
|
|