epmet 工作端 小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

50 lines
998 B

/* subpages/settings/pages/changePassword/changePassword.wxss */
page{
padding:20rpx;
box-sizing: border-box;
overflow: hidden;
background-color: #f7f7f7;
}
.card{
background-color: #fff;
border-radius: 20rpx;
}
.card .item{
display: flex;
padding: 10rpx 30rpx;
height: 100rpx;
align-items: center;
position: relative;
}
.card .item::before{
content: "";
position: absolute;
left: 30rpx;
right: 30rpx;
bottom: 0;
border-bottom: 2rpx solid #EAEAEA;
}
.no-pseudo::before {
display: none;
}
.card .item .label{
width:150rpx ;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 500;
color: #333333;
}
button{
background: linear-gradient(to right, #82b4fd, #3e93fe);
font-size: 33rpx;
width: 600rpx !important;
height: 84rpx;
text-align: center;
color: #fff;
border-radius: 84rpx;
position: fixed;
bottom: 100rpx;
left: 50%;
transform: translateX(-300rpx);
}