全局开发
This commit is contained in:
@@ -126,56 +126,95 @@ uni-button:after {
|
||||
border-collapse: separate;
|
||||
-webkit-border-horizontal-spacing: 0px;
|
||||
-webkit-border-vertical-spacing: 10rpx;
|
||||
padding-bottom: 8rpx;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.slide_new table td, .slide_new table th {
|
||||
.slide_new table th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 120;
|
||||
font-size: 26rpx;
|
||||
line-height: 98rpx;
|
||||
color: #696969;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding: 0 20rpx;
|
||||
text-align: center;
|
||||
background: #d7d7d7;
|
||||
}
|
||||
.slide_new table td:first-child, .slide_new table th:first-child{
|
||||
position: sticky;
|
||||
.slide_new table th:first-child{
|
||||
left: 0;
|
||||
z-index: 101;
|
||||
box-shadow: inset -3px 0px 3px 0px rgba(160,160,160,0.20);
|
||||
}
|
||||
.slide_new table thead tr th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
background: #d7d7d7;
|
||||
font-size: 26rpx;
|
||||
line-height: 98rpx;
|
||||
color: #696969;
|
||||
z-index: 121;
|
||||
color: #4e6ef2;
|
||||
font-weight: bold;
|
||||
z-index: 100;
|
||||
box-shadow: 3px 0px 3px 0px rgba(160,160,160,0.20);
|
||||
}
|
||||
.slide_new table thead tr th:first-child {
|
||||
background: #d7d7d7;
|
||||
.slide_new table th.th_2 {
|
||||
left: 86rpx;
|
||||
z-index: 122;
|
||||
box-shadow: 3px 0px 3px 0px rgba(160,160,160,0.20);
|
||||
}
|
||||
.slide_new table tbody tr td {
|
||||
.slide_new table td {
|
||||
font-size: 28rpx;
|
||||
line-height: 98rpx;
|
||||
color: #323232;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
padding: 0 20rpx;
|
||||
background: #fff;
|
||||
}
|
||||
.slide_new table thead tr th.fontcol1,.slide_new table tbody tr td.fontcol1 {
|
||||
.slide_new table td:first-child{
|
||||
position: sticky;
|
||||
left: 0;
|
||||
z-index: 100;
|
||||
color: #4e6ef2;
|
||||
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;
|
||||
z-index: 101;
|
||||
box-shadow: 3px 0px 3px 0px rgba(160,160,160,0.20);
|
||||
}
|
||||
.slide_new table th.fontcol1,.slide_new table td.fontcol1 {
|
||||
color: #4e6ef2;
|
||||
font-weight: bold;
|
||||
}
|
||||
.slide_new table thead tr th.fontcol2,.slide_new table tbody tr td.fontcol2 {
|
||||
.slide_new table th.fontcol2,.slide_new table td.fontcol2 {
|
||||
color: #d7592f;
|
||||
font-weight: bold;
|
||||
}
|
||||
.slide_new table tbody tr.checked td {
|
||||
background-color: #f0c560;
|
||||
.slide_new table tr.checked {
|
||||
// background-image: linear-gradient(to top,#c2cde3,#f6f7fb);
|
||||
background-color: #6190e8;
|
||||
}
|
||||
.slide_new table tr.checked td {
|
||||
background-color: transparent;
|
||||
color: #fff;
|
||||
}
|
||||
.slide_new table tbody tr.checked td:first-child {
|
||||
border-left: 6rpx solid #ff8227;
|
||||
.slide_new table tr.checked td:first-child {
|
||||
// background-image: linear-gradient(to top,#c2cde3,#f6f7fb);
|
||||
background-color: #6190e8;
|
||||
}
|
||||
.slide_new table tr.checked td:nth-child(2) {
|
||||
// background-image: linear-gradient(to top,#c2cde3,#f6f7fb);
|
||||
background-color: #6190e8;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
|
||||
.item-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user