一体机放大效果开发

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

@@ -129,14 +129,14 @@ function changeSwiperMsgType(e) {
height: 100%;
width: 100%;
.container-header {
height: calc(88rpx - 14rpx);
height: calc(88rpx - 21rpx);
text-align: center;
line-height: calc(88rpx - 14rpx);
font-size: 32rpx;
line-height: calc(88rpx - 21rpx);
font-size: 48rpx;
display: flex;
flex-direction: row;
align-items: center;
padding: 16rpx 44rpx 36rpx 44rpx;
padding: 24rpx 66rpx 54rpx 66rpx;
background: url('@/static/icon/msgTopbg.png') 0 0 no-repeat;
background-size: 100% 100%;
.header-title {
@@ -150,24 +150,24 @@ function changeSwiperMsgType(e) {
align-items: center;
width: calc(60rpx * 3);
font-weight: 500;
font-size: 40rpx;
font-size: 60rpx;
color: #696969;
margin-right: 44rpx;
margin-right: 66rpx;
position: relative;
.btns-wd{
position: absolute
top: 2rpx;
right: 2rpx
width: 16rpx;
height: 16rpx;
top: 3rpx;
right: 3rpx
width: 24rpx;
height: 24rpx;
background: #F73636;
border-radius: 50%;
border: 4rpx solid #EEEEFF;
border: 6rpx solid #EEEEFF;
}
}
.active {
font-weight: 600;
font-size: 40rpx;
font-size: 60rpx;
color: #000000;
}
}
@@ -183,7 +183,7 @@ function changeSwiperMsgType(e) {
height: 100%;
}
.scrollmain{
padding: 28rpx
padding: 42rpx
}
.swiper
height: 100%;

View File

@@ -90,26 +90,26 @@ defineExpose({ loadData });
height: 100%;
}
.scrollmain{
padding: 28rpx
padding: 42rpx
}
.read{
}
.list-card
background: #FFFFFF;
border-radius: 17rpx;
border-radius: 26rpx;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 26rpx 36rpx;
margin: 0 0 28rpx 0
padding: 39rpx 54rpx;
margin: 0 0 42rpx 0
.card-img
width: 96rpx;
height: 96rpx;
width: 144rpx;
height: 144rpx;
border-radius: 50%
display: grid;
place-items: center;
margin-right: 30rpx;
margin-right: 45rpx;
position: relative;
.card-img-flame
width: 100%;
@@ -118,15 +118,15 @@ defineExpose({ loadData });
position: absolute;
right: 0;
top: 0;
min-width: 26rpx;
height: 26rpx;
padding: 0 8rpx; /* 横向内边距控制宽度自适应 */
border-radius: 1000rpx; /* 实现椭圆形/圆角 */
min-width: 39rpx;
height: 39rpx;
padding: 0 12rpx; /* 横向内边距控制宽度自适应 */
border-radius: 1500rpx; /* 实现椭圆形/圆角 */
text-align: center;
line-height: 26rpx;
line-height: 39rpx;
background: #F73636;
font-weight: 600;
font-size: 20rpx;
font-size: 30rpx;
color: #FFFFFF;
box-sizing: border-box;
.card-info
@@ -136,7 +136,7 @@ defineExpose({ loadData });
flex-direction: column;
.info-title
font-weight: 500;
font-size: 32rpx;
font-size: 48rpx;
color: #333333;
display: flex;
justify-content: space-between;
@@ -145,15 +145,15 @@ defineExpose({ loadData });
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif;
.card-time
font-weight: 400;
font-size: 28rpx;
font-size: 42rpx;
color: #AAAAAA;
height: 100%
margin: 4rpx;
margin: 6rpx;
.info-text
font-weight: 400;
font-size: 28rpx;
font-size: 42rpx;
color: #6C7282;
margin-top: 4rpx;
margin-top: 6rpx;
// 空状态样式
.empty-state
@@ -161,19 +161,19 @@ defineExpose({ loadData });
flex-direction: column;
align-items: center;
justify-content: center;
padding: 120rpx 40rpx;
padding: 180rpx 60rpx;
.empty-icon
width: 200rpx;
height: 200rpx;
margin-bottom: 40rpx;
width: 300rpx;
height: 300rpx;
margin-bottom: 60rpx;
opacity: 0.6;
.empty-text
font-size: 32rpx;
font-size: 48rpx;
color: #999999;
font-weight: 500;
margin-bottom: 16rpx;
margin-bottom: 24rpx;
.empty-desc
font-size: 28rpx;
font-size: 42rpx;
color: #CCCCCC;
font-weight: 400;
</style>

View File

@@ -76,26 +76,26 @@ defineExpose({ loadData });
height: 100%;
}
.scrollmain{
padding: 28rpx
padding: 42rpx
}
.read{
}
.list-card
background: #FFFFFF;
border-radius: 17rpx;
border-radius: 26rpx;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 26rpx 36rpx;
margin: 0 0 28rpx 0
padding: 39rpx 54rpx;
margin: 0 0 42rpx 0
.card-img
width: 96rpx;
height: 96rpx;
width: 144rpx;
height: 144rpx;
border-radius: 50%
display: grid;
place-items: center;
margin-right: 30rpx;
margin-right: 45rpx;
position: relative;
.card-img-flame
width: 100%;
@@ -104,15 +104,15 @@ defineExpose({ loadData });
position: absolute;
right: 0;
top: 0;
min-width: 26rpx;
height: 26rpx;
padding: 0 8rpx; /* 横向内边距控制宽度自适应 */
border-radius: 1000rpx; /* 实现椭圆形/圆角 */
min-width: 39rpx;
height: 39rpx;
padding: 0 12rpx; /* 横向内边距控制宽度自适应 */
border-radius: 1500rpx; /* 实现椭圆形/圆角 */
text-align: center;
line-height: 26rpx;
line-height: 39rpx;
background: #F73636;
font-weight: 600;
font-size: 20rpx;
font-size: 30rpx;
color: #FFFFFF;
box-sizing: border-box;
.card-info
@@ -122,7 +122,7 @@ defineExpose({ loadData });
flex-direction: column;
.info-title
font-weight: 500;
font-size: 32rpx;
font-size: 48rpx;
color: #333333;
display: flex;
justify-content: space-between;
@@ -131,15 +131,15 @@ defineExpose({ loadData });
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif;
.card-time
font-weight: 400;
font-size: 28rpx;
font-size: 42rpx;
color: #AAAAAA;
height: 100%
margin: 4rpx;
margin: 6rpx;
.info-text
font-weight: 400;
font-size: 28rpx;
font-size: 42rpx;
color: #6C7282;
margin-top: 4rpx;
margin-top: 6rpx;
// 空状态样式
.empty-state
@@ -147,19 +147,19 @@ defineExpose({ loadData });
flex-direction: column;
align-items: center;
justify-content: center;
padding: 120rpx 40rpx;
padding: 180rpx 60rpx;
.empty-icon
width: 200rpx;
height: 200rpx;
margin-bottom: 40rpx;
width: 300rpx;
height: 300rpx;
margin-bottom: 60rpx;
opacity: 0.6;
.empty-text
font-size: 32rpx;
font-size: 48rpx;
color: #999999;
font-weight: 500;
margin-bottom: 16rpx;
margin-bottom: 24rpx;
.empty-desc
font-size: 28rpx;
font-size: 42rpx;
color: #CCCCCC;
font-weight: 400;
</style>