diff --git a/packages/shopEnter/sucess/index.css b/packages/shopEnter/sucess/index.css index 4843cb9a..79fc755d 100644 --- a/packages/shopEnter/sucess/index.css +++ b/packages/shopEnter/sucess/index.css @@ -4,6 +4,35 @@ page { padding-bottom: 0; } +.container { + display: flex; + flex-direction: column; + min-height: calc(100vh - 120rpx); + width: 100%; +} + +.searchBox { + display: flex; + align-items: center; + padding: 0 20rpx; + /* margin-top: 35rpx; */ + justify-content: space-between; + background-color: #fff; +} + +.searchBox_add { + display: flex; + align-items: center; + font-weight: 400; + font-size: 30rpx; + color: #000000; +} + +.searchBox_add image { + width: 30rpx; + height: 30rpx; + margin-right: 16rpx; +} image { width: 100%; @@ -31,7 +60,7 @@ image { margin-top: 43rpx; } -.Msg2 div { +.Msg2 view { display: flex; align-items: center; justify-content: center; @@ -39,6 +68,7 @@ image { color: #222222; margin-top: 10rpx; } -.Msg2 div span{ + +.Msg2 view span { color: #FF370B; } \ No newline at end of file diff --git a/packages/shopEnter/sucess/index.vue b/packages/shopEnter/sucess/index.vue index d3669af6..9076e059 100644 --- a/packages/shopEnter/sucess/index.vue +++ b/packages/shopEnter/sucess/index.vue @@ -1,17 +1,24 @@ diff --git a/pages.json b/pages.json index 3bc5a06c..2a613a0e 100644 --- a/pages.json +++ b/pages.json @@ -519,7 +519,8 @@ "path": "sucess/index", "style": { "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#f6f7fb" + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#fff" } }, {