武田基因病B开发环境
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.

66 lines
1.2 KiB

4 months ago
.popup1 {
padding: 84rpx 60rpx;
background: linear-gradient(6deg, #ffffff 0%, #ffe6e4 100%);
.logo {
display: block;
margin: 0 auto;
width: 164rpx;
height: 164rpx;
}
.title {
margin-top: 32rpx;
font-size: 48rpx;
color: #f23a2f;
font-weight: bold;
3 months ago
text-align: center;
4 months ago
}
3 months ago
.content {
4 months ago
margin-top: 30rpx;
font-size: 32rpx;
color: #010105;
line-height: 52rpx;
}
.check {
margin-top: 64rpx;
font-size: 32rpx;
color: rgba(1, 1, 5, 0.3);
.checkbox {
transform: scale(0.8);
}
}
.link {
color: #f23a2f;
}
.btn1 {
margin-top: 40rpx;
4 months ago
height: 88rpx;
4 months ago
border-radius: 84rpx;
font-size: 32rpx;
color: #ffffff;
text-align: center;
4 months ago
line-height: 88rpx;
4 months ago
background: linear-gradient(356deg, #f23a2f 0%, #fc684f 100%);
}
.btn2 {
margin-top: 20rpx;
4 months ago
height: 88rpx;
4 months ago
text-align: center;
4 months ago
line-height: 88rpx;
4 months ago
font-size: 32rpx;
color: rgba(1, 1, 5, 0.4);
}
}
4 months ago
.popup2 {
padding: 36rpx 34rpx 58rpx;
.photo {
width: 492rpx;
height: 492rpx;
}
.content {
font-size: 40rpx;
color: rgba(0, 0, 0, 1);
text-align: center;
}
}