小程序修改密码
This commit is contained in:
31
weixin-miniprogram/pages/person/updpwd.wxss
Normal file
31
weixin-miniprogram/pages/person/updpwd.wxss
Normal file
@@ -0,0 +1,31 @@
|
||||
/* pages/person/updpwd.wxss */
|
||||
.container {
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 36rpx;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
margin-bottom: 40rpx;
|
||||
}
|
||||
|
||||
.input-group {
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
input {
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
border: 1rpx solid #ccc;
|
||||
border-radius: 10rpx;
|
||||
padding: 0 20rpx;
|
||||
}
|
||||
|
||||
button {
|
||||
width: 100%;
|
||||
height: 80rpx;
|
||||
background-color: #1aad19;
|
||||
color: white;
|
||||
border-radius: 10rpx;
|
||||
}
|
Reference in New Issue
Block a user