You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
959 B
58 lines
959 B
5 months ago
|
page {
|
||
|
background-color: #eeeeee;
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
4 months ago
|
padding-top: 100rpx;
|
||
5 months ago
|
}
|
||
|
|
||
|
.course_name {
|
||
|
position: relative;
|
||
|
margin-bottom: 35rpx; /* 组件下外边距 */
|
||
|
font-size: 50rpx;
|
||
|
}
|
||
|
|
||
|
.option {
|
||
|
width: 90%; /* 根据需要调整宽度 */
|
||
|
height: 120rpx; /* 根据需要调整高度 */
|
||
|
border-bottom: 1px solid #000000; /* 边框颜色 */
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
position: relative;
|
||
4 months ago
|
margin-top: 20rpx; /* 组件上外边距 */
|
||
|
font-size: 35rpx;
|
||
5 months ago
|
text {
|
||
|
position: absolute;
|
||
4 months ago
|
left: 13%;
|
||
5 months ago
|
}
|
||
|
}
|
||
|
|
||
|
.icon1 {
|
||
4 months ago
|
width: 50rpx;
|
||
5 months ago
|
height: 60rpx;
|
||
|
position: absolute;
|
||
|
left: 3%;
|
||
|
}
|
||
|
|
||
|
.icon2 {
|
||
4 months ago
|
width: 70rpx;
|
||
5 months ago
|
height: 80rpx;
|
||
|
position: absolute;
|
||
|
right: 0%;
|
||
4 months ago
|
}
|
||
|
|
||
|
.bottom_image {
|
||
|
width:700rpx;
|
||
|
height: 700rpx;
|
||
|
margin-top: 20rpx; /* 组件上外边距 */
|
||
|
}
|
||
|
|
||
|
.icon3 {
|
||
|
width: 100rpx;
|
||
|
height: 100rpx;
|
||
5 months ago
|
}
|