hios-miniprogram/pages/app-auth/index.wxss
shengliang 972d64dd0c U 将网络图标改成本地图标
U 更新支付方式的UI
F 修复轮播图的bug
F 修复没有商品时的错误显示问题
F 修复share.js的一个bug
A 增加发货时的订阅消息
2020-03-26 10:14:33 +08:00

83 lines
1.2 KiB
Plaintext

/* pages/app-authorization/index.wxss */
.container {
background-color: #fff;
min-height: 100%;
align-items: stretch;
overflow-x: hidden;
position: relative;
width: 100%;
padding-top: 100rpx;
}
.logo{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 60rpx;
}
.logo .logo-img{
width: 120rpx;
height: 120rpx;
}
.logo-name{
width: 100%;
text-align: center;
height: 50rpx;
line-height: 50rpx;
font-size: 32rpx;
margin-top: 40rpx;
}
.intro{
width: 100%;
text-align: center;
height: 80rpx;
line-height: 80rpx;
font-size: 26rpx;
color: #555;
margin-bottom: 30rpx;
}
.login{
width: 100%;
height: 80rpx;
margin-top: 80rpx;
font-size: 28rpx;
color: #999;
text-align: center;
}
.btn-login{
display: flex;
justify-content: center;
height: 100rpx;
width: 600rpx;
background: #54b635;
align-items: center;
}
.img-w{
height: 40rpx;
width: 40rpx;
}
.text{
font-size: 30rpx;
color: #fff;
margin-left: 10rpx;
}
.cancel{
width: 100%;
height: 100rpx;
line-height: 100rpx;
text-align: center;
font-size: 28rpx;
color: #555;
margin-top: 30rpx;
}