17 lines
635 B
Plaintext
17 lines
635 B
Plaintext
|
|
/*每个页面公共css */
|
|
/* //设置圆角 */
|
|
checkbox.round .wx-checkbox-input,
|
|
checkbox.round .uni-checkbox-input {
|
|
border-radius: 100rpx;
|
|
border: 1px solid #ec6330;
|
|
}
|
|
/* //设置背景色 */
|
|
checkbox.red[checked] .wx-checkbox-input,
|
|
checkbox.red.checked .uni-checkbox-input {
|
|
background-color: #E79EA1 !important;
|
|
border-color: #ebebeb !important;
|
|
color: #ffffff !important;
|
|
}
|
|
/* //元素使用的时候就是使用 round 和 red */
|
|
page{--status-bar-height:25px;--top-window-height:0px;--window-top:0px;--window-bottom:0px;--window-left:0px;--window-right:0px;--window-magin:0px}[data-c-h="true"]{display: none !important;} |