1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
epp/weixin-miniprogram/pages/person/updpwd.wxss

32 lines
463 B
Plaintext
Raw Normal View History

2023-04-17 18:46:15 +08:00
/* 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;
}