58 lines
1016 B
Plaintext
58 lines
1016 B
Plaintext
/* pages/timetable/timetable.wxss */
|
|
.xiala{
|
|
/* margin-bottom: 100rpx; */
|
|
}
|
|
.top {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-left: 50rpx;
|
|
background-color: #E6E6E6;
|
|
color: #000;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
|
|
.top-text {
|
|
width: 200rpx;
|
|
height: 50rpx;
|
|
font-size: 10pt;
|
|
justify-content: center;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.left {
|
|
width: 50rpx;
|
|
height: 100rpx;
|
|
font-size: 10pt;
|
|
justify-content: center;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.flex-item {
|
|
width: 95rpx;
|
|
height: 100px;
|
|
}
|
|
|
|
.kcb-item {
|
|
background-color: #EFD3A1;
|
|
position: absolute;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
border-radius: 5px;
|
|
box-shadow: -3px 0px 5px #EFB56F;
|
|
width: 140rpx;
|
|
}
|
|
|
|
.smalltext {
|
|
background-color: #EFD3A1;
|
|
font-size: 10pt;
|
|
color: #A1731D;
|
|
padding-left: 2px;
|
|
}
|
|
.scroll {
|
|
height: 1250rpx;
|
|
z-index: 101;
|
|
position: fixed;
|
|
} |