Files
smartDriveEEUniApp/unpackage/dist/dev/mp-weixin/pages/ucenter/settings/settings.wxss
2026-01-20 08:46:36 +08:00

53 lines
595 B
Plaintext

page {
flex: 1;
width: 100%;
height: 100%;
}
uni-button:after {
border: none;
border-radius: 0;
}
.content {
display: flex;
width: 100%;
height: 100vh;
flex-direction: column;
flex: 1;
background-color: #F9F9F9;
}
.bottom-back {
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 10px;
width: 750rpx;
height: 44px;
display: flex;
width: 100%;
border: none;
border-width: 0;
border-radius: 0;
background-color: #FFFFFF;
}
.bottom-back-text {
font-size: 33rpx;
}
.mt10 {
margin-top: 10px;
}