14 lines
196 B
CSS
14 lines
196 B
CSS
|
/*
|
||
|
自定义css
|
||
|
*/
|
||
|
.hr{
|
||
|
height: 10rpx;
|
||
|
width: 100%;
|
||
|
background-color: rgba(247, 247, 247, 0.9);
|
||
|
}
|
||
|
|
||
|
button.button-hide-bg::after{ border: none; }
|
||
|
|
||
|
button.button-hide-bg{
|
||
|
background: none;
|
||
|
}
|