129 lines
2.1 KiB
Plaintext
129 lines
2.1 KiB
Plaintext
/* 卡激活 */
|
|
.activate-back {
|
|
width: 100%;
|
|
height: 100vh;
|
|
left: 0;
|
|
top: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.activate-img {
|
|
position: relative;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.activate-cont {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
padding: 60rpx;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
z-index: 9;
|
|
}
|
|
|
|
.activate-title {
|
|
font-size: 60rpx;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
margin: 20rpx 0 100rpx;
|
|
}
|
|
|
|
.activate-label, .activate-pass {
|
|
margin-bottom: 60rpx;
|
|
}
|
|
|
|
.activate-label label, .activate-pass label {
|
|
margin-bottom: 40rpx;
|
|
display: block;
|
|
font-weight: 600;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.activate-label input, .activate-pass input {
|
|
background: rgba(255, 255, 255, .3);
|
|
border-radius: 60rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
padding: 0 1rem;
|
|
box-sizing: border-box;
|
|
box-shadow: inset -2px 2px 4px 1.5px rgba(0, 0, 0, 0.7);
|
|
}
|
|
|
|
.activate-label input {
|
|
width: 100%;
|
|
}
|
|
|
|
.activate-label text {
|
|
display: block;
|
|
font-size: 32rpx;
|
|
margin-top: 10rpx;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.activate-entry {
|
|
display: flex;
|
|
line-height: 80rpx;
|
|
color: #fff;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.activate-entry input {
|
|
background: #fff;
|
|
border-radius: 60rpx;
|
|
width: calc(25% - 1rem);
|
|
margin: 0 .5rem;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
}
|
|
|
|
.activate-btn {
|
|
width: 100%;
|
|
height: 90rpx;
|
|
border: none;
|
|
margin: 2rem 0 2.2rem;
|
|
}
|
|
|
|
.activate-btn button {
|
|
width: 100% !important;
|
|
height: 100%;
|
|
line-height: 90rpx;
|
|
border-radius: 50rpx;
|
|
background: #000;
|
|
border: none;
|
|
font-size: 40rpx;
|
|
color: #fff;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.activate-tips {
|
|
color: #000;
|
|
font-weight: 600;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.activate-tips-text {
|
|
line-height: 46rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.activate-tips-img {
|
|
width: 240rpx;
|
|
height: 240rpx;
|
|
border-radius: 50%;
|
|
margin: 2rem auto 0;
|
|
}
|
|
|
|
.activate-tips-img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.activate-tips-text {
|
|
text-indent: 2rem;
|
|
} |