一体机放大效果开发

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,15 +84,15 @@ function handleTabChange(index) {
<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%;
@@ -104,25 +104,25 @@ image {
display: flex;
flex-direction: column;
.nearby-head
height: 63rpx;
line-height: 63rpx;
height: 95rpx;
line-height: 95rpx;
text-align: center;
display: flex;
align-items: center;
font-weight: 400;
font-size: 32rpx;
font-size: 48rpx;
color: #666D7F;
.head-item
width: calc(100% / 4);
z-index: 9
.actived
// width: 169rpx;
// height: 63rpx;
// width: 254rpx;
// height: 95rpx;
// background: #13C57C;
// box-shadow: 0rpx 7rpx 7rpx 0rpx rgba(0,0,0,0.25);
// box-shadow: 0rpx 11rpx 11rpx 0rpx rgba(0,0,0,0.25);
// border-radius: 0rpx 0rpx 0rpx 0rpx;
font-weight: 500;
font-size: 32rpx;
font-size: 48rpx;
color: #000000;
.nearby-content
flex: 1;