48 lines
852 B
Plaintext
48 lines
852 B
Plaintext
/* 冬季培训 */
|
|
.learn-binding{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
/* 顶部栏 */
|
|
.learn-nav{
|
|
width: 100%;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
letter-spacing: 4rpx;
|
|
font-size: 28rpx;
|
|
background: linear-gradient(to Bottom,#4f5b7c,#212b48);
|
|
}
|
|
/* 头部部分 */
|
|
.learn-header{
|
|
width: 344rpx;
|
|
height: 344rpx;
|
|
margin:88rpx 0;
|
|
}
|
|
.learn-header image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* 内容部分 */
|
|
.learn-content{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 360rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
/* 底部模块 */
|
|
.learn-footer{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 160rpx;
|
|
margin: 80rpx 0;
|
|
font-size: 26rpx;
|
|
} |