Files
mzltMpfqGS e4a087e67e init
2026-04-15 19:45:16 +08:00

70 lines
1.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* 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查看完整运行演示。
*/