@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .groupNumber { font-size: 24rpx; color: #888; } .groupNumber .icon-icon { font-size: 24rpx; display: inline; } /* .groupNumber text{margin: 0 2rpx} */ .progressBarBox { position: absolute; right: 0; bottom: 0rpx; margin-bottom: -20rpx; color: #888; font-size: 24rpx; margin-right: 20rpx; } .u-progressBar { display: inline-block; width: 140rpx; height: 20rpx; background-color: #d5d5d5; border-radius: 20rpx; overflow: hidden; } .u-progressBar-cont { height: 20rpx; background-color: #ffc001; } .u-progressBar-text { line-height: 25rpx; } .m-product-price .u-btn { padding: 0 10rpx; margin: 0 20rpx; float: right; font-size: 24rpx; line-height: 50rpx; margin-top: 10rpx; } .m-product-GP { height: 270rpx; } .m-product-GP .m-product-img { height: 270rpx; width: 270rpx; } .m-product-GP .m-product-price { line-height: 28rpx; font-size: 40rpx; } .m-product-GP .m-product-info { height: 270rpx; width: 480rpx; position: relative; } .u-del-price { color: #888888; font-size: 20rpx; text-decoration: line-through; } .icon-box { display: flex; align-items: center; background-color: #fff; padding: 20rpx; margin-top: 20rpx; position: relative; } .icon-box image { width: 80rpx; height: 80rpx; } .icon-box image { margin-right: 32rpx; } .icon-box-title { font-weight: 400; color: #db384b; } .icon-box-desc { margin-top: 12rpx; font-size: 24rpx; color: #888; } .icon-box icon { margin-right: 10rpx; } .m-media-box-bd text { margin-left: 10rpx; } .m-media-box-info { color: #888; } .u-time-show { position: absolute; width: 280rpx; height: 80rpx; border: 1rpx solid #f30213; left: 50%; bottom: 0; margin-left: -140rpx; border-radius: 80rpx; margin-bottom: -60rpx; z-index: 2; background-color: #fff; box-shadow: 0px 0rpx 10rpx rgba(0, 0, 0, 0.35); line-height: 80rpx; text-align: center; } .u-time-show label { font-size: 24rpx; } .u-time-show text { color: #f30213 !important; } /*底部按钮 start*/ .m-footer-btn { height: 100rpx; width: 100%; position: fixed; bottom: 0; left: 0; background-color: #fff; text-align: center; z-index: 3; } .m-footer-btn-main { width: 50%; height: 100%; float: left; background-color: #f30213; color: #fff; line-height: 100rpx; font-size: 32rpx; } .m-footer-desable { -webkit-filter: grayscale(1); filter: grayscale(1); } .m-now { background-color: #ffc001; } /*底部按钮 end*/ /*团长标签*/ .u-fg-label { display: inline-block; font-size: 24rpx; color: #888; padding-right: 20rpx; color: #f30213; } .u-fg-label label { color: yellow; font-size: 28rpx; } .m-media-box-thumb { border-radius: 100%; } .icon-box image { border-radius: 100%; } /*团长标签*/ /* .u-btn { padding:0 10rpx; width:200rpx; font-size:24rpx; line-height:50rpx; background-color:$default-skin-bg; color:#fff; position: absolute; right: 20rpx; top:54rpx; } */ .m-product-list { background: #fff; overflow: hidden; } .m-product-name { height: 116rpx; } .headPhoto { overflow: hidden; display: flex; width: 90%; margin: 20rpx auto; justify-content: center; } .personPhoto { position: relative; margin: 0.2%; } .photo-icon { position: absolute; width: 52rpx; height: 36rpx; top: -6rpx; left: -10rpx; } .photo { width: 68rpx; height: 68rpx; border-radius: 50%; border: 4rpx solid sandybrown; margin-top: 8rpx; margin-left: 2rpx; margin-right: 2rpx; } .photo-bg { width: 76rpx; height: 76rpx; border-radius: 50%; margin-top: 8rpx; } .m-product-info::before { border: none; } .time text { color: #db384c; } .surplus { display: flex; justify-content: center; font-size: 30rpx; margin: 20rpx 0; align-items: center; } .link { display: flex; justify-content: space-around; background: #fff; margin-top: 20rpx; } .nav { flex: 1; display: flex; flex-flow: column; justify-content: center; align-items: center; height: 200rpx; } .nav-img { width: 80rpx; height: 80rpx; } .nav text { margin-top: 20rpx; font-size: 24rpx; color: #333; } .isSucces { position: absolute; right: 30rpx; bottom: 10rpx; } .isSucces image { width: 150rpx; height: 150rpx; } .rule { padding: 20rpx; background: #fff; margin-top: 20rpx; } .rule-header { font-size: 32rpx; color: #333; margin-bottom: 20rpx; } .rule-content { font-size: 24rpx; color: #777777; }