一体机放大效果开发

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

@@ -128,25 +128,25 @@ onUnmounted(() => {
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif;
text-align: center;
font-weight: 500;
font-size: 28rpx;
font-size: 42rpx;
color: #ffffff;
height: 44rpx;
line-height: 44rpx;
padding: 0 14rpx;
height: 66rpx;
line-height: 66rpx;
padding: 0 21rpx;
background: #256bfa;
border-radius: 8rpx 8rpx 8rpx 8rpx;
margin: 0 10rpx;
border-radius: 12rpx 12rpx 12rpx 12rpx;
margin: 0 15rpx;
}
.colon {
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
font-size: 42rpx;
color: #256bfa;
}
.day-text {
font-size: 18px;
font-size: 27px;
color: #333;
}

View File

@@ -133,17 +133,17 @@ function getList(type = 'add', loading = true) {
flex-direction: column;
.content-top{
display: flex
padding: 28rpx
padding: 42rpx
.top-item{
font-weight: 400;
font-size: 32rpx;
margin-right: 48rpx
font-size: 48rpx;
margin-right: 72rpx
color: #666D7F;
}
.active{
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif;
font-weight: 500;
font-size: 32rpx;
font-size: 48rpx;
color: #000000;
}
}
@@ -151,14 +151,14 @@ function getList(type = 'add', loading = true) {
flex: 1
overflow: hidden
background: #F4F4F4
padding: 28rpx
padding: 42rpx
.card{
padding: 30rpx
padding: 45rpx
background: #FFFFFF;
box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.04);
border-radius: 20rpx 20rpx 20rpx 20rpx;
box-shadow: 0rpx 0rpx 12rpx 0rpx rgba(0,0,0,0.04);
border-radius: 30rpx 30rpx 30rpx 30rpx;
color: #495264
margin-bottom: 28rpx
margin-bottom: 42rpx
.card-row{
display: flex
justify-content: space-between
@@ -170,8 +170,8 @@ function getList(type = 'add', loading = true) {
.card-Title{
font-family: 'PingFangSC-Medium', 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', sans-serif;
font-weight: 500;
font-size: 32rpx;
line-height: 70rpx
font-size: 48rpx;
line-height: 105rpx
color: #333333;
}
.footer{
@@ -180,13 +180,13 @@ function getList(type = 'add', loading = true) {
justify-content: flex-end
}
.card_cancel{
width: 228rpx;
height: 80rpx;
line-height: 80rpx;
width: 342rpx;
height: 120rpx;
line-height: 120rpx;
text-align: center;
border-radius: 12rpx 12rpx 12rpx 12rpx;
border: 2rpx solid #E8EAEE;
margin-top: 32rpx
border-radius: 18rpx 18rpx 18rpx 18rpx;
border: 3rpx solid #E8EAEE;
margin-top: 48rpx
}
}