一体机放大效果开发

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

@@ -90,17 +90,17 @@ const goToPublishJob = () => {
<style lang="scss" scoped>
.test-page {
padding: 40rpx;
padding: 60rpx;
background: #f5f5f5;
min-height: 100vh;
}
.header {
text-align: center;
margin-bottom: 40rpx;
margin-bottom: 60rpx;
.title {
font-size: 36rpx;
font-size: 54rpx;
font-weight: 600;
color: #333;
}
@@ -108,40 +108,40 @@ const goToPublishJob = () => {
.test-section {
background: #fff;
border-radius: 12rpx;
padding: 30rpx;
margin-bottom: 30rpx;
border-radius: 18rpx;
padding: 45rpx;
margin-bottom: 45rpx;
.section-title {
font-size: 32rpx;
font-size: 48rpx;
font-weight: 600;
color: #333;
margin-bottom: 20rpx;
margin-bottom: 30rpx;
}
.description {
.desc-text {
display: block;
font-size: 26rpx;
font-size: 39rpx;
color: #666;
line-height: 1.6;
margin-bottom: 10rpx;
margin-bottom: 15rpx;
}
}
.user-type-info {
display: flex;
align-items: center;
margin-bottom: 15rpx;
margin-bottom: 23rpx;
.type-label {
font-size: 28rpx;
font-size: 42rpx;
color: #333;
margin-right: 10rpx;
margin-right: 15rpx;
}
.type-value {
font-size: 28rpx;
font-size: 42rpx;
color: #256BFA;
font-weight: 500;
}
@@ -150,15 +150,15 @@ const goToPublishJob = () => {
.button-group {
display: flex;
flex-direction: column;
gap: 20rpx;
gap: 30rpx;
.test-btn {
height: 80rpx;
height: 120rpx;
background: #256BFA;
color: #fff;
border: none;
border-radius: 12rpx;
font-size: 28rpx;
border-radius: 18rpx;
font-size: 42rpx;
font-weight: 500;
&:active {