This commit is contained in:
2022-10-12 15:29:56 +08:00
parent 2c8273b888
commit 5f460c6e31
5 changed files with 216 additions and 23 deletions

View File

@@ -146,10 +146,12 @@ uni-button:after {
white-space: nowrap;
padding: 0 20rpx;
border-bottom: 10rpx solid #f5f5f5;
text-align: center;
}
.slide_new table td:first-child, .slide_new table th:first-child{
position: sticky;
left: 0;
z-index: 101;
}
.slide_new table thead tr th {
position: sticky;
@@ -159,9 +161,9 @@ uni-button:after {
line-height: 98rpx;
color: #696969;
font-weight: bold;
z-index: 100;
}
.slide_new table thead tr th:first-child {
z-index: 1;
background: #d7d7d7;
}
.slide_new table tbody tr td {
@@ -181,7 +183,7 @@ uni-button:after {
bottom: 0;
left: 0;
width: 100%;
z-index: 100;
z-index: 200;
background-color: #fff;
padding-top: 10rpx;
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);