diff --git a/app/pages/index/index.wxml b/app/pages/index/index.wxml index 74b0a2d..5932d32 100644 --- a/app/pages/index/index.wxml +++ b/app/pages/index/index.wxml @@ -7,7 +7,7 @@ 默认收货地址 - + diff --git a/app/pages/index/index.wxss b/app/pages/index/index.wxss index 1f2cff1..56fc16c 100644 --- a/app/pages/index/index.wxss +++ b/app/pages/index/index.wxss @@ -10,7 +10,6 @@ right: 0; height:100px; background-color: #fff; - display: flex; align-items: center; padding: 0 15px; @@ -21,8 +20,22 @@ flex-direction: column; } .head_c{ + position: relative; + bottom: 10px; display: flex; align-items:center; + justify-content:space-between; +} + .van-search{ + width: 360px; +} +.head_d{ + position: relative; + +} +.head_shouhuo{ + position: relative; +right: 85px; } .head_text{ font-weight: bold; diff --git a/app/project.private.config.json b/app/project.private.config.json index e34a016..bde51bc 100644 --- a/app/project.private.config.json +++ b/app/project.private.config.json @@ -4,5 +4,6 @@ "setting": { "compileHotReLoad": false, "urlCheck": false - } + }, + "libVersion": "trial" } \ No newline at end of file