main
xuziying 1 year ago
commit ba6162c17d
  1. 17
      app.wxss
  2. 4
      pages/freiLogistics/freiLogistics.json
  3. 4
      pages/meLogistics/meLogistics.json
  4. 4
      pages/threeLogistics/threeLogistics.json
  5. 4
      yyt-mall-wl/pages/meLogistics/meLogistics.wxss
  6. 3
      yyt-mall-wl/project.config.json
  7. 28
      yyt-mall-wl/project.private.config.json

@ -0,0 +1,17 @@
/**app.wxss**/
page{
background: -webkit-linear-gradient(top,#27adb0,#ebf7f7,#f4f4f4)
}
.box{
background: -webkit-linear-gradient(top,#27adb0,#ebf7f7,#f4f4f4);
min-height: 1400rpx;
padding: 5rpx 15rpx;
font-size: 28rpx;
}
.back{
padding: 10rpx;
border-radius: 15rpx;
background-color: #fff;
}

@ -0,0 +1,4 @@
{
"usingComponents": {},
"navigationBarTitleText": "三力货运物流"
}

@ -0,0 +1,4 @@
{
"usingComponents": {},
"navigationBarTitleText": "三力自建物流"
}

@ -0,0 +1,4 @@
{
"usingComponents": {},
"navigationBarTitleText": "三力第三方物流"
}

@ -48,6 +48,7 @@
color: red; color: red;
font-weight: 900; font-weight: 900;
font-size: 28rpx; font-size: 28rpx;
width: 30%;
} }
.from-con text { .from-con text {
@ -104,7 +105,10 @@
margin-top: 5rpx; margin-top: 5rpx;
/* border: 10rpx solid #eee; /* border: 10rpx solid #eee;
background-color: #eee; */ background-color: #eee; */
border: 1rpx solid rgb(189, 188, 188,0.6); border: 1rpx solid rgb(189, 188, 188,0.6);
/* background-color: #ddd; */ /* background-color: #ddd; */
border-radius: 10rpx; border-radius: 10rpx;
} }

@ -52,5 +52,6 @@
"include": [] "include": []
}, },
"appid": "wxcf3a0f4fb0f7656e", "appid": "wxcf3a0f4fb0f7656e",
"testRoot": "minitest/" "testRoot": "minitest/",
"projectname": "yyt_logistics"
} }

@ -97,34 +97,6 @@
"query": "", "query": "",
"launchMode": "default", "launchMode": "default",
"scene": null "scene": null
},
{
"name": "",
"pathName": "pages/threeLogistics/threeLogistics",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "",
"pathName": "pages/details/details",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "",
"pathName": "pages/freiLogistics/freiLogistics",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "",
"pathName": "pages/querythree/querythree",
"query": "",
"launchMode": "default",
"scene": null
} }
] ]
} }

Loading…
Cancel
Save