一体机放大效果开发

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

@@ -1630,9 +1630,9 @@ defineExpose({ loadData });
.iconsearch
padding-left: 36rpx
.inpute
margin-left: 20rpx
margin-left: 30rpx
font-weight: 400;
font-size: 28rpx;
font-size: 63rpx;
color: #B5B5B5;
width: 100%
.live-button
@@ -1660,7 +1660,7 @@ defineExpose({ loadData });
.live-text
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif
font-weight: 500
font-size: 24rpx
font-size: 36rpx
color: #FFFFFF
text-align: center
white-space: nowrap
@@ -1673,8 +1673,8 @@ defineExpose({ loadData });
border: 2rpx solid #FFFFFF;
text-align: center
font-weight: 500;
font-size: 28rpx;
height: 36rpx;
font-size: 42rpx;
height: 54rpx;
color: #000000;
padding: 20rpx 30rpx
.cards
@@ -1690,11 +1690,11 @@ defineExpose({ loadData });
.card-title
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif;
font-weight: 600;
font-size: 64rpx;
font-size: 96rpx;
color: #000000;
.card-text
font-weight: 400;
font-size: 32rpx;
font-size: 48rpx;
color: #9E9E9E;
margin-top: 4rpx
.card:first-child
@@ -1729,7 +1729,7 @@ defineExpose({ loadData });
.btn-text
font-family: 'PingFangSC-Regular', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif
font-weight: 400
font-size: 44rpx
font-size: 66rpx
color: #256BFA
// 服务功能网格样式
.service-grid
@@ -1872,7 +1872,7 @@ defineExpose({ loadData });
.service-title
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif
font-weight: 500
font-size: 24rpx
font-size: 36rpx
color: #333333
text-align: center
line-height: 1.2
@@ -1948,13 +1948,13 @@ defineExpose({ loadData });
flex-wrap: nowrap
.job
font-weight: 400;
font-size: 44rpx;
font-size: 66rpx;
color: #666D7F;
margin-right: 32rpx;
white-space: nowrap
.active
font-weight: 500;
font-size: 44rpx;
font-size: 66rpx;
color: #000000;
.jobs-add
font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
@@ -1962,9 +1962,9 @@ defineExpose({ loadData });
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 44rpx;
font-size: 66rpx;
color: #666D7F;
line-height: 38rpx;
line-height: 57rpx;
min-width: 80rpx;
padding: 8rpx 12rpx;
white-space: nowrap;
@@ -1980,18 +1980,18 @@ defineExpose({ loadData });
font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
.filterbtm
font-weight: 400;
font-size: 44rpx;
font-size: 66rpx;
color: #666D7F;
margin-right: 8rpx
padding: 0rpx 6rpx
.active
font-weight: 500;
font-size: 44rpx;
font-size: 66rpx;
color: #256BFA;
.btm-right
font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 44rpx;
font-size: 66rpx;
color: #6C7282;
.right-sx
width: 32rpx;
@@ -2033,7 +2033,7 @@ defineExpose({ loadData });
text-align: left;
word-break:break-all
font-weight: 500;
font-size: 38rpx;
font-size: 57rpx;
color: #333333;
margin-top: 10rpx
.falls-card-pay
@@ -2049,9 +2049,9 @@ defineExpose({ loadData });
color: #4C6EFB;
padding-right: 10rpx
font-weight: 500;
font-size: 44rpx;
font-size: 66rpx;
color: #4C6EFB;
line-height: 45rpx;
line-height: 67.5rpx;
text-align: left;
.flame
position: absolute
@@ -2062,13 +2062,13 @@ defineExpose({ loadData });
height: 31rpx
.falls-card-education,.falls-card-experience
width: fit-content;
height: 30rpx;
height: 45rpx;
background: #F4F4F4;
border-radius: 4rpx;
padding: 12rpx 20rpx;
line-height: 30rpx;
line-height: 45rpx;
font-weight: 400;
font-size: 32rpx;
font-size: 48rpx;
color: #6C7282;
text-align: center;
margin-top: 20rpx;
@@ -2076,9 +2076,9 @@ defineExpose({ loadData });
.falls-card-company,.falls-card-pepleNumber
margin-top: 20rpx;
font-size: 32rpx;
font-size: 48rpx;
color: #999999;
line-height: 25rpx;
line-height: 37.5rpx;
text-align: left;
.falls-card-pepleNumber
display: flex;
@@ -2086,9 +2086,9 @@ defineExpose({ loadData });
flex-wrap: wrap
margin-top: 10rpx;
font-weight: 400;
font-size: 32rpx;
font-size: 48rpx;
color: #999999;
line-height: 46rpx
line-height: 69rpx
view
display:flex
align-items: center
@@ -2106,17 +2106,17 @@ defineExpose({ loadData });
display: flex;
justify-content: space-between;
align-items: center;
font-size: 32rpx;
font-size: 48rpx;
color: #4778EC;
text-align: left;
.falls-card-company2
margin-top: 4rpx;
font-size: 32rpx;
font-size: 48rpx;
color: #999999;
text-align: left;
display: flex
.point3
margin: 4rpx 4rpx 0 0
margin: 16rpx 4rpx 0 0
height: 26rpx
width: 26rpx
// 推荐卡片
@@ -2157,14 +2157,14 @@ defineExpose({ loadData });
margin-bottom: 40rpx
.company-title
font-size: 36rpx
font-size: 54rpx
font-weight: bold
color: #333333
display: block
margin-bottom: 10rpx
.company-subtitle
font-size: 24rpx
font-size: 36rpx
color: #666666
display: block
@@ -2205,7 +2205,7 @@ defineExpose({ loadData });
background: #eb2f96
.company-title
font-size: 24rpx
font-size: 36rpx
color: #333333
font-weight: 500
@@ -2220,11 +2220,11 @@ defineExpose({ loadData });
z-index: 2;
.recommend-card-title
font-weight: 500;
font-size: 28rpx;
font-size: 42rpx;
color: #333333;
.recommend-card-tip
font-weight: 400;
font-size: 28rpx;
font-size: 42rpx;
color: #6C7282;
margin-top: 28rpx
.recommend-card-line
@@ -2268,6 +2268,8 @@ defineExpose({ loadData });
text-align: center;
line-height: 60rpx
color: #256BFA
font-weight: 400;
font-size: 42rpx;
.controll-no
width: 124rpx;
height: 56rpx;
@@ -2275,7 +2277,7 @@ defineExpose({ loadData });
border-radius: 12rpx 12rpx 12rpx 12rpx;
border: 2rpx solid #DEDEDE;
font-weight: 400;
font-size: 28rpx;
font-size: 42rpx;
color: #333333;
text-align: center;
.controll-yes:active, .controll-no:active
@@ -2387,7 +2389,7 @@ defineExpose({ loadData });
position: relative
.company-name
font-size: 34rpx
font-size: 51rpx
font-weight: 600
color: #000000
line-height: 1.3
@@ -2400,7 +2402,7 @@ defineExpose({ loadData });
.company-details
display: flex
align-items: center
font-size: 26rpx
font-size: 39rpx
color: #666666
line-height: 1.2
@@ -2444,7 +2446,7 @@ defineExpose({ loadData });
.live-text
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif
font-weight: 500
font-size: 24rpx
font-size: 36rpx
color: #FFFFFF
text-align: center
white-space: nowrap