一体机放大效果开发

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

@@ -388,11 +388,11 @@ defineExpose({ loadData, handleFilterConfirm });
<style lang="stylus" scoped>
.btm-right
font-weight: 400;
font-size: 32rpx;
font-size: 48rpx;
color: #6C7282;
.right-sx
width: 26rpx;
height: 26rpx;
width: 39rpx;
height: 39rpx;
.active
transform: rotate(180deg)
.tabchecked
@@ -406,15 +406,15 @@ defineExpose({ loadData, handleFilterConfirm });
.nearby-scroll
// 为scroll-view设置明确高度减去nav-filter的高度
height: calc(100vh - var(--window-top) - var(--status-bar-height) - 63rpx - 200rpx - 120rpx);
height: calc(100vh - var(--window-top) - var(--status-bar-height) - 95rpx - 300rpx - 180rpx);
.three-head
margin: 24rpx 0 0 0;
padding: 26rpx 0 0 0;
border-radius: 17rpx 17rpx 17rpx 17rpx;
margin: 36rpx 0 0 0;
padding: 39rpx 0 0 0;
border-radius: 26rpx 26rpx 26rpx 26rpx;
.one-picker
height: 100%
padding: 0 28rpx
padding: 0 42rpx
display: flex;
flex-wrap: nowrap;
align-items: center;
@@ -431,21 +431,21 @@ defineExpose({ loadData, handleFilterConfirm });
.metro
width: 100%;
.metro-one
font-size: 28rpx;
font-size: 42rpx;
color: #000000;
line-height: 33rpx;
line-height: 50rpx;
width: 100%;
min-width: 100rpx;
min-width: 150rpx;
.metro-two
font-size: 21rpx;
font-size: 32rpx;
color: #606060;
line-height: 25rpx;
margin-top: 6rpx;
line-height: 38rpx;
margin-top: 9rpx;
.metro-three
width: fit-content;
margin-top: 100rpx;
padding: 0 64rpx;
margin-top: 150rpx;
padding: 0 96rpx;
.three-background
position: relative;
.three-items
@@ -454,53 +454,53 @@ defineExpose({ loadData, handleFilterConfirm });
display: flex;
justify-content: space-between;
z-index: 2;
height: 90rpx
height: 135rpx
.three-item
margin-right: 124rpx;
margin-right: 186rpx;
position: relative
.item-dont
width: 17rpx;
height: 17rpx;
width: 26rpx;
height: 26rpx;
background: #FFFFFF;
border-radius: 50%;
position: relative;
margin-bottom: 20rpx;
margin-bottom: 30rpx;
.item-dont::before
position: absolute;
content: '';
color: #FFFFFF;
font-size: 20rpx;
font-size: 30rpx;
text-align: center;
left: 50%;
top: 50%;
transform: translate(-50%, -50%)
width: 27rpx;
height: 27rpx;
width: 41rpx;
height: 41rpx;
background: #F7B000;
border-radius: 50%;
.item-dont::after
position: absolute;
// content: '始';
content: '';
font-size: 20rpx;
font-size: 30rpx;
text-align: center;
left: 50%;
top: 50%;
transform: translate(-50%, -50%)
width: 14rpx;
height: 14rpx;
width: 21rpx;
height: 21rpx;
background: #ffffff;
border-radius: 50%;
// .donted::after
// position: absolute;
// content: '';
// font-size: 20rpx;
// font-size: 30rpx;
// text-align: center;
// left: 50%;
// top: 50%;
// transform: translate(-50%, -50%)
// width: 14rpx;
// height: 14rpx;
// width: 21rpx;
// height: 21rpx;
// background: #F7B000 !important;
// border-radius: 50%;
.item-text
@@ -508,12 +508,12 @@ defineExpose({ loadData, handleFilterConfirm });
left: 0
width: fit-content;
font-weight: 400;
font-size: 28rpx;
font-size: 42rpx;
color: #333333;
line-height: 25rpx;
line-height: 38rpx;
text-align: center;
white-space: nowrap
transform: translate(-50% + 8rpx, 0)
transform: translate(-50% + 12rpx, 0)
.textActive
color: #F7B000
.three-item:nth-child(2n)
@@ -525,28 +525,28 @@ defineExpose({ loadData, handleFilterConfirm });
left: 0;
top: -17rpx;
width: 100%;
height: 17rpx;
height: 26rpx;
background: #F7B000;
border-radius: 17rpx 17rpx 17rpx 17rpx;
border-radius: 26rpx 26rpx 26rpx 26rpx;
z-index: 1;
.nearby-list
.one-cards{
display: flex;
flex-direction: column;
padding: 0 20rpx 20rpx 20rpx;
padding: 0 30rpx 30rpx 30rpx;
background: #f4f4f4
}
.nav-filter
border-top: 2rpx solid #EBEBEB;
padding: 16rpx 28rpx 0 28rpx;
margin-top: 125rpx;
border-top: 3rpx solid #EBEBEB;
padding: 24rpx 42rpx 0 42rpx;
margin-top: 188rpx;
.filter-top
display: flex
justify-content: space-between;
.tab-scroll
flex: 1;
overflow: hidden;
margin-right: 20rpx
margin-right: 30rpx
white-space: nowrap;
overflow: hidden;
text-overflow: clip;
@@ -557,45 +557,45 @@ defineExpose({ loadData, handleFilterConfirm });
flex-wrap: nowrap
.job
font-weight: 400;
font-size: 36rpx;
font-size: 54rpx;
color: #666D7F;
margin-right: 32rpx;
margin-right: 48rpx;
white-space: nowrap
.active
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif;
font-weight: 500;
font-size: 36rpx;
font-size: 54rpx;
color: #000000;
.jobs-add
display: flex
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 32rpx;
font-size: 48rpx;
color: #666D7F;
line-height: 38rpx;
line-height: 57rpx;
.filter-bottom
display: flex
justify-content: space-between
padding: 24rpx 0
padding: 36rpx 0
.btm-left
display: flex
.filterbtm
font-weight: 400;
font-size: 32rpx;
font-size: 48rpx;
color: #666D7F;
margin-right: 40rpx
margin-right: 60rpx
.active
font-weight: 500;
font-size: 32rpx;
font-size: 48rpx;
color: #256BFA;
.btm-right
font-weight: 400;
font-size: 32rpx;
font-size: 48rpx;
color: #6C7282;
.right-sx
width: 26rpx;
height: 26rpx;
width: 39rpx;
height: 39rpx;
.active
transform: rotate(180deg)
</style>