/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ /*自定义主题色 */ .content.data-v-471975a0 { position: relative; z-index: 2; height: 100%; width: 100%; top: 0; left: 0; display: flex; flex-direction: column; justify-content: space-between; } .content .content-top.data-v-471975a0 { width: 100%; margin-top: 150rpx; display: flex; align-items: center; justify-content: space-between; padding: 0 24rpx; box-sizing: border-box; } .content .content-top .sum.data-v-471975a0 { width: 80rpx; height: 52rpx; background: rgba(0, 0, 0, 0.5); border-radius: 26rpx 26rpx 26rpx 26rpx; font-size: 24rpx; color: #FFFFFF; text-align: center; line-height: 52rpx; } .content .follow-btn.data-v-471975a0 { padding: 8rpx 16rpx; background: linear-gradient(270deg, #FF5C03 0%, #FFAC64 100%); border-radius: 26rpx; font-weight: 500; font-size: 26rpx; color: #FFFFFF; } .videolist.data-v-471975a0 { position: relative; } .vedio.data-v-471975a0 { height: 100vh; /* 占屏幕高度的80% */ width: 100%; background-color: rgba(0, 0, 0, 0.6); } .videotop.data-v-471975a0 { width: 100%; height: 100%; } .popup-video.data-v-471975a0 { position: absolute; top: 30%; height: 500rpx; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; color: #fff; z-index: 9; } .popup-video .more.data-v-471975a0 { background-color: #3280fe; border-radius: 80rpx; width: 280rpx; text-align: center; height: 60rpx; line-height: 60rpx; } .icon-bg.data-v-471975a0 { background-color: rgba(255, 255, 255, 0.2); border-radius: 50%; width: 72rpx; height: 72rpx; display: flex; justify-content: center; align-items: center; transition: transform 0.2s ease; } .list.data-v-471975a0 { width: 80%; margin-bottom: 20rpx; animation: xxxawdawd-471975a0 0.2s; } @keyframes xxxawdawd-471975a0 { from { margin-top: 0rpx; opacity: 0; } to { margin-top: 20rpx; opacity: 1; } } .shop-prompt.data-v-471975a0 { position: absolute; bottom: 600rpx; left: 24rpx; padding: 6rpx 20rpx; background: rgba(230, 154, 34, 0.7); border-radius: 24rpx; z-index: 9; font-weight: 500; font-size: 26rpx; color: #FFFFFF; } .side-group.data-v-471975a0 { position: absolute; top: 30%; right: 50rpx; z-index: 9; display: flex; flex-direction: column; align-items: center; } .side-group .side-item.data-v-471975a0 { font-weight: 500; font-size: 24rpx; color: #FFFFFF; margin-bottom: 32rpx; text-align: center; } .side-group .side-item image.data-v-471975a0 { width: 72rpx; height: 72rpx; } .shoppop.data-v-471975a0 { padding: 22rpx 16rpx; } .shoppop .shoppop-top.data-v-471975a0 { display: flex; justify-content: space-between; align-items: center; padding: 0 16rpx 22rpx; } .shoppop .shoppop-top .search-input.data-v-471975a0 { width: 414rpx; height: 76rpx; background: #FFFFFF; border-radius: 36rpx; margin-left: 20rpx; padding: 0 32rpx; box-sizing: border-box; font-size: 24rpx; margin-right: 24rpx; } .shoppop .shoppop-top .search-top.data-v-471975a0 { font-size: 18rpx; color: #222222; } .shoppop .shop-list.data-v-471975a0 { overflow: hidden; } .shoppop .shop-list .list-item.data-v-471975a0 { display: flex; align-items: center; padding: 20rpx 16rpx; background: #FFFFFF; border-radius: 16rpx; margin-bottom: 16rpx; } .shoppop .shop-list .list-item .goods-img.data-v-471975a0 { width: 200rpx; height: 200rpx; border-radius: 16rpx; overflow: hidden; position: relative; margin-right: 24rpx; } .shoppop .shop-list .list-item .goods-img image.data-v-471975a0 { width: 100%; height: 100%; } .shoppop .shop-list .list-item .goods-img .goods-label.data-v-471975a0 { position: absolute; top: 0; width: 64rpx; height: 40rpx; background: rgba(0, 0, 0, 0.5); border-radius: 16rpx 0rpx 16rpx 0rpx; text-align: center; font-weight: 500; font-size: 28rpx; color: #FFFFFF; } .shoppop .shop-list .list-item .goods-right.data-v-471975a0 { flex: 1; } .shoppop .shop-list .list-item .goods-right .goods-title.data-v-471975a0 { font-weight: 500; font-size: 28rpx; color: #000000; } .shoppop .shop-list .list-item .goods-right .goods-details.data-v-471975a0 { font-size: 24rpx; color: #999999; margin: 10rpx 0 20rpx; } .shoppop .shop-list .list-item .goods-right .goods-people.data-v-471975a0 { font-size: 22rpx; color: #E69A22; height: 56rpx; } .shoppop .shop-list .list-item .goods-right .goods-shop.data-v-471975a0 { display: flex; justify-content: space-between; } .shoppop .shop-list .list-item .goods-right .goods-shop .nummber.data-v-471975a0 { color: #FF5C03; font-size: 22rpx; font-weight: 500; } .shoppop .shop-list .list-item .goods-right .goods-shop .btn-group.data-v-471975a0 { text-align: center; line-height: 56rpx; } .shoppop .shop-list .list-item .goods-right .goods-shop .btn-group .collect-btn.data-v-471975a0 { width: 72rpx; background: #F5F7FA; border-radius: 8rpx 0rpx 0rpx 8rpx; } .shoppop .shop-list .list-item .goods-right .goods-shop .btn-group .shop-btn.data-v-471975a0 { width: 152rpx; background: linear-gradient(270deg, #FF5C03 0%, #FFAC64 100%); border-radius: 0rpx 8rpx 8rpx 0rpx; font-weight: 500; font-size: 26rpx; color: #FFFFFF; } .data-v-471975a0 .u-list-item { width: 100%; display: flex; align-items: center; }