一体机放大效果开发

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

@@ -95,62 +95,62 @@ const goToMine = () => {
<style lang="scss" scoped>
.test-container {
padding: 40rpx;
padding: 60rpx;
background: #f5f5f5;
min-height: 100vh;
}
.test-section {
background: #fff;
border-radius: 12rpx;
padding: 30rpx;
margin-bottom: 30rpx;
box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.1);
border-radius: 18rpx;
padding: 45rpx;
margin-bottom: 45rpx;
box-shadow: 0 3rpx 15rpx rgba(0, 0, 0, 0.1);
}
.section-title {
font-size: 32rpx;
font-size: 48rpx;
font-weight: 600;
color: #333;
margin-bottom: 20rpx;
margin-bottom: 30rpx;
}
.button-group {
display: flex;
flex-direction: column;
gap: 20rpx;
margin-bottom: 20rpx;
gap: 30rpx;
margin-bottom: 30rpx;
}
.test-btn {
background: #256BFA;
color: #fff;
border: none;
border-radius: 8rpx;
padding: 20rpx;
font-size: 28rpx;
border-radius: 12rpx;
padding: 30rpx;
font-size: 42rpx;
text-align: center;
}
.current-type {
font-size: 28rpx;
font-size: 42rpx;
color: #666;
padding: 20rpx;
padding: 30rpx;
background: #f8f8f8;
border-radius: 8rpx;
border-radius: 12rpx;
}
.info-display {
display: flex;
flex-direction: column;
gap: 10rpx;
gap: 15rpx;
text {
font-size: 28rpx;
font-size: 42rpx;
color: #333;
padding: 10rpx;
padding: 15rpx;
background: #f8f8f8;
border-radius: 4rpx;
border-radius: 6rpx;
}
}
</style>