23 lines
345 B
Plaintext
23 lines
345 B
Plaintext
/* 学习绑定界面 */
|
|
.learn-binding{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
/* 头部部分 */
|
|
.learn-header{
|
|
width: 344rpx;
|
|
height: 344rpx;
|
|
margin-top: 88rpx;
|
|
}
|
|
.learn-header image{
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
}
|
|
/* 底部部分 */
|
|
.learn-footer{
|
|
width: 100%;
|
|
height: 164rpx;
|
|
} |