一体机放大效果开发

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

@@ -1,5 +1,5 @@
<template>
<AppLayout title="我的收藏" :show-bg-image="false" :use-scroll-view="false">
<AppLayout :show-bg-image="false" :use-scroll-view="false">
<view class="collection-content">
<view class="header">
<view class="button-click" :class="{ active: type === 0 }" @click="changeType(0)">工作职位</view>
@@ -187,24 +187,24 @@ function getCompanyList(type = 'add') {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20rpx 30rpx;
padding: 30rpx 45rpx;
background-color: #fff;
border-top: 1rpx solid #eee;
box-shadow: 0 -2rpx 10rpx rgba(0,0,0,0.05);
border-top: 2rpx solid #eee;
box-shadow: 0 -2rpx 15rpx rgba(0,0,0,0.05);
.selected-count {
font-size: 28rpx;
font-size: 42rpx;
color: #333;
}
.compare-btn {
width: 200rpx;
height: 60rpx;
line-height: 60rpx;
width: 300rpx;
height: 90rpx;
line-height: 90rpx;
background-color: #4C6EFB;
color: #fff;
border-radius: 30rpx;
font-size: 28rpx;
border-radius: 45rpx;
font-size: 42rpx;
display: flex;
justify-content: center;
align-items: center;
@@ -215,8 +215,8 @@ function getCompanyList(type = 'add') {
display: flex;
justify-content: space-between;
align-items: center;
width: 60rpx;
height: 60rpx;
width: 90rpx;
height: 90rpx;
image {
height: 100%;
width: 100%;
@@ -232,13 +232,13 @@ function getCompanyList(type = 'add') {
display: flex
justify-content: space-evenly;
align-items: center
padding: 28rpx 100rpx
padding: 42rpx 150rpx
font-weight: 400;
font-size: 32rpx;
font-size: 48rpx;
color: #666D7F;
.active {
font-weight: 500;
font-size: 32rpx;
font-size: 48rpx;
color: #000000;
}
}
@@ -249,7 +249,7 @@ function getCompanyList(type = 'add') {
.swiper{
height: 100%
.mian{
padding: 0 28rpx 28rpx 28rpx
padding: 0 42rpx 42rpx 42rpx
}
}
}