YYC
2026-04-02 42ef69a6a50f5431fe718ebde2bf646ca2a17609
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 {