活动按钮状态流转

This commit is contained in:
2026-03-25 15:53:37 +08:00
commit 37346e790f
2762 changed files with 240282 additions and 0 deletions

View File

@@ -0,0 +1,88 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.component-modal-quantity.data-v-673bc955 {
position: relative;
z-index: 999;
}
.component-modal-quantity .modal-box.data-v-673bc955 {
background: #FFFFFF;
border-radius: 20rpx 20rpx 0 0;
width: 100vw;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
.component-modal-quantity .modal-box .modal-content.data-v-673bc955 {
padding: 64rpx 48rpx;
}
.component-modal-quantity .modal-box .modal-content .content-title.data-v-673bc955 {
color: #000;
font-size: 32rpx;
line-height: 44rpx;
}
.component-modal-quantity .modal-box .modal-content .content-select.data-v-673bc955 {
margin-left: 24rpx;
}
.component-modal-quantity .modal-box .modal-content .content-select .select-btn.data-v-673bc955 {
width: 40rpx;
height: 40rpx;
border-radius: 50%;
background: var(--theme-color);
overflow: hidden;
}
.component-modal-quantity .modal-box .modal-content .content-select .select-btn.disabled.data-v-673bc955 {
opacity: 0.5;
}
.component-modal-quantity .modal-box .modal-content .content-select .select-btn .icon.data-v-673bc955 {
width: 100%;
height: 100%;
}
.component-modal-quantity .modal-box .modal-content .content-select .select-number.data-v-673bc955 {
color: #000;
font-size: 28rpx;
line-height: 48rpx;
height: 48rpx;
border-radius: 10rpx;
background: #F2F2F2;
padding: 0 16rpx;
text-align: center;
width: 120rpx;
box-sizing: border-box;
margin: 0 20rpx;
}
.component-modal-quantity .modal-box .modal-footer.data-v-673bc955 {
padding: 16rpx 24rpx;
border-top: 1px solid #ccc;
}
.component-modal-quantity .modal-box .modal-footer .footer-btn.data-v-673bc955 {
color: #FFF;
text-align: center;
font-size: 28rpx;
line-height: 40rpx;
padding: 20rpx 32rpx;
border-radius: 40rpx;
background: var(--theme-color);
}