一体机放大效果开发

This commit is contained in:
冯辉
2026-03-12 17:10:34 +08:00
parent 0c63175816
commit e7ef23ad5d
83 changed files with 3034 additions and 2899 deletions

View File

@@ -158,80 +158,80 @@ const testLogout = () => {
<style lang="scss" scoped>
.tabbar-test {
padding: 40rpx;
padding: 60rpx;
min-height: 100vh;
background-color: #f5f5f5;
}
.header {
text-align: center;
margin-bottom: 40rpx;
margin-bottom: 60rpx;
}
.title {
font-size: 36rpx;
font-size: 54rpx;
font-weight: bold;
color: #333;
}
.content {
background: white;
border-radius: 20rpx;
padding: 40rpx;
margin-bottom: 40rpx;
border-radius: 30rpx;
padding: 60rpx;
margin-bottom: 60rpx;
}
.user-info, .login-status, .debug-info {
display: flex;
flex-direction: column;
margin-bottom: 20rpx;
padding: 20rpx;
margin-bottom: 30rpx;
padding: 30rpx;
background: #f8f9fa;
border-radius: 10rpx;
border-radius: 15rpx;
}
.debug-info .value {
font-size: 20rpx;
font-size: 30rpx;
color: #666;
margin: 5rpx 0;
margin: 8rpx 0;
display: block;
}
.label {
font-size: 28rpx;
font-size: 42rpx;
color: #666;
margin-right: 20rpx;
margin-right: 30rpx;
}
.value {
font-size: 28rpx;
font-size: 42rpx;
color: #256BFA;
font-weight: bold;
}
.switch-section {
margin-bottom: 40rpx;
margin-bottom: 60rpx;
}
.section-title {
font-size: 28rpx;
font-size: 42rpx;
color: #333;
margin-bottom: 20rpx;
margin-bottom: 30rpx;
display: block;
}
.switch-buttons {
display: flex;
flex-wrap: wrap;
gap: 20rpx;
gap: 30rpx;
}
.switch-btn {
padding: 20rpx 30rpx;
padding: 30rpx 45rpx;
background: #f0f0f0;
border: none;
border-radius: 10rpx;
font-size: 24rpx;
border-radius: 15rpx;
font-size: 36rpx;
color: #666;
transition: all 0.3s;
}
@@ -243,41 +243,41 @@ const testLogout = () => {
.description {
background: #f8f9fa;
padding: 30rpx;
border-radius: 10rpx;
padding: 45rpx;
border-radius: 15rpx;
}
.desc-title {
font-size: 26rpx;
font-size: 39rpx;
color: #333;
font-weight: bold;
margin-bottom: 20rpx;
margin-bottom: 30rpx;
display: block;
}
.desc-text {
font-size: 24rpx;
font-size: 36rpx;
color: #666;
line-height: 1.6;
margin-bottom: 10rpx;
margin-bottom: 15rpx;
display: block;
}
.test-section {
margin-top: 40rpx;
margin-top: 60rpx;
background: #f8f9fa;
padding: 30rpx;
border-radius: 10rpx;
padding: 45rpx;
border-radius: 15rpx;
}
.test-btn {
margin: 10rpx 0;
padding: 20rpx 30rpx;
margin: 15rpx 0;
padding: 30rpx 45rpx;
background: #256BFA;
color: white;
border: none;
border-radius: 10rpx;
font-size: 24rpx;
border-radius: 15rpx;
font-size: 36rpx;
width: 100%;
}