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.
43 lines
680 B
43 lines
680 B
/* pages/order/order.wxss */
|
|
|
|
@import "../order-list/order-list.wxss";
|
|
|
|
.session-tab {
|
|
width: 100%;
|
|
display: flex;
|
|
position: fixed;
|
|
top: 0rpx;
|
|
background-color: #fff;
|
|
z-index: 2;
|
|
border-width: 2rpx 0;
|
|
border-color: #e9e9e9;
|
|
border-style: solid;
|
|
}
|
|
.tab-name {
|
|
flex: 1;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
text-align: center;
|
|
height: 84rpx;
|
|
line-height: 84rpx;
|
|
}
|
|
.tab-normal {
|
|
color: #888;
|
|
}
|
|
.tab-select {
|
|
color: blue;
|
|
border-bottom: 4rpx solid blue;
|
|
}
|
|
.session-movie {
|
|
margin-top: 84rpx;
|
|
background: #fff;
|
|
}
|
|
.scroll-movie {
|
|
height: 100vh;
|
|
}
|
|
.bottom {
|
|
font-size: 28rpx;
|
|
color: #e9e9e9;
|
|
text-align: center;
|
|
background-color: #666;
|
|
} |