修改支付的问题
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1147,6 +1147,7 @@ page {
|
||||
width: 100%;
|
||||
padding: 0 30rpx;
|
||||
box-sizing: border-box;
|
||||
|
||||
}
|
||||
|
||||
.index .header .logo {
|
||||
@ -1162,7 +1163,8 @@ page {
|
||||
}
|
||||
|
||||
.index .header .search {
|
||||
width: 100%;
|
||||
// width: 100%;
|
||||
flex:1;
|
||||
box-sizing: border-box;
|
||||
height: 0.64*100rpx;
|
||||
background-color: #f7f7f7;
|
||||
@ -1172,6 +1174,19 @@ page {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.index .header .qr{
|
||||
width:0.34*150rpx;
|
||||
height:0.34*150rpx;
|
||||
font-size: 0.34*100rpx;
|
||||
margin-left: 0.16*100rpx;
|
||||
margin-right: 0.16*100rpx;
|
||||
}
|
||||
.index .header .qr image{
|
||||
width:0.34*150rpx;
|
||||
height:0.34*150rpx;
|
||||
}
|
||||
|
||||
|
||||
.index .header .search .iconfont {
|
||||
font-size: 0.34*100rpx;
|
||||
margin-right: 0.16*100rpx;
|
||||
|
Reference in New Issue
Block a user