生箔工序样式优化,返回顶部
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/** 提交栏 **/
|
||||
|
||||
Reference in New Issue
Block a user