38 lines
552 B
Plaintext
38 lines
552 B
Plaintext
.pwd-info {
|
|
background: #fff;
|
|
padding: 40rpx 20rpx;
|
|
}
|
|
|
|
.pwd-info .info-content {
|
|
border: solid 1px #f2f2f2;
|
|
padding: 20rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.pwd-info .copy-btn {
|
|
margin: 0 auto;
|
|
background: #fb6b68;
|
|
color: #fff;
|
|
width: 440rpx;
|
|
border-radius: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 40rpx;
|
|
height: 50rpx;
|
|
}
|
|
|
|
.operate {
|
|
padding: 40rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.operate .operate-title {
|
|
margin-bottom: 20rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.operate .operate-content {
|
|
text-align: left;
|
|
}
|