Files
AGuestSaas/pages/user/setting/aboutMine/edit/edit.wxss
2020-12-31 15:19:42 +08:00

51 lines
899 B
Plaintext

/**
* Web唐明明
* 匆匆数载恍如梦,岁月迢迢华发增。
* 碌碌无为枉半生,一朝惊醒万事空。
*/
.inputTxt {
background-color: #fff;
padding: 0 30rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
margin-top: 30rpx;
line-height: 90rpx;
}
.inputTxt-title {
font-weight: bold;
color: black;
width: 200rpx;
}
.inputTxt input {
text-align: right;
flex: 1;
height: 90rpx;
}
.beSure[size="default"] {
background-color: #378fff;
color: #fff;
font-weight: bold;
position: fixed;
bottom: 30rpx;
left: 30rpx;
right: 30rpx;
height: 90rpx;
line-height: 90rpx;
border-radius: 0;
font-size: 32rpx;
width: auto;
padding: 0;
border-radius: 50rpx;
}
.sex {
text-align: right;
flex: 1;
}