UNPKG
vue-cobweb-app-v3
Version:
latest (0.0.0)
0.0.0
移动端-项目开发通用组件库-带使用文档
vue-cobweb-app-v3
/
dist
/
style.css
2 lines
(1 loc)
•
244 B
CSS
View Raw
1
2
.my-button
[data-v-0bca6aff]
{
appearance
:none;
padding
:
5px
10px
;
background
:lightskyblue;
border
:none;
border-radius
:
4px
;
color
:
#fff
}
.my-button
[data-v-0bca6aff]
:active
{
background
:
#5cb9f3
}
.my-button
[data-v-0bca6aff]
:not
(
:last-child
){
margin-right
:
15px
}