修改文件地址
This commit is contained in:
@@ -325,16 +325,20 @@ uni-button:after {
|
||||
font-weight: bold;
|
||||
}
|
||||
.slide_new table tr.checked {
|
||||
background-image: linear-gradient(to top,#c2cde3,#f6f7fb);
|
||||
// background-image: linear-gradient(to top,#c2cde3,#f6f7fb);
|
||||
background-color: #6190e8;
|
||||
}
|
||||
.slide_new table tr.checked td {
|
||||
background: transparent;
|
||||
background-color: transparent;
|
||||
color: #fff;
|
||||
}
|
||||
.slide_new table tr.checked td:first-child {
|
||||
background-image: linear-gradient(to top,#c2cde3,#f6f7fb);
|
||||
// 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-image: linear-gradient(to top,#c2cde3,#f6f7fb);
|
||||
background-color: #6190e8;
|
||||
}
|
||||
.slide_new table tr.checked td:first-child {
|
||||
border-left: 1rpx solid #6798ef;
|
||||
@@ -522,6 +526,7 @@ uni-button[disabled]:not([type]) {
|
||||
}
|
||||
.msg_p2 {
|
||||
font-size: 28rpx;
|
||||
font-weight: 700;
|
||||
line-height: 30rpx;
|
||||
color: #ff6a00;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user