Commit 63423f54 authored by Zheng Shang Jun's avatar Zheng Shang Jun

改了一点样式

parent 8109be76
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
"path": "pages/user/register/stepSelectType", "path": "pages/user/register/stepSelectType",
"style": { "style": {
"navigationBarTitleText": "完善信息", "navigationBarTitleText": "完善信息",
// "navigationBarTextStyle": "white", // "navigationBarTextStyle": "white",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"mp-alipay": { "mp-alipay": {
"transparentTitle": "always", "transparentTitle": "always",
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
"path": "pages/user/register/perfectInformation", "path": "pages/user/register/perfectInformation",
"style": { "style": {
"navigationBarTitleText": "完善信息", "navigationBarTitleText": "完善信息",
// "navigationBarTextStyle": "white", // "navigationBarTextStyle": "white",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"mp-alipay": { "mp-alipay": {
"transparentTitle": "always", "transparentTitle": "always",
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
"path": "pages/user/register/success", "path": "pages/user/register/success",
"style": { "style": {
"navigationBarTitleText": "完善信息", "navigationBarTitleText": "完善信息",
// "navigationBarTextStyle": "white", // "navigationBarTextStyle": "white",
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"mp-alipay": { "mp-alipay": {
"transparentTitle": "always", "transparentTitle": "always",
...@@ -245,7 +245,6 @@ ...@@ -245,7 +245,6 @@
"navigationBarTitleText": "首页", "navigationBarTitleText": "首页",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
...@@ -256,7 +255,6 @@ ...@@ -256,7 +255,6 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/designCommissioned/list", "path": "pages/designCommissioned/list",
...@@ -266,7 +264,6 @@ ...@@ -266,7 +264,6 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/designCommissioned/addItem", "path": "pages/designCommissioned/addItem",
...@@ -276,7 +273,6 @@ ...@@ -276,7 +273,6 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/designCommissioned/item", "path": "pages/designCommissioned/item",
...@@ -286,7 +282,6 @@ ...@@ -286,7 +282,6 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
...@@ -297,8 +292,8 @@ ...@@ -297,8 +292,8 @@
"enablePullDownRefresh": false, "enablePullDownRefresh": false,
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},
}, { {
"path": "pages/home/index", "path": "pages/home/index",
"style": { "style": {
"navigationBarTitleText": "首页", "navigationBarTitleText": "首页",
...@@ -311,7 +306,8 @@ ...@@ -311,7 +306,8 @@
"allowsBounceVertical": "NO" "allowsBounceVertical": "NO"
} }
} }
}, { },
{
"path": "pages/home/search", "path": "pages/home/search",
"style": { "style": {
"navigationBarTitleText": "搜索", "navigationBarTitleText": "搜索",
......
...@@ -77,6 +77,9 @@ export default { ...@@ -77,6 +77,9 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.brandsindex {
height: 100%;
}
//头部 //头部
.back_img { .back_img {
height: 486rpx; height: 486rpx;
...@@ -113,6 +116,7 @@ export default { ...@@ -113,6 +116,7 @@ export default {
.hotstyle { .hotstyle {
::v-deep .u-card__body { ::v-deep .u-card__body {
padding-top: 24rpx !important; padding-top: 24rpx !important;
margin-bottom: 70rpx;
} }
::v-deep .u-card__head { ::v-deep .u-card__head {
padding-bottom: 0rpx !important; padding-bottom: 0rpx !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment