This commit is contained in:
2025-12-05 18:09:45 +08:00
parent 0d5e3024bc
commit 1ba45fdf93
48 changed files with 2702 additions and 1047 deletions

View File

@@ -68,7 +68,7 @@
<view class="content-top">
<view class="top-left">历史搜索</view>
<view class="top-right button-click" @click="remove">
<uni-icons type="trash" color="#C1C1C1" size="20"></uni-icons>
<uni-icons class="delete" type="trash" color="#C1C1C1" size="20"></uni-icons>
</view>
</view>
<view class="content-history">
@@ -459,3 +459,81 @@ function dataToImg(data) {
color: #6C7282;
margin-top: 6rpx;
</style>
<style lang="scss" scoped>
@media(min-width: 800px){
.container{
.top{
.btnback{
width: 80rpx;
height: 80rpx;
}
.search-box{
.iconsearch{
font-size: 50rpx !important;
}
.inputed{
font-size: 40rpx;
padding-left: 100rpx;
height: 120rpx;
}
.inputplace{
font-size: 40rpx;
}
}
.search-btn{
font-size: 40rpx;
}
}
.view-top{
padding: 10rpx 0;
.top-item{
font-size: 36rpx;
&::after{
width: 40rpx;
height: 8rpx;
left: calc(50% - 20rpx);
}
}
.active{
font-size: 38rpx;
}
}
.main-content{
.content-top{
.top-left{
font-size: 40rpx;
}
.top-right{
.delete{
font-size: 60rpx !important;
}
}
}
}
}
.slot-item{
.job-image{
height: 500rpx;
}
.salary{
font-size: 38rpx;
}
.title{
font-size: 40rpx;
}
.desc{
font-size: 32rpx;
.point3{
width: 40rpx;
height:40rpx ;
}
.descText{
font-size: 32rpx;
}
}
}
}
</style>