APP
YYC
2026-02-12 57233e23e69d04672f9721def4d00c2905922d25
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 {