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.
GitProject/zgt_src/course/course.wxss

77 lines
1.0 KiB

/* pages/course/course.wxss */
page{
width: 100%;
height: 100%;
}
.farther_box{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
}
/* 头部样式 */
.header_box{
width: 100%;
display: flex;
}
.header_item{
flex: 5;
text-align: center;
/*border: 1rpx solid black;*/
margin-left: 10rpx;
margin-right: 10rpx;
}
/* 表体样式 */
.content_box{
display: flex;
height: 100%;
}
/* 左边 */
.content_left{
flex: 1;
text-align: center;
display: flex;
padding-top: 50rpx;
flex-direction: column;
}
.content_left_item{
flex: 1;
}
/* 右边 */
.content_right{
flex: 8;
display: flex;
position: relative;
}
.content_right_week_item{
height: 100%;
flex: 1;
z-index: 99;
}
.content_right_course_item{
display: flex;
flex-direction: column;
height: 100%;
}
.course_box{
flex: 1;
margin:8rpx 2rpx;
}
.course_item{
width: 100%;
height: 100%;
background-color: #9afffa;
border-radius: 15rpx;
}
.block{
flex: 1;
}
.gildLines{
display: flex;
height: 100%;
flex-direction: column;
}