wecui
Version:
一款基于Vue2.x版本的移动端web组件
15 lines (14 loc) • 379 B
CSS
a {
animation: none 0s ease 0s 1 normal none running;
animation: initial;
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
background: initial;
white-space: normal;
white-space: initial;
}
p {
background: url(/img1.png),
url(/img2.png);
background-repeat: repeat no-repeat;
background-repeat: initial no-repeat
}