生箔工序样式优化,返回顶部

This commit is contained in:
2024-05-11 16:00:04 +08:00
parent 39e69be121
commit 49ae6ced4e
3 changed files with 28 additions and 35 deletions

View File

@@ -282,7 +282,6 @@ uni-button:after {
font-weight: bold;
box-shadow: 3px 0px 3px 0px rgba(160,160,160,0.20);
}
.slide_new table td.td_2 {
position: sticky;
left: 86rpx;
@@ -297,12 +296,23 @@ uni-button:after {
color: #d7592f;
font-weight: bold;
}
.slide_new table tr.checked {
background-image: linear-gradient(to top,#c2cde3,#f6f7fb);
}
.slide_new table tr.checked td {
background-color: #f0c560;
color: #fff;
background: transparent;
}
.slide_new table tr.checked td:first-child {
border-left: 6rpx solid #ff8227;
background-image: linear-gradient(to top,#c2cde3,#f6f7fb);
}
.slide_new table tr.checked td:nth-child(2) {
background-image: linear-gradient(to top,#c2cde3,#f6f7fb);
}
.slide_new table tr.checked td:first-child {
border-left: 1rpx solid #6798ef;
}
.slide_new table tr.checked td:last-child {
border-right: 1rpx solid #6798ef;
}
/** **/