kitchendDevice/unpackage/dist/dev/mp-weixin/pageTwo/count/search.wxss

683 lines
15 KiB
Plaintext
Raw Normal View History

2025-11-08 16:50:26 +08:00
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.serachBox.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
height: 130rpx;
2025-11-08 16:50:26 +08:00
position: fixed;
top: 0;
left: 0;
right: 0;
2025-11-25 14:21:22 +08:00
padding: 30rpx 20rpx;
2025-11-08 16:50:26 +08:00
z-index: 9;
2025-11-25 14:21:22 +08:00
background-color: #f7f7f7;
}
.serachBox .type.data-v-d4f38c70 {
padding-bottom: 10px;
width: 100%;
text-align: center;
font-size: 30rpx;
font-weight: bold;
2025-11-08 16:50:26 +08:00
}
.serachBox .serach-box.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
height: 80rpx;
border-radius: 20rpx;
2025-11-08 16:50:26 +08:00
position: relative;
background-color: #fff;
}
.serachBox .searchInput.data-v-d4f38c70 {
position: absolute;
left: 0;
2025-11-25 14:21:22 +08:00
right: 120rpx;
height: 80rpx;
2025-11-08 16:50:26 +08:00
}
.serachBox .searchInput icon.data-v-d4f38c70 {
position: absolute;
2025-11-25 14:21:22 +08:00
right: 20rpx;
top: 20rpx;
2025-11-08 16:50:26 +08:00
display: flex;
z-index: 9;
}
.serachBox .searchBtn.data-v-d4f38c70 {
position: absolute;
2025-11-25 14:21:22 +08:00
width: 120rpx;
2025-11-08 16:50:26 +08:00
right: 0px;
2025-11-25 14:21:22 +08:00
height: 80rpx;
line-height: 80rpx;
2025-11-08 16:50:26 +08:00
background: #3CB383;
2025-11-25 14:21:22 +08:00
border-radius: 0 20rpx 20rpx 0;
2025-11-08 16:50:26 +08:00
text-align: center;
color: #fff;
}
.serachBox input.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
height: 80rpx;
2025-11-08 16:50:26 +08:00
padding: 0 5px;
text-align: center;
position: absolute;
left: 0px;
right: 0px;
2025-11-25 14:21:22 +08:00
border-radius: 20rpx;
2025-11-08 16:50:26 +08:00
}
.serachBox .icon.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
width: 100rpx;
height: 80rpx;
2025-11-08 16:50:26 +08:00
position: absolute;
2025-11-25 14:21:22 +08:00
right: 30rpx;
2025-11-08 16:50:26 +08:00
display: flex;
align-items: center;
justify-content: center;
}
2025-11-25 14:21:22 +08:00
.serachBox image.data-v-d4f38c70 {
width: 15px;
height: 15px;
margin-left: 10px;
}
2025-11-08 16:50:26 +08:00
.content-box.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
border-radius: 20rpx 20rpx 0 0;
2025-11-08 16:50:26 +08:00
position: relative;
2025-11-25 14:21:22 +08:00
z-index: 9;
2025-11-08 16:50:26 +08:00
width: 100%;
2025-11-25 14:21:22 +08:00
margin: 95px 0 270rpx;
2025-11-08 16:50:26 +08:00
background: #fff;
}
.search-history.data-v-d4f38c70 {
width: 100%;
height: auto;
overflow: hidden;
}
.search-history uni-icons.data-v-d4f38c70 {
color: #333333;
2025-11-25 14:21:22 +08:00
font-size: 60rpx;
2025-11-08 16:50:26 +08:00
position: absolute;
top: 13px;
2025-11-25 14:21:22 +08:00
right: 30rpx;
2025-11-08 16:50:26 +08:00
}
.history-list.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
width: calc(100% - 40rpx);
margin: 20rpx 20rpx 0;
2025-11-08 16:50:26 +08:00
height: auto;
display: flex;
flex-wrap: wrap;
}
.history-list .history-list-item.data-v-d4f38c70 {
border: 1px solid #dfdfdf;
2025-11-25 14:21:22 +08:00
padding: 3px 24rpx;
border-radius: 20rpx;
margin-bottom: 20rpx;
margin-right: 20rpx;
2025-11-08 16:50:26 +08:00
}
.title.data-v-d4f38c70 {
width: 90%;
font-size: 30rpx;
font-weight: bold;
color: #000;
2025-11-25 14:21:22 +08:00
margin-top: 30rpx;
margin-left: 30rpx;
2025-11-08 16:50:26 +08:00
display: flex;
align-items: center;
}
.popular-container.data-v-d4f38c70 {
width: 100%;
margin-top: 30rpx;
}
.popular-container .popular-food-item.data-v-d4f38c70 {
display: flex;
flex-direction: column;
align-items: center;
margin: 20rpx;
padding: 20rpx;
box-sizing: border-box;
border-radius: 20rpx;
2025-11-25 14:21:22 +08:00
background: linear-gradient(#EDFFF4, #ffffff 100%);
2025-11-08 16:50:26 +08:00
}
.popular-container .popular-food-item .food-title.data-v-d4f38c70 {
font-size: 34rpx;
font-weight: 700;
}
.popular-container .popular-food-item .popular-food-inner.data-v-d4f38c70 {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
width: 100%;
margin-top: 20rpx;
}
.popular-container .popular-food-item .popular-food-inner .popular-food-subitem.data-v-d4f38c70 {
display: flex;
align-items: center;
margin-bottom: 20rpx;
padding: 10rpx 20rpx;
background-color: #fff;
margin-right: 20rpx;
border-radius: 20rpx;
border: 1px solid #f7f7f7;
}
.search_list.data-v-d4f38c70 {
display: flex;
2025-11-25 14:21:22 +08:00
padding: 0 20rpx;
2025-11-08 16:50:26 +08:00
flex-wrap: wrap;
2025-11-25 14:21:22 +08:00
margin: 95px 20rpx 90px;
width: calc(100% - 80rpx);
2025-11-08 16:50:26 +08:00
justify-content: space-between;
background: #fff;
2025-11-25 14:21:22 +08:00
border-radius: 20rpx;
2025-11-08 16:50:26 +08:00
}
.search_list .search_list_item.data-v-d4f38c70 {
width: 100%;
display: flex;
align-items: center;
border-bottom: 1px solid #f7f7f7;
2025-11-25 14:21:22 +08:00
padding: 20rpx 0;
2025-11-08 16:50:26 +08:00
}
.search_list .search_list_item image.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
width: 90rpx;
height: 90rpx;
margin-right: 20rpx;
border-radius: 50%;
border: 1px solid #f7f7f7;
2025-11-08 16:50:26 +08:00
}
.search_list .search_list_item text.data-v-d4f38c70 {
width: 100%;
display: inline-block;
}
.search_list .search_list_item :nth-child(2) text.data-v-d4f38c70 {
margin-top: 5px;
}
.activeList.data-v-d4f38c70 {
z-index: 12;
2025-11-25 14:21:22 +08:00
bottom: 100rpx;
2025-11-08 16:50:26 +08:00
}
.activeList .title.data-v-d4f38c70 {
font-weight: bold;
margin: 5px 0;
}
.activeList .list.data-v-d4f38c70 {
padding-bottom: 55px;
}
.activeList .list .name.data-v-d4f38c70 {
margin-right: 5px;
}
.auto-search-dialog.data-v-d4f38c70 {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}
.auto-search-dialog .auto-search-inner.data-v-d4f38c70 {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
position: relative;
width: 70%;
height: 350rpx;
padding: 80rpx 0;
background-color: #fff;
border-radius: 20rpx;
box-shadow: 0 0 20rpx #ccc;
}
.auto-search-dialog .auto-search-inner .close.data-v-d4f38c70 {
position: absolute;
left: 0;
right: 0;
bottom: -140rpx;
width: 90rpx;
margin: 0 auto;
}
.auto-search-dialog text.data-v-d4f38c70 {
font-size: 32rpx;
width: 80%;
}
.auto-search-dialog .mic-icon.data-v-d4f38c70 {
display: flex;
justify-content: center;
align-items: center;
width: 150rpx;
height: 150rpx;
border-radius: 50%;
border: 8rpx solid #777777;
}
.auto-search-dialog .btn-wrap.data-v-d4f38c70 {
display: flex;
justify-content: space-around;
width: 90%;
}
.auto-search-dialog .btn-wrap .retry.data-v-d4f38c70,
.auto-search-dialog .btn-wrap .confirm.data-v-d4f38c70 {
width: 190rpx;
height: 60rpx;
line-height: 60rpx;
text-align: center;
font-size: 28rpx;
border: 2rpx solid #777;
border-radius: 15rpx;
}
.footBtn.data-v-d4f38c70 {
position: fixed;
width: 100%;
bottom: 0;
2025-11-25 14:21:22 +08:00
padding-top: 30rpx;
2025-11-08 16:50:26 +08:00
background: #fff;
display: flex;
justify-content: space-around;
}
.footBtn view.data-v-d4f38c70 {
color: #fff;
width: auto;
2025-11-25 14:21:22 +08:00
padding: 5px 40rpx;
2025-11-08 16:50:26 +08:00
background: #3CB383;
2025-11-25 14:21:22 +08:00
margin-bottom: 30rpx;
2025-11-08 16:50:26 +08:00
display: flex;
align-items: center;
2025-11-25 14:21:22 +08:00
border-radius: 20rpx;
2025-11-08 16:50:26 +08:00
}
.groupbtn.data-v-d4f38c70 {
display: flex;
align-items: center;
justify-content: space-between;
2025-11-25 14:21:22 +08:00
padding: 0 20rpx;
2025-11-08 16:50:26 +08:00
position: fixed;
2025-11-26 17:32:18 +08:00
bottom: 0rpx;
2025-11-08 16:50:26 +08:00
left: 0;
right: 0;
2025-11-26 17:32:18 +08:00
height: 60px;
padding-bottom: 15px;
2025-11-08 16:50:26 +08:00
z-index: 15;
background-color: #fff;
overflow: hidden;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
}
.groupbtn .subbtn.data-v-d4f38c70 {
color: #fff;
width: 40%;
text-align: center;
2025-11-25 14:21:22 +08:00
border-radius: 20rpx;
2025-11-08 16:50:26 +08:00
height: 35px;
line-height: 35px;
background-color: #f0ae43;
}
2025-11-25 14:21:22 +08:00
.groupbtn .left.data-v-d4f38c70 {
2025-11-26 17:32:18 +08:00
width: 110px;
2025-11-25 14:21:22 +08:00
display: flex;
align-items: center;
}
2025-11-26 17:32:18 +08:00
.groupbtn .left .che.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
width: 80rpx;
height: 80rpx;
2025-11-08 16:50:26 +08:00
position: relative;
}
2025-11-26 17:32:18 +08:00
.groupbtn .left .che text.data-v-d4f38c70 {
2025-11-08 16:50:26 +08:00
position: absolute;
2025-11-25 14:21:22 +08:00
height: 30rpx;
2025-11-08 16:50:26 +08:00
background: red;
2025-11-25 14:21:22 +08:00
width: 30rpx;
2025-11-08 16:50:26 +08:00
border-radius: 50%;
display: inline-block;
color: #fff;
2025-11-25 14:21:22 +08:00
line-height: 30rpx;
2025-11-08 16:50:26 +08:00
text-align: center;
2025-11-25 14:21:22 +08:00
font-size: 24rpx;
2025-11-08 16:50:26 +08:00
right: 0;
top: 5px;
}
2025-11-26 17:32:18 +08:00
.groupbtn .left .che image.data-v-d4f38c70,
.groupbtn .left .che .t-icon.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
width: 100%;
height: 100%;
2025-11-08 16:50:26 +08:00
border-radius: 50%;
}
2025-11-26 17:32:18 +08:00
.groupbtn .left .type image.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
width: 15px;
height: 15px;
}
2025-11-26 17:32:18 +08:00
.groupbtn .mic-icon.data-v-d4f38c70 {
color: #fff;
width: calc(100% - 120px);
padding: 8px 0;
background: #3CB383;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20rpx;
}
2025-11-08 16:50:26 +08:00
.wrapper .box.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
top: 40px;
2025-11-08 16:50:26 +08:00
background-color: #dfdfdf;
}
.wrapper .box-info.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
border-radius: 20rpx;
padding: 20rpx;
2025-11-08 16:50:26 +08:00
background-color: #fff;
}
.wrapper .box-info .val.data-v-d4f38c70 {
display: flex;
justify-content: center;
align-items: center;
width: 70%;
padding: 30rpx 0;
border-radius: 20rpx;
background-color: #F8F8F8;
2025-11-25 14:21:22 +08:00
margin: 30rpx auto;
2025-11-08 16:50:26 +08:00
}
.wrapper .box-info .val input.data-v-d4f38c70 {
border-bottom: 1px soild #fff;
}
.wrapper .box-info .val .unit.data-v-d4f38c70 {
width: auto;
display: inline-block;
padding: 10rpx;
margin-left: 30rpx;
font-size: 28rpx;
color: #fff;
border-radius: 8rpx;
background-color: #F0AE43;
}
.wrapper .foodItem.data-v-d4f38c70 {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 10rpx;
}
.wrapper .foodItem .more.data-v-d4f38c70 {
padding: 6rpx 10rpx;
border-radius: 12rpx;
color: #fff;
background-color: #f0ae43;
}
.wrapper .foodItem .more image.data-v-d4f38c70 {
width: 50rpx;
height: 50rpx;
}
.wrapper .foodItem .left.data-v-d4f38c70 {
width: 65%;
display: flex;
align-items: center;
}
.wrapper .foodItem .left image.data-v-d4f38c70 {
width: 90rpx;
height: 90rpx;
2025-11-25 14:21:22 +08:00
border-radius: 50%;
border: 1px solid #f7f7f7;
2025-11-08 16:50:26 +08:00
}
.wrapper .foodItem .left .info.data-v-d4f38c70 {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 30rpx;
}
.wrapper .foodItem .left .info .name.data-v-d4f38c70 {
font-size: 26rpx;
color: #333;
text-align: left;
margin-bottom: 10rpx;
}
.wrapper .foodItem .left .info .kcal.data-v-d4f38c70 {
font-size: 24rpx;
color: #666;
}
.wrapper .foodInfo.data-v-d4f38c70 {
display: flex;
justify-content: space-around;
margin-top: 30rpx;
box-sizing: border-box;
}
.wrapper .foodInfo .foodInfoItem.data-v-d4f38c70 {
display: flex;
flex-direction: column;
align-items: center;
}
.wrapper .foodInfo .foodInfoItem .name.data-v-d4f38c70 {
display: flex;
align-items: center;
font-size: 24rpx;
color: #8F8F8F;
}
.wrapper .foodInfo .foodInfoItem .name .color.data-v-d4f38c70 {
width: 6rpx;
height: 20rpx;
margin-right: 10rpx;
border-radius: 3rpx;
}
.wrapper .foodInfo .foodInfoItem .value.data-v-d4f38c70 {
font-size: 28rpx;
margin-top: 10rpx;
}
.wrapper .blue-tooth.data-v-d4f38c70 {
margin-top: 10rpx;
}
.wrapper .foodDetail.data-v-d4f38c70 {
background: #fff;
2025-11-25 14:21:22 +08:00
border-radius: 20rpx;
margin-top: 20rpx;
2025-11-08 16:50:26 +08:00
}
.wrapper .foodContent.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
padding: 0 10rpx 30rpx;
margin-top: 0;
2025-11-08 16:50:26 +08:00
}
.wrapper .foodContent .title.data-v-d4f38c70 {
margin-left: 0;
}
.wrapper .foodContent .progress.data-v-d4f38c70 {
justify-content: space-between;
}
.wrapper .foodContent .progress .info.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
width: calc(100% - 280rpx);
2025-11-08 16:50:26 +08:00
}
.wrapper .foodContent .progress .info .info-item.data-v-d4f38c70 {
display: flex;
align-items: center;
margin-top: 20rpx;
2025-11-25 14:21:22 +08:00
justify-content: space-between;
width: 100%;
}
.wrapper .foodContent .progress .info .info-item .weight.data-v-d4f38c70 {
color: #f7f7f7;
background: none;
padding: 0;
}
.wrapper .foodContent .progress .info .info-item .weight text.data-v-d4f38c70 {
display: inline-block;
width: 30px;
margin: 0 10rpx;
color: #666;
}
.wrapper .foodContent .progress .info .info-item .name.data-v-d4f38c70 {
text-align: left;
font-size: 28rpx;
font-weight: 500;
2025-11-08 16:50:26 +08:00
}
.wrapper .foodContent .progress .info .info-item .color.data-v-d4f38c70 {
width: 6rpx;
height: 20rpx;
margin-right: 10rpx;
border-radius: 3rpx;
2025-11-25 14:21:22 +08:00
display: inline-block;
2025-11-08 16:50:26 +08:00
}
.wrapper .foodContent .tips.data-v-d4f38c70 {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #f1f1f1;
padding: 16rpx 0;
font-size: 24rpx;
margin-top: 10rpx;
}
.wrapper .foodContent .foodDetailList.data-v-d4f38c70 {
margin-top: 10rpx;
}
.wrapper .foodContent .foodDetailList .foodDetailItem.data-v-d4f38c70 {
display: flex;
justify-content: space-between;
padding: 20rpx 0;
box-sizing: border-box;
}
.wrapper .foodContent .foodDetailList .foodDetailItem .name.data-v-d4f38c70 {
width: 70%;
font-size: 24rpx;
color: #777;
text-align: left;
}
.wrapper .foodContent .foodDetailList .foodDetailItem .val.data-v-d4f38c70 {
width: 30%;
font-size: 24rpx;
font-weight: 700;
color: #333;
text-align: right;
}
.wrapper .icon-error.data-v-d4f38c70 {
position: absolute;
2025-11-25 14:21:22 +08:00
right: 20rpx;
top: -34rpx;
2025-11-08 16:50:26 +08:00
background: #fff;
2025-11-25 14:21:22 +08:00
font-size: 60rpx;
width: 60rpx;
height: 60rpx;
2025-11-08 16:50:26 +08:00
border-radius: 50%;
}
.wrapper .box2.data-v-d4f38c70 {
left: 0;
right: 0;
height: 55%;
bottom: 0;
background-color: #fff;
overflow: scroll;
position: absolute;
2025-11-25 14:21:22 +08:00
padding: 20rpx;
2025-11-08 16:50:26 +08:00
}
2025-11-25 14:21:22 +08:00
.wrapper .box2 .left.data-v-d4f38c70 {
width: 80px;
background: #dfdfdf;
position: absolute;
left: 0;
top: 0;
bottom: 75px;
display: flex;
flex-direction: column;
2025-11-08 16:50:26 +08:00
}
2025-11-25 14:21:22 +08:00
.wrapper .box2 .left view.data-v-d4f38c70 {
height: 25%;
display: flex;
align-items: center;
justify-content: center;
2025-11-08 16:50:26 +08:00
}
2025-11-25 14:21:22 +08:00
.wrapper .box2 .left .active.data-v-d4f38c70 {
background-color: #fff;
2025-11-08 16:50:26 +08:00
}
.wrapper .box2 .list.data-v-d4f38c70 {
margin-bottom: 90px;
2025-11-25 14:21:22 +08:00
width: calc(100% - 80px);
margin-left: 80px;
}
.wrapper .box2 .list .length.data-v-d4f38c70 {
width: 100%;
height: 30px;
line-height: 30px;
margin-top: -5px;
}
.wrapper .box2 .list .item.data-v-d4f38c70 {
2025-11-26 17:32:18 +08:00
width: 100%;
2025-11-25 14:21:22 +08:00
height: 45px;
2025-11-26 17:32:18 +08:00
display: flex;
2025-11-25 14:21:22 +08:00
position: relative;
2025-11-26 17:32:18 +08:00
align-items: center;
justify-content: space-between;
2025-11-25 14:21:22 +08:00
border-bottom: 1px solid #f7f7f7;
}
2025-11-26 17:32:18 +08:00
.wrapper .box2 .list .item .item-left.data-v-d4f38c70 {
width: 80%;
display: flex;
align-items: center;
}
.wrapper .box2 .list .item .item-left image.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
width: 90rpx;
height: 90rpx;
border-radius: 50%;
border: 1px solid #f7f7f7;
}
2025-11-26 17:32:18 +08:00
.wrapper .box2 .list .item .item-left .name.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
display: flex;
flex-direction: column;
margin-left: 10px;
2025-11-26 17:32:18 +08:00
height: 40px;
2025-11-25 14:21:22 +08:00
justify-content: space-between;
}
2025-11-26 17:32:18 +08:00
.wrapper .box2 .list .item .item-left .name text.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
width: 100%;
}
2025-11-26 17:32:18 +08:00
.wrapper .box2 .list .item .item-left .weight.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
font-size: 24rpx;
color: #999;
}
.wrapper .box2 .list .icon-ashbin.data-v-d4f38c70 {
position: absolute;
right: 10px;
top: 15px;
color: red !important;
font-size: 18px !important;
2025-11-08 16:50:26 +08:00
}
.btn.data-v-d4f38c70 {
color: #fff;
width: 60%;
margin: auto;
background-color: #f0ae43;
}
.button-container.data-v-d4f38c70 {
position: absolute;
2025-11-25 14:21:22 +08:00
top: 20rpx;
right: 30rpx;
font-size: 40rpx;
2025-11-08 16:50:26 +08:00
}
.button-container image.data-v-d4f38c70 {
2025-11-25 14:21:22 +08:00
width: 50rpx;
height: 50rpx;
}
.footBtn.data-v-d4f38c70 {
position: fixed;
width: 100%;
bottom: 0px;
padding-bottom: 30rpx;
padding-top: 30rpx;
background: #fff;
display: flex;
z-index: 99;
justify-content: space-around;
}
.footBtn view.data-v-d4f38c70 {
color: #fff;
width: 80%;
padding: 8px 40rpx;
background: #3CB383;
margin-bottom: 30rpx;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20rpx;
2025-11-08 16:50:26 +08:00
}