一体机放大效果开发

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

@@ -102,48 +102,48 @@ function getDataList(type = 'add') {
<style lang="stylus" scoped>
.btnback{
width: 64rpx;
height: 64rpx;
width: 96rpx;
height: 96rpx;
}
.btn {
display: flex;
justify-content: space-between;
align-items: center;
width: 52rpx;
height: 52rpx;
width: 78rpx;
height: 78rpx;
}
image {
height: 100%;
width: 100%;
}
.collection-search{
padding: 10rpx 20rpx;
padding: 15rpx 30rpx;
.search-content{
position: relative
display: flex
align-items: center
padding: 14rpx 0
padding: 21rpx 0
.header-input{
padding: 0
width: calc(100%);
position: relative
.iconsearch{
position: absolute
left: 30rpx;
left: 45rpx;
top: 50%
transform: translate(0, -50%)
}
.input{
padding: 0 30rpx 0 80rpx
height: 80rpx;
padding: 0 45rpx 0 120rpx
height: 120rpx;
background: #FFFFFF;
border-radius: 75rpx 75rpx 75rpx 75rpx;
border: 2rpx solid #ECECEC
font-size: 28rpx;
border-radius: 113rpx 113rpx 113rpx 113rpx;
border: 3rpx solid #ECECEC
font-size: 42rpx;
}
.inputplace{
font-weight: 400;
font-size: 28rpx;
font-size: 42rpx;
color: #B5B5B5;
}
}
@@ -151,6 +151,6 @@ image {
}
.main-list{
background-color: #F4F4F4;
padding: 1rpx 28rpx 28rpx 28rpx
padding: 2rpx 42rpx 42rpx 42rpx
}
</style>