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