| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 | /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * *//** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 *//* 颜色变量 *//* 行为相关颜色 *//* 文字基本颜色 *//* 背景颜色 *//* 边框颜色 *//* 尺寸变量 *//* 文字尺寸 *//* 图片尺寸 *//* Border Radius *//* 水平间距 *//* 垂直间距 *//* 透明度 *//* 文章场景相关 */.page-bg.data-v-628ec892 {  width: 100%;  height: 458rpx;  margin-top: -88rpx;  background: var(--958cfdc2) no-repeat;  background-size: 100% 100%;}.list-content.data-v-628ec892 {  position: relative;  z-index: 3;  margin: -190rpx 20rpx 0 20rpx;  background: #fff;  border-radius: 20rpx 20rpx 0 0;}.list-content .content-header.data-v-628ec892 {  width: 100%;  border-radius: 20rpx 20rpx 0 0;  height: 100rpx;  background: linear-gradient(180deg, #fff4f7, #ffe4d1);}.list-content .content-header .content-header-title.data-v-628ec892 {  width: 100%;  font-size: 30rpx;  font-weight: 500;  color: #ff2923;  line-height: 30rpx;  position: relative;}.list-content .content-header .content-header-title .more.data-v-628ec892 {  position: absolute;  right: 30rpx;  top: 0;  font-size: 24rpx;  font-weight: 400;  color: #999999;  line-height: 30rpx;}.list-content .content-header .content-header-title .picture.data-v-628ec892 {  display: inline-table;}.list-content .content-header .content-header-title .avatar.data-v-628ec892 {  width: 38rpx;  height: 38rpx;  display: inline-table;  vertical-align: middle;  -webkit-user-select: none;  user-select: none;  border-radius: 50%;  background-repeat: no-repeat;  background-size: cover;  background-position: 0 0;  margin-right: -10rpx;  box-shadow: 0 0 0 1px #fe832a;}.list-content .content-header .content-header-title .pic_count.data-v-628ec892 {  margin-left: 30rpx;  font-size: 22rpx;  font-weight: 500;  width: auto;  height: auto;  background: linear-gradient(90deg, #ff6600 0%, #fe832a 100%);  color: #ffffff;  border-radius: 19rpx;  padding: 4rpx 14rpx;}.list-content .content-header .content-header-title .mengceng.data-v-628ec892 {  width: 40rpx;  height: 40rpx;  line-height: 36rpx;  background: rgba(51, 51, 51, 0.6);  text-align: center;  border-radius: 50%;  opacity: 1;  position: absolute;  left: -2rpx;  color: #fff;  top: 2rpx;}.list-content .content-header .content-header-title .mengceng i.data-v-628ec892 {  font-style: normal;  font-size: 20rpx;}.list-content .scroll-box.data-v-628ec892 {  height: 900rpx;}.list-content .scroll-box .goods-box.data-v-628ec892 {  position: relative;}.list-content .scroll-box .goods-box .cart-btn.data-v-628ec892 {  position: absolute;  bottom: 10rpx;  right: 20rpx;  z-index: 11;  height: 50rpx;  line-height: 50rpx;  padding: 0 20rpx;  border-radius: 25rpx;  font-size: 24rpx;  color: #fff;  background: linear-gradient(90deg, #ff6600 0%, #fe832a 100%);}
 |