@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* crmeb颜色变量 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .goodsList { padding: 0 30rpx; } .goodsList .item { width: 100%; box-sizing: border-box; margin-bottom: 63rpx; } .goodsList .item .pictrue { width: 140rpx; height: 140rpx; border-radius: 10rpx; position: relative; border-radius: 22rpx; } .goodsList .item .pictrue image { width: 100%; height: 100%; border-radius: 22rpx; } .goodsList .item .pictxt { width: 372rpx; } .goodsList .item .pictxt .text { font-size: 26rpx; font-family: PingFang SC; font-weight: 500; color: #333333; } .goodsList .item .pictxt .bottom { margin-top: 22rpx; } .goodsList .item .pictxt .bottom .money { font-size: 34rpx; font-weight: 800; } .goodsList .item .pictxt .bottom .money .sign { font-size: 24rpx; } .goodsList .item .pictxt .bottom .money .y_money { font-size: 20rpx; color: #999999; margin-left: 14rpx; font-weight: normal; text-decoration: line-through; } .goodsList .item .pictxt .bottom .money .vip { font-size: 22rpx; color: #333333; font-weight: normal; margin-left: 14rpx; } .goodsList .item .pictxt .bottom .money .vip image { width: 38rpx; height: 18rpx; margin-right: 6rpx; } .goodsList .item .pictxt .bottom .cart { height: 46rpx; } .goodsList .item .pictxt .bottom .cart .pictrue { color: var(--view-theme); font-size: 46rpx; width: 46rpx; height: 46rpx; text-align: center; line-height: 46rpx; } .goodsList .item .pictxt .bottom .cart .pictrue.icon-jiahao { color: var(--view-theme); } .goodsList .item .pictxt .bottom .cart .num { font-size: 30rpx; color: #333333; font-weight: bold; width: 60rpx; text-align: center; } .goodsList .item .pictxt .bottom .icon-gouwuche6 { width: 46rpx; height: 46rpx; background-color: var(--view-theme); border-radius: 50%; color: #fff; font-size: 30rpx; } .goodsList .item .pictxt .bottom .bnt { padding: 0 20rpx; height: 45rpx; background: var(--view-theme); border-radius: 23rpx; font-size: 22rpx; color: #fff; position: relative; } .goodsList .item .pictxt .bottom .bnt.end { background: #cccccc; } .goodsList .item .pictxt .bottom .bnt .num { min-width: 14rpx; background-color: #fff; color: var(--view-theme); border-radius: 15px; position: absolute; right: -13rpx; top: -11rpx; font-size: 16rpx; padding: 0 10rpx; border: 1px solid var(--view-theme); }