36 lines
678 B
Plaintext
36 lines
678 B
Plaintext
/* subpackage/teacher/prepare-success/prepare-success.wxss */
|
|
page{
|
|
font-size: 24rpx;
|
|
color: #333;
|
|
text-align: center;
|
|
}
|
|
|
|
.card{
|
|
margin: 0 30rpx;
|
|
margin-top: 46rpx;
|
|
border-radius: 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
min-height: 80vh;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.btn{
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: linear-gradient(190deg, #60d865 0%, #48af4b 45%, #3ea141 100%);
|
|
box-shadow: 0 34rpx 60rpx #63d867;
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
margin-bottom: 60rpx;
|
|
}
|
|
|
|
.title{
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
color: #000;
|
|
} |