| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 | 
							- /**
 
-  * 这里是uni-app内置的常用样式变量
 
-  *
 
-  * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 
-  * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 
-  *
 
-  */
 
- /**
 
-  * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 
-  *
 
-  * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 
-  */
 
- /* 颜色变量 */
 
- /* 行为相关颜色 */
 
- /* 文字基本颜色 */
 
- /* 背景颜色 */
 
- /* 边框颜色 */
 
- /* 尺寸变量 */
 
- /* 文字尺寸 */
 
- /* 图片尺寸 */
 
- /* Border Radius */
 
- /* 水平间距 */
 
- /* 垂直间距 */
 
- /* 透明度 */
 
- /* 文章场景相关 */
 
- .detail-card.data-v-efe71281 {
 
-   background-color: #ffffff;
 
-   margin: 14rpx 20rpx;
 
-   border-radius: 10rpx;
 
-   overflow: hidden;
 
- }
 
- .title-card.data-v-efe71281 {
 
-   width: 710rpx;
 
-   box-sizing: border-box;
 
-   background-size: 100% 100%;
 
-   border-radius: 10rpx;
 
-   background-image: var(--9d308a56);
 
-   background-repeat: no-repeat;
 
- }
 
- .title-card .price-box .price-text.data-v-efe71281 {
 
-   font-size: 30rpx;
 
-   font-weight: 500;
 
-   color: #fff;
 
-   line-height: normal;
 
-   font-family: OPPOSANS;
 
- }
 
- .title-card .price-box .price-text.data-v-efe71281::before {
 
-   content: "¥";
 
-   font-size: 30rpx;
 
- }
 
- .title-card .origin-price.data-v-efe71281 {
 
-   font-size: 24rpx;
 
-   font-weight: 400;
 
-   color: #fff;
 
-   opacity: 0.7;
 
- }
 
- .title-card .origin-price .origin-price-text.data-v-efe71281 {
 
-   text-decoration: line-through;
 
-   font-family: OPPOSANS;
 
- }
 
- .title-card .origin-price .origin-price-text.data-v-efe71281::before {
 
-   content: "¥";
 
- }
 
- .title-card .tig.data-v-efe71281 {
 
-   border: 2rpx solid #ffffff;
 
-   border-radius: 4rpx;
 
-   width: 126rpx;
 
-   height: 38rpx;
 
- }
 
- .title-card .tig .tig-icon.data-v-efe71281 {
 
-   margin-left: -2rpx;
 
-   width: 40rpx;
 
-   height: 40rpx;
 
-   background: #ffffff;
 
-   border-radius: 4rpx 0 0 4rpx;
 
- }
 
- .title-card .tig .tig-icon .groupon-tag.data-v-efe71281 {
 
-   width: 32rpx;
 
-   height: 32rpx;
 
- }
 
- .title-card .tig .tig-title.data-v-efe71281 {
 
-   font-size: 24rpx;
 
-   font-weight: 500;
 
-   line-height: normal;
 
-   color: #ffffff;
 
-   width: 86rpx;
 
-   display: flex;
 
-   justify-content: center;
 
-   align-items: center;
 
- }
 
- .title-card .countdown-title.data-v-efe71281 {
 
-   font-size: 26rpx;
 
-   font-weight: 500;
 
-   color: #ffffff;
 
- }
 
- .title-card .countdown-time.data-v-efe71281 {
 
-   font-size: 26rpx;
 
-   font-weight: 500;
 
-   color: #ffffff;
 
- }
 
- .title-card .countdown-time .countdown-h.data-v-efe71281 {
 
-   font-size: 24rpx;
 
-   font-family: OPPOSANS;
 
-   font-weight: 500;
 
-   color: #ffffff;
 
-   padding: 0 4rpx;
 
-   height: 40rpx;
 
-   background: rgba(0, 0, 0, 0.1);
 
-   border-radius: 6rpx;
 
- }
 
- .title-card .countdown-time .countdown-num.data-v-efe71281 {
 
-   font-size: 24rpx;
 
-   font-family: OPPOSANS;
 
-   font-weight: 500;
 
-   color: #ffffff;
 
-   width: 40rpx;
 
-   height: 40rpx;
 
-   background: rgba(0, 0, 0, 0.1);
 
-   border-radius: 6rpx;
 
- }
 
- .title-card .title-text.data-v-efe71281 {
 
-   font-size: 30rpx;
 
-   font-weight: bold;
 
-   line-height: 42rpx;
 
-   color: #fff;
 
- }
 
- .title-card .subtitle-text.data-v-efe71281 {
 
-   font-size: 26rpx;
 
-   font-weight: 400;
 
-   color: #ffffff;
 
-   line-height: 42rpx;
 
-   opacity: 0.9;
 
- }
 
- .buy-box .disabled-btn-box[disabled].data-v-efe71281 {
 
-   background-color: transparent;
 
- }
 
- .buy-box .check-btn-box.data-v-efe71281 {
 
-   width: 248rpx;
 
-   height: 80rpx;
 
-   font-size: 24rpx;
 
-   font-weight: 600;
 
-   margin-left: -36rpx;
 
-   background-image: var(--54d82b7e);
 
-   background-repeat: no-repeat;
 
-   background-size: 100% 100%;
 
-   color: #ffffff;
 
-   line-height: normal;
 
-   border-radius: 0px 40rpx 40rpx 0px;
 
- }
 
- .buy-box .disabled-btn-box.data-v-efe71281 {
 
-   width: 248rpx;
 
-   height: 80rpx;
 
-   font-size: 24rpx;
 
-   font-weight: 600;
 
-   margin-left: -36rpx;
 
-   background-image: var(--1431bd3c);
 
-   background-repeat: no-repeat;
 
-   background-size: 100% 100%;
 
-   color: #999999;
 
-   line-height: normal;
 
-   border-radius: 0px 40rpx 40rpx 0px;
 
- }
 
- .buy-box .origin-price-btn.data-v-efe71281 {
 
-   width: 236rpx;
 
-   height: 80rpx;
 
-   background: rgba(255, 86, 81, 0.1);
 
-   color: #ff6000;
 
-   border-radius: 40rpx 0px 0px 40rpx;
 
-   line-height: normal;
 
-   font-size: 24rpx;
 
-   font-weight: 500;
 
- }
 
- .buy-box .origin-price-btn .btn-title.data-v-efe71281 {
 
-   font-size: 28rpx;
 
- }
 
- .buy-box .btn-price.data-v-efe71281 {
 
-   font-family: OPPOSANS;
 
- }
 
- .buy-box .btn-price.data-v-efe71281::before {
 
-   content: "¥";
 
- }
 
- .buy-box .more-item-box .more-item.data-v-efe71281 {
 
-   width: 156rpx;
 
-   height: 58rpx;
 
-   font-size: 26rpx;
 
-   font-weight: 500;
 
-   color: #999999;
 
-   border-radius: 10rpx;
 
- }
 
- .buy-box .more-item-box .more-item-hover.data-v-efe71281 {
 
-   background: rgba(255, 239, 229, 0.32);
 
-   color: #ff6000;
 
- }
 
- .groupon-box.data-v-efe71281 {
 
-   background: var(--2fee5ec0) no-repeat;
 
-   background-size: 100% 100%;
 
- }
 
- .activity-box.data-v-efe71281 {
 
-   width: 100%;
 
-   height: 80rpx;
 
-   box-sizing: border-box;
 
-   margin-bottom: 10rpx;
 
- }
 
- .activity-box .activity-title.data-v-efe71281 {
 
-   font-size: 26rpx;
 
-   font-weight: 500;
 
-   color: #ffffff;
 
-   line-height: 42rpx;
 
- }
 
- .activity-box .activity-title .activity-icon.data-v-efe71281 {
 
-   width: 38rpx;
 
-   height: 38rpx;
 
- }
 
- .activity-box .activity-go.data-v-efe71281 {
 
-   width: 70rpx;
 
-   height: 32rpx;
 
-   background: #ffffff;
 
-   border-radius: 16rpx;
 
-   font-weight: 500;
 
-   color: #ff6000;
 
-   font-size: 24rpx;
 
-   line-height: normal;
 
- }
 
- .model-box .title.data-v-efe71281 {
 
-   font-size: 36rpx;
 
-   font-weight: bold;
 
-   color: #333333;
 
- }
 
- .model-box .subtitle.data-v-efe71281 {
 
-   font-size: 26rpx;
 
-   font-weight: 500;
 
-   color: #333333;
 
- }
 
- image.data-v-efe71281 {
 
-   width: 100%;
 
-   height: 100%;
 
- }
 
 
  |