image.png

    1. background-size 的值颠
    2. .box{
    3. width: 230px;
    4. height: 160px;
    5. background: linear-gradient(to right, /* 或 90deg */
    6. #fb3 50%, #58a 0);
    7. background-size: 30px 100%;
    8. }