Browse Source

登录按钮交互放大

master
jiazhipeng 4 months ago
parent
commit
7e9c26b035
  1. 8
      pages/login/index.wxss
  2. 8
      pages/user/bindtel/index.wxss

8
pages/login/index.wxss

@ -22,6 +22,10 @@ page {
margin-top: 40rpx; margin-top: 40rpx;
line-height: 40rpx; line-height: 40rpx;
} }
.iconfont {
font-size: 20px;
}
.login-tip-box .icon-gou1 { .login-tip-box .icon-gou1 {
line-height: 80rpx; line-height: 80rpx;
margin-top: -20rpx; margin-top: -20rpx;
@ -43,8 +47,8 @@ page {
border-radius: 50%; border-radius: 50%;
color: transparent; color: transparent;
border: 1px solid #666; border: 1px solid #666;
width: 24rpx; width: 32rpx;
height: 24rpx; height: 32rpx;
flex-shrink: 0; flex-shrink: 0;
margin-right: 34rpx; margin-right: 34rpx;
margin-top: 7rpx; margin-top: 7rpx;

8
pages/user/bindtel/index.wxss

@ -54,13 +54,15 @@
margin-right: 30rpx; margin-right: 30rpx;
color: #666; color: #666;
} }
.iconfont {
font-size: 20px;
}
.select-icon{ .select-icon{
border-radius: 50%; border-radius: 50%;
color: transparent; color: transparent;
border: 1px solid #666; border: 1px solid #666;
width: 24rpx; width: 32rpx;
height: 24rpx; height: 32rpx;
flex-shrink: 0; flex-shrink: 0;
margin-right: 34rpx; margin-right: 34rpx;
margin-top: 7rpx; margin-top: 7rpx;

Loading…
Cancel
Save