/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page.data-v-7572db9c, .page-app.data-v-7572db9c { background-color: #e93323 !important; } .font-color.data-v-7572db9c { color: red; } .mr9.data-v-7572db9c { margin-right: 9rpx; } .swipers.data-v-7572db9c { height: 100%; width: 76%; margin: auto; overflow: hidden; font-size: 22rpx; color: #fff; } .swipers image.data-v-7572db9c { width: 24rpx; height: 24rpx; border-radius: 50%; overflow: hidden; } .swipers swiper.data-v-7572db9c { height: 100%; width: 100%; overflow: hidden; } .swipers .line1.data-v-7572db9c { width: 195rpx; } .bargain-list .icon-xiangzuo.data-v-7572db9c { font-size: 40rpx; color: #fff; position: fixed; left: 30rpx; z-index: 99; transform: translateY(-20%); height: 100%; } .bargain-list .header.data-v-7572db9c { /* TODO 非繁人:此处原来采用base64 但是过长编辑到小程序卡死 目前采用网络地址 需解决 */ background-image: url("https://huizhizao-1314830814.cos.ap-shanghai.myqcloud.com/huizhizao-1314830814/bdc8a9210710b83bcd88a14703f440fc7091792706b5cb71b54361488a547298.png"); babackground-repeat: no-repeat; background-size: 100% 100%; width: 750rpx; height: 420rpx; } .bargain-list .header .acea-row.data-v-7572db9c { height: 50rpx; line-height: 50rpx; left: 50rpx; } .bargain-list .header .acea-row .nickName.data-v-7572db9c { width: 65rpx; overflow: hidden; white-space: nowrap; } .bargain-list .header .pic.data-v-7572db9c { width: 478rpx; height: 50rpx; margin: 0 auto; /* TODO 非繁人:此处原来是本地地址小程序不支持,需改为线上 */ background-image: url("https://huizhizao-1314830814.cos.ap-shanghai.myqcloud.com/huizhizao-1314830814/d111ac53e1390618f22fcc03e415bcd584b3f409ae52421aef95c2ab9b02aa30.png"); babackground-repeat: no-repeat; background-size: 100% 100%; } .bargain-list .header .tit.data-v-7572db9c { color: #FFFFFF; font-size: 24rpx; font-weight: 400; text-align: center; margin-top: 304rpx; } .bargain-list .list.data-v-7572db9c { padding: 0 30rpx; } .bargain-list .list .item.data-v-7572db9c { position: relative; height: 250rpx; background-color: #fff; border-radius: 14rpx; margin-bottom: 20rpx; padding: 30rpx 25rpx; } .bargain-list .list .item .pictrue.data-v-7572db9c { width: 190rpx; height: 190rpx; } .bargain-list .list .item .pictrue image.data-v-7572db9c { width: 100%; height: 100%; border-radius: 14rpx; } .bargain-list .list .item .text.data-v-7572db9c { width: 432rpx; font-size: 28rpx; color: #333333; } .bargain-list .list .item .text .txt.data-v-7572db9c { font-size: 22rpx; margin-left: 4rpx; color: #666666; line-height: 36rpx; } .bargain-list .list .item .text .name.data-v-7572db9c { width: 100%; height: 68rpx; line-height: 36rpx; font-size: 28rpx; margin-bottom: 26rpx; } .bargain-list .list .item .text .num.data-v-7572db9c { font-size: 26rpx; color: #999; } .bargain-list .list .item .text .num .iconfont.data-v-7572db9c { font-size: 35rpx; margin-right: 7rpx; } .bargain-list .list .item .text .money.data-v-7572db9c { font-size: 24rpx; font-weight: bold; } .bargain-list .list .item .text .money .price.data-v-7572db9c { font-size: 38rpx; } .bargain-list .list .item .cutBnt.data-v-7572db9c { position: absolute; width: 162rpx; height: 52rpx; border-radius: 50rpx; font-size: 24rpx; color: #fff; text-align: center; line-height: 52rpx; right: 24rpx; bottom: 30rpx; background: linear-gradient(90deg, #FF7931 0%, #E93323 100%); } .bargain-list .list .item .cutBnt .iconfont.data-v-7572db9c { margin-right: 8rpx; font-size: 30rpx; } .bargain-list .list .load.data-v-7572db9c { font-size: 24rpx; height: 85rpx; text-align: center; line-height: 85rpx; }