mirror of
https://gitee.com/qingqing-coconut-tea/RcKtFezyRAZX
synced 2026-07-21 10:32:32 +08:00
70 lines
1.3 KiB
Plaintext
70 lines
1.3 KiB
Plaintext
/* pages/settings/settings.wxss */
|
||
/* 系统设置样式 */
|
||
|
||
.settings-container {
|
||
min-height: 100vh;
|
||
background-color: #f5f5f5;
|
||
padding-bottom: 60rpx;
|
||
}
|
||
|
||
.section {
|
||
background-color: #fff;
|
||
margin-top: 20rpx;
|
||
}
|
||
|
||
.section-title {
|
||
padding: 24rpx 30rpx;
|
||
font-size: 24rpx;
|
||
color: #999;
|
||
border-bottom: 1rpx solid #f0f0f0;
|
||
}
|
||
|
||
.setting-item {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
padding: 28rpx 30rpx;
|
||
border-bottom: 1rpx solid #f0f0f0;
|
||
}
|
||
|
||
.setting-item:last-child {
|
||
border-bottom: none;
|
||
}
|
||
|
||
.setting-label {
|
||
font-size: 28rpx;
|
||
color: #333;
|
||
}
|
||
|
||
.setting-value {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
|
||
.setting-value text {
|
||
font-size: 28rpx;
|
||
color: #999;
|
||
}
|
||
|
||
.setting-value .iconfont {
|
||
margin-left: 12rpx;
|
||
font-size: 28rpx;
|
||
color: #999;
|
||
}
|
||
|
||
.logout-btn {
|
||
margin: 60rpx 30rpx;
|
||
height: 88rpx;
|
||
line-height: 88rpx;
|
||
font-size: 32rpx;
|
||
color: #F56C6C;
|
||
background-color: #fff;
|
||
border-radius: 44rpx;
|
||
}
|
||
|
||
/**
|
||
* @联系作者:16768118056
|
||
* @描述:(此项目非免费分享)源码百分百可用,搞定毕设不发愁,支持远程调试安装、二次开发、定制、讲解、文档类。
|
||
* @访问:https://www.notmaker.com/detail/8326a897119d4542896c863a69d7bbe7/gtt20260415,查看完整运行演示。
|
||
*/
|