| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 | /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * *//** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 *//* 颜色变量 *//* 行为相关颜色 *//* 文字基本颜色 *//* 背景颜色 *//* 边框颜色 *//* 尺寸变量 *//* 文字尺寸 *//* 图片尺寸 *//* Border Radius *//* 水平间距 *//* 垂直间距 *//* 透明度 *//* 文章场景相关 */.page-bg.data-v-de8354c5 {  width: 100%;  height: 458rpx;  background: var(--ac2cc216) no-repeat;  background-size: 100% 100%;}.header.data-v-de8354c5 {  width: 710rpx;  height: 330rpx;  margin: -276rpx auto 0 auto;  border-radius: 14rpx;  overflow: hidden;}.header swiper.data-v-de8354c5 {  height: 330rpx !important;  border-radius: 14rpx;  overflow: hidden;}.header image.data-v-de8354c5 {  width: 100%;  height: 100%;  border-radius: 14rpx;  overflow: hidden;}.header image img.data-v-de8354c5 {  border-radius: 14rpx;}.time-icon.data-v-de8354c5 {  width: 75rpx;  height: 70rpx;}.time-list.data-v-de8354c5 {  width: 596rpx;  white-space: nowrap;}.time-list .item.data-v-de8354c5 {  display: inline-block;  font-size: 20rpx;  color: #666;  text-align: center;  box-sizing: border-box;  margin-right: 30rpx;  width: 130rpx;}.time-list .item .time.data-v-de8354c5 {  font-size: 36rpx;  font-weight: 600;  color: #333;}.time-list .item.active .time.data-v-de8354c5 {  color: var(--ui-BG-Main);}.time-list .item.active .status.data-v-de8354c5 {  height: 30rpx;  line-height: 30rpx;  border-radius: 15rpx;  width: 128rpx;  background: linear-gradient(90deg, var(--ui-BG-Main) 0%, var(--ui-BG-Main-gradient) 100%);  color: #fff;}.list-content.data-v-de8354c5 {  position: relative;  z-index: 3;  margin: 0 20rpx 0 20rpx;  background: #fff;  border-radius: 20rpx 20rpx 0 0;}.list-content .content-header.data-v-de8354c5 {  width: 100%;  border-radius: 20rpx 20rpx 0 0;  height: 150rpx;  background: linear-gradient(180deg, #fff4f7, #ffe6ec);}.list-content .content-header .content-header-box.data-v-de8354c5 {  width: 678rpx;  height: 64rpx;  background: rgba(255, 255, 255, 0.66);  border-radius: 32px;}.list-content .content-header .content-header-box .countdown-title.data-v-de8354c5 {  font-size: 28rpx;  font-weight: 500;  color: #333333;  line-height: 28rpx;}.list-content .content-header .content-header-box .countdown-time.data-v-de8354c5 {  font-size: 28rpx;  color: rgba(237, 60, 48, 0.23);}.list-content .content-header .content-header-box .countdown-time .countdown-h.data-v-de8354c5 {  font-size: 24rpx;  font-family: OPPOSANS;  font-weight: 500;  color: #ffffff;  padding: 0 4rpx;  height: 40rpx;  background: rgba(237, 60, 48, 0.23);  border-radius: 6rpx;}.list-content .content-header .content-header-box .countdown-time .countdown-num.data-v-de8354c5 {  font-size: 24rpx;  font-family: OPPOSANS;  font-weight: 500;  color: #ffffff;  width: 40rpx;  height: 40rpx;  background: rgba(237, 60, 48, 0.23);  border-radius: 6rpx;}.list-content .scroll-box.data-v-de8354c5 {  height: 900rpx;}.list-content .scroll-box .goods-box.data-v-de8354c5 {  position: relative;}.list-content .scroll-box .goods-box .cart-btn.data-v-de8354c5 {  position: absolute;  bottom: 10rpx;  right: 20rpx;  z-index: 11;  height: 44rpx;  line-height: 50rpx;  padding: 0 20rpx;  border-radius: 25rpx;  font-size: 24rpx;  color: #fff;  background: linear-gradient(90deg, #ff6600 0%, #fe832a 100%);}.list-content .scroll-box .goods-box .cart-btn.disabled.data-v-de8354c5 {  background: #bbbbbb;  color: #fff;}.list-content .scroll-box .goods-box .limit.data-v-de8354c5 {  font-size: 22rpx;  color: #999999;  margin-bottom: 5rpx;}
 |