userinfo.wxss 1.3 KB

1
  1. .row1{display:flex;align-items:center;justify-content:space-between;position:relative;padding:0 30rpx;height:110rpx;background:#fff;margin-bottom:20rpx}.row1 .tit{flex-shrink:0;width:120rpx;font-size:32rpx;color:#303133}.row1 .background-img{width:80rpx;height:80rpx;border-radius:50%;background:#f2f2f2}.row{display:flex;align-items:center;padding:0 30rpx;height:110rpx;background:#fff}.row .tit{flex-shrink:0;width:120rpx;font-size:32rpx;color:#303133}.row .input{flex:1;text-align:right;font-size:28rpx;color:#999}.add-btn{display:flex;align-items:center;justify-content:center;margin:158rpx auto 30rpx;width:560rpx;height:80rpx;background:#dc262b;border-radius:40px;color:#fff}.out{display:flex;align-items:center;justify-content:center;margin:0 auto 30rpx;width:560rpx;height:80rpx;border:1px solid #dc262b;background:#fff;border-radius:40px;color:#dc262b}.psw-wrapper{width:548rpx;height:344rpx;background-color:#fff}.psw-wrapper .psw-title{width:100%;font-size:35rpx;padding:43rpx 0 49rpx;text-align:center;font-weight:800}.psw-wrapper .psw-ipt{display:block;background-color:#dce3ed;height:90rpx;width:464rpx;padding-left:30rpx;margin:0 auto;font-size:80rpx}.psw-wrapper .psw-btn text{display:inline-block;text-align:center;width:50%;padding-top:29rpx;font-size:35rpx}.psw-wrapper .psw-qd{color:#32c6ff}