Files

52 lines
771 B
SCSS
Raw Normal View History

2023-08-30 17:27:21 +08:00
/* pages/stock/stock.wxss */
.t-fab {
z-index: 99;
}
2023-08-31 16:24:37 +08:00
page {
2023-08-30 17:27:21 +08:00
padding-top: 32rpx;
}
2023-09-01 17:14:27 +08:00
.t-navbar__content {
--td-navbar-bg-color: rgba(0, 0, 0, 0);
}
.stock-tabs {
2023-08-30 17:27:21 +08:00
margin: 16rpx 32rpx 0;
2023-09-01 17:14:27 +08:00
border-radius: 18rpx;
overflow: hidden;
}
.stock-stick {
// TODO:
2023-08-30 17:27:21 +08:00
}
.stock-list {
padding: 16rpx 0 32rpx;
.scroll-container {
2023-09-01 17:14:27 +08:00
.description {
view {
display: flex;
align-items: center;
}
.spec {
.divider {
margin: 0 8rpx;
2023-08-30 17:27:21 +08:00
}
2023-09-01 17:14:27 +08:00
}
.date {
text {
margin-left: 12rpx;
2023-08-30 17:27:21 +08:00
}
}
}
2023-09-01 17:14:27 +08:00
.description {
// font-size: small;
}
.note.storage {
color: #38a169;
}
.note.in {
color: #38a169;
}
.note.out {
color: #dd6b20;
}
2023-08-30 17:27:21 +08:00
}
}