ljwrer / tricks

tricks
0 stars 0 forks source link

box shadow 替代 border #5

Open ljwrer opened 7 years ago

ljwrer commented 7 years ago

http://semantic-ui.com/views/card.html#card

    border: none;
    border-radius: 0.28571429rem;
    box-shadow: 0px 1px 3px 0px #d4d4d5, 0px 0px 0px 1px #d4d4d5;
    transition: box-shadow 0.1s ease, transform 0.1s ease;