mirror of
https://github.com/sanyuered/WeChat-MiniProgram-AR-WASM.git
synced 2025-10-05 15:06:49 +08:00
13 lines
181 B
Plaintext
13 lines
181 B
Plaintext
/**index.wxss**/
|
|
.button-sp-area{
|
|
margin: 0 auto;
|
|
padding-top: 15px;
|
|
width: 60%;
|
|
}
|
|
.mini-btn{
|
|
margin-right: 5px;
|
|
}
|
|
.weui-panel__hd{
|
|
font-weight:bold;
|
|
color:#333;
|
|
} |