一体机放大效果开发

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

@@ -84,16 +84,16 @@ function nextDetail(job) {
<style lang="stylus" scoped>
.date-jobTitle{
font-weight: 400;
font-size: 28rpx;
font-size: 42rpx;
color: #495265;
padding: 28rpx 0 0 20rpx
padding: 42rpx 0 0 30rpx
}
.cards{
padding: 32rpx;
padding: 48rpx;
background: #FFFFFF;
box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.04);
border-radius: 20rpx 20rpx 20rpx 20rpx;
margin-top: 22rpx;
border-radius: 30rpx 30rpx 30rpx 30rpx;
margin-top: 33rpx;
.card-company{
display: flex
justify-content: space-between
@@ -101,21 +101,21 @@ function nextDetail(job) {
.company{
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif;
font-weight: 500;
font-size: 32rpx;
font-size: 48rpx;
color: #333333;
}
.salary{
font-family: DIN-Medium;
font-weight: 500;
font-size: 28rpx;
font-size: 42rpx;
color: #4C6EFB;
white-space: nowrap
line-height: 48rpx
line-height: 72rpx
}
}
.card-companyName{
font-weight: 400;
font-size: 28rpx;
font-size: 42rpx;
color: #6C7282;
}
.card-tags{
@@ -124,25 +124,25 @@ function nextDetail(job) {
.tag{
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif;
width: fit-content;
height: 30rpx;
height: 45rpx;
background: #F4F4F4;
border-radius: 4rpx;
padding: 6rpx 20rpx;
line-height: 30rpx;
border-radius: 6rpx;
padding: 9rpx 30rpx;
line-height: 45rpx;
font-weight: 400;
font-size: 24rpx;
font-size: 36rpx;
color: #6C7282;
text-align: center;
margin-top: 14rpx;
margin-top: 21rpx;
white-space: nowrap
margin-right: 20rpx
margin-right: 30rpx
}
}
.card-bottom{
margin-top: 32rpx
margin-top: 48rpx
display: flex
justify-content: space-between
font-size: 28rpx;
font-size: 42rpx;
color: #6C7282;
}
}