APP
YYC
2026-02-12 3c505988c4b058b8683fb67d30b90e86a8fa1044
igdss-app/css/admin/grain-detail.css
@@ -400,13 +400,16 @@
}
.m-sslq-btn .bot-btn {
   width: 46%;
   float: left;
   margin: 0 2%;
   background-image: url(../../images/g8.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
    width: 46%;
    /* 移除浮动和左右外边距 */
    float: none;
    margin: 0 auto;
    /* 或者用display: block配合margin居中 */
    display: block;
    background-image: url(../../images/g8.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.m-sslq-btn .bot-btn1 {