1 Star 0 Fork 5.3K

apaqi/Mall4j电商商城系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
binding-phone.wxss 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
/* pages/binding-phone/binding-phone.wxss */
page {
background: #f4f4f4;
}
.binding-phone {
height: 100%;
margin-top: 20rpx;
background: #fff;
}
.binding-phone .item {
display: flex;
padding: 20rpx 0;
height: 60rpx;
line-height: 60rpx;
border-bottom: 2rpx solid #e1e1e1;
}
.binding-phone .item:last-child {
border: none;
}
.binding-phone .item input {
flex: 1;
height: auto;
padding: 0 20rpx;
font-size: 28rpx;
}
.binding-phone .item .item-tip {
width: 140rpx;
font-size: 28rpx;
padding-left: 20rpx;
}
.binding-phone .item .get-code {
font-size: 30rpx;
color: #999;
margin-right: 20rpx;
text-align: center;
}
.binding-phone .item .get-code.gray {
color: #3eb370;
}
.btn-box {
padding: 0 20rpx;
margin-top: 60rpx;
}
.btn-box .sure-btn {
display: block;
font-size: 32rpx;
color: #fff;
background: #3eb370;
width: 100%;
margin: auto;
text-align: center;
padding: 20rpx 0;
border-radius: 50rpx;
}
.btn-box .sure-btn.gray {
background: #e1e1e1;
margin-bottom: 30rpx;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/apaqi_w/mall4j.git
git@gitee.com:apaqi_w/mall4j.git
apaqi_w
mall4j
Mall4j电商商城系统
master

搜索帮助