首页样式修复
This commit is contained in:
parent
8ba5219450
commit
26bf55e83c
@ -150,7 +150,7 @@
|
|||||||
},
|
},
|
||||||
/* 小程序特有相关 */
|
/* 小程序特有相关 */
|
||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"appid" : "wx7dbf6cd22049690b",
|
"appid" : "wx52e07a62a2f80000",
|
||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : false
|
"urlCheck" : false
|
||||||
},
|
},
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/tabBar/sending/sending",
|
"path": "pages/tabBar/sending/sending",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "",
|
"navigationBarTitleText": "探路物流 速运全球",
|
||||||
"app-plus": {
|
"app-plus": {
|
||||||
"bounce": "vertical",
|
"bounce": "vertical",
|
||||||
"titleNView": {
|
"titleNView": {
|
||||||
|
|||||||
@ -66,8 +66,8 @@
|
|||||||
},
|
},
|
||||||
onShareAppMessage() {
|
onShareAppMessage() {
|
||||||
return {
|
return {
|
||||||
title: 'TODO',
|
title: '探路物流 速运全球',
|
||||||
path: 'TODO'
|
// path: 'TODO'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@ -101,7 +101,7 @@
|
|||||||
text-shadow: 3rpx 4rpx 0rpx rgba(92,15,12,0.2);
|
text-shadow: 3rpx 4rpx 0rpx rgba(92,15,12,0.2);
|
||||||
}
|
}
|
||||||
.desc{
|
.desc{
|
||||||
margin-top: 26rpx;
|
margin-top: 22rpx;
|
||||||
width: 207rpx;
|
width: 207rpx;
|
||||||
height: 28rpx;
|
height: 28rpx;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
@ -109,7 +109,7 @@
|
|||||||
}
|
}
|
||||||
.btn-ljyy{
|
.btn-ljyy{
|
||||||
width: 144rpx;
|
width: 144rpx;
|
||||||
margin-top: 46rpx;
|
margin-top: 40rpx;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
border-radius: 21rpx;
|
border-radius: 21rpx;
|
||||||
@ -121,7 +121,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btnlist1 {
|
.btnlist1 {
|
||||||
margin-top: 40rpx;
|
margin-top: 38rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@ -174,7 +174,7 @@
|
|||||||
.pbody{
|
.pbody{
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 30rpx;
|
border-radius: 30rpx;
|
||||||
padding: 40rpx 28rpx;
|
padding: 40rpx 28rpx 100rpx 28rpx;
|
||||||
.btnlist2{
|
.btnlist2{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user