This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
[授权页面shangchanglogo修改]
tags/广东版3.2.1
meo
6 years ago
parent
b6093a15d3
commit
0417f7e4bf
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/getuserinfo/index.wxml
+3
-3
pages/getuserinfo/index.wxss
+ 1
- 1
pages/getuserinfo/index.wxml
View File
@@ -1,6 +1,6 @@
<view class="login-body">
<view class="login-logo">
<image src="{{mallImgUrl}}"></image>
<image src="{{mallImgUrl}}"
mode='widthFix'
></image>
<text class='txt'>我们需要获取您的授权
以关联您的账号</text>
</view>
+ 3
- 3
pages/getuserinfo/index.wxss
View File
@@ -8,12 +8,12 @@
.login-logo {
width: 320rpx;
height: 320rpx;
/*
height: 320rpx;
*/
}
.login-logo>image {
width: 100%
;
height: 100%
;
display: block
;
width: 320rpx
;
}
.login-btn {
Write
Preview
Loading…
Cancel
Save