Browse Source

[新增] common.css缺少ifend收尾的问题

master
LAPTOP-D7TKRI82\邓 5 years ago
parent
commit
e4be498094
  1. 2
      common/styles/common.css
  2. 6
      pages.json

2
common/styles/common.css

@ -60,7 +60,7 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbox-input:hover { radio:not([disabled]) .wx-radio-input:hover checkbox:not([disabled]) .wx-checkbox-input:hover {
border-color: #d1d1d1 !important; border-color: #d1d1d1 !important;
} }
/* #endif */
/* 常用的 */ /* 常用的 */

6
pages.json

@ -21,6 +21,12 @@
"style": { "style": {
"navigationBarTitleText": "我的" "navigationBarTitleText": "我的"
} }
},
{
"path": "pages/goodsDetail/goodsDetail",
"style": {
"navigationBarTitleText": "商品详情"
}
} }
], ],
"globalStyle": { "globalStyle": {

Loading…
Cancel
Save