适配小程序代码结构
This commit is contained in:
52
unpackage/dist/dev/mp-weixin/pages/ucenter/settings/settings.wxss
vendored
Normal file
52
unpackage/dist/dev/mp-weixin/pages/ucenter/settings/settings.wxss
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user