mui toast自定義樣式

wujiu95發表於2018-06-04
css中重寫此樣式:
.mui-toast-container {
    bottom: 25% !important;/*離佈局底部的距離*/
    }
.mui-toast-message {
    background: url(../img/indicator_input_error.png) no-repeat center 10px #000;   /*toast的背景圖片*/
    opacity: 0.7;/*toast中背景色的透明度*/
        color: #FFFFFF; /*toast中字型顏色*/
    width: 180px; /*toast寬度*/
    padding: 50px 5px 10px 5px;/*toast中文字的位置*/
}

相關文章