mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 17:05:55 +08:00
添加注册页面,修改4G设备的添加页面
This commit is contained in:
38
wechat/miniprogram/pages/register/index.wxss
Normal file
38
wechat/miniprogram/pages/register/index.wxss
Normal file
@@ -0,0 +1,38 @@
|
||||
/* miniprogram/pages/register/index.wxss */
|
||||
.form{
|
||||
width: 80vw;
|
||||
margin: 50rpx auto;
|
||||
padding: 30rpx;
|
||||
box-shadow: 0 0 5rpx 3rpx rgb(202, 202, 202);
|
||||
}
|
||||
.title{
|
||||
margin: 15rpx auto 30rpx;
|
||||
font-size: 40rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.title>image{
|
||||
width: 60rpx;
|
||||
height: 60rpx;
|
||||
margin-right: 15rpx;
|
||||
}
|
||||
.input{
|
||||
margin: 15rpx 0;
|
||||
/* box-shadow: 0 0 5rpx 5rpx #bfbfbf; */
|
||||
border-bottom: 1rpx solid #bfbfbf;
|
||||
}
|
||||
.btn{
|
||||
margin: 45rpx auto;
|
||||
width: 40vw;
|
||||
}
|
||||
.checkbox{
|
||||
display: flex;
|
||||
margin: 15rpx 0;
|
||||
padding: 15rpx 0;
|
||||
}
|
||||
.check_title{
|
||||
/* font-size: 26rpx; */
|
||||
width: 120rpx;
|
||||
padding: 0 30rpx;
|
||||
color: rgba(0, 0, 0, .6);
|
||||
}
|
||||
Reference in New Issue
Block a user