forked from zhongyuanhaiju/uniapp
部分样式兼容微信小程序优化
This commit is contained in:
parent
b51bc0c067
commit
3e66ed6f96
|
|
@ -1722,10 +1722,6 @@
|
|||
"pagePath": "pages/goods/cart",
|
||||
"text": "购物车"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages_tool/article/list",
|
||||
"text": "咨询中心"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/member/index",
|
||||
"text": "个人中心"
|
||||
|
|
|
|||
|
|
@ -296,7 +296,9 @@ export default {
|
|||
justify-content: space-evenly;
|
||||
margin: 20rpx 0;
|
||||
background-color: #FFFFFF;
|
||||
.punish-title{}
|
||||
.punish-title{
|
||||
text-align: center;
|
||||
}
|
||||
.punish-num{
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ export default {
|
|||
.cate-search {
|
||||
width: calc(100% - 48rpx);
|
||||
background: #ffffff;
|
||||
padding: 10rpx 24rpx 0 24rpx;
|
||||
padding: 10rpx 24rpx 10rpx 24rpx;
|
||||
/* #ifdef H5 */
|
||||
padding-top: 30rpx;
|
||||
/* #endif */
|
||||
|
|
|
|||
Loading…
Reference in New Issue