修改文件地址

This commit is contained in:
2024-08-02 09:56:22 +08:00
parent b9b1e459b7
commit 6985e31067
4 changed files with 15 additions and 10 deletions

View File

@@ -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;