@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
/* start--主题色--start */
|
/* end--主题色--end */
|
page.data-v-49cb8a86 {
|
background-color: #f2f2f2;
|
}
|
.index-team .banner.data-v-49cb8a86 {
|
position: absolute;
|
width: 100%;
|
z-index: 0;
|
min-height: 167rpx;
|
/* padding-bottom: 60rpx; */
|
background-repeat: no-repeat;
|
background-size: 100%;
|
top: 0;
|
}
|
.index-team .banner image.data-v-49cb8a86 {
|
width: 100%;
|
}
|
.no-team.data-v-49cb8a86 {
|
margin-top: 290rpx;
|
position: relative;
|
background: #fff;
|
border-radius: 30rpx 30rpx 0 0;
|
}
|
.no-team-img.data-v-49cb8a86 {
|
padding-top: 60rpx;
|
}
|
.no-team-img image.data-v-49cb8a86 {
|
width: 300rpx;
|
}
|
.team-wrap.data-v-49cb8a86 {
|
border-radius: 12rpx;
|
background-position: -8px 52rpx;
|
background-size: 100% 100%;
|
background-image: radial-gradient(circle at 8px, transparent 0%, transparent 8px, #ffffff 8px, #ffffff 100%);
|
padding: 31rpx 25rpx 36rpx 25rpx;
|
}
|
.index-team .team-wrap .iconfont.data-v-49cb8a86 {
|
font-size: 60rpx;
|
}
|
.index-team .btn-gcred.data-v-49cb8a86 {
|
height: 88rpx;
|
line-height: 88rpx;
|
border-radius: 44rpx;
|
}
|
.index-team .btn-gray.data-v-49cb8a86 {
|
height: 88rpx;
|
line-height: 88rpx;
|
border-radius: 44rpx;
|
}
|
.reg180.data-v-49cb8a86 {
|
padding-right: 20rpx;
|
text-align: right;
|
-webkit-transform: rotateY(180deg);
|
transform: rotateY(180deg);
|
position: absolute;
|
bottom: 0;
|
}
|
.icon-jiantou.data-v-49cb8a86 {
|
color: #FFFFFF;
|
font-size: 30rpx;
|
}
|
.head_top.data-v-49cb8a86 {
|
position: absolute;
|
width: 100%;
|
height: 30px;
|
line-height: 30px;
|
color: #FFFFFF;
|
font-size: 32rpx;
|
z-index: 2;
|
}
|
.top_dash.data-v-49cb8a86 {
|
border-bottom: 1rpx dashed #D9D9D9;
|
padding-bottom: 9px;
|
}
|
.team_index_img.data-v-49cb8a86 {
|
width: 90rpx;
|
height: 90rpx;
|
}
|
/* 商品列表样式 */
|
.section-product .item.data-v-49cb8a86 {
|
margin: 0 26rpx;
|
display: flex;
|
align-items: center;
|
padding-bottom: 29rpx;
|
padding-top: 29rpx;
|
}
|
.section-product .cover.data-v-49cb8a86 {
|
width: 150rpx;
|
height: 150rpx;
|
border-radius: 8px;
|
}
|
.section-product .info.data-v-49cb8a86 {
|
flex: 1;
|
padding-left: 30rpx;
|
box-sizing: border-box;
|
overflow: hidden;
|
}
|
.section-product .title.data-v-49cb8a86 {
|
width: 100%;
|
font-size: 26rpx;
|
display: -webkit-box;
|
overflow: hidden;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
}
|
.vender .list .describe.data-v-49cb8a86 {
|
width: 100%;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
.section-product .describe.data-v-49cb8a86 {
|
margin-top: 20rpx;
|
font-size: 24rpx;
|
color: #999999;
|
display: -webkit-box;
|
-webkit-box-orient: vertical;
|
-webkit-line-clamp: 3;
|
overflow: hidden;
|
}
|
.section-product .price.data-v-49cb8a86 {
|
color: #F6220C;
|
font-size: 24rpx;
|
}
|
.section-product .price .num.data-v-49cb8a86 {
|
padding: 0 4rpx;
|
font-size: 32rpx;
|
}
|
.section-product .level-box.data-v-49cb8a86 {
|
margin-top: 20rpx;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
.section-product .level-box .key.data-v-49cb8a86 {
|
font-size: 24rpx;
|
color: #999999;
|
}
|
.section-product .level-box .num-wrap.data-v-49cb8a86 {
|
display: flex;
|
justify-content: flex-end;
|
align-items: center;
|
}
|
.section-product .level-box .icon-box.data-v-49cb8a86 {
|
width: 33rpx;
|
height: 33rpx;
|
border: 1px solid #c5c5c5;
|
background: #f2f2f2;
|
}
|
.section-product .level-box .icon-box .gray.data-v-49cb8a86 {
|
color: #cccccc;
|
}
|
.section-product .level-box .icon-box .gray3.data-v-49cb8a86 {
|
color: #333333;
|
}
|
.section-product .level-box .text-wrap.data-v-49cb8a86 {
|
margin: 0 20rpx;
|
height: 33rpx;
|
border: none;
|
background: none;
|
}
|
.section-product .level-box .text-wrap input.data-v-49cb8a86 {
|
padding: 0 4rpx;
|
height: 33rpx;
|
line-height: 1;
|
width: 40rpx;
|
font-size: 32rpx;
|
text-align: center;
|
display: flex;
|
align-items: center;
|
min-height: 33rpx;
|
}
|
.section-product .icon-jiantou.data-v-49cb8a86 {
|
color: #999;
|
}
|
.user-info .photo.data-v-49cb8a86,
|
.user-info .photo image.data-v-49cb8a86 {
|
width: 50rpx;
|
height: 50rpx;
|
border-radius: 50%;
|
}
|
.user-info .photo.data-v-49cb8a86 {
|
padding-right: 10rpx;
|
}
|
.user-info .grade.data-v-49cb8a86 {
|
display: block;
|
padding: 6rpx 20rpx;
|
font-size: 22rpx;
|
/* height: 36rpx; */
|
line-height: 36rpx;
|
border-radius: 40rpx;
|
background: #e2231a;
|
color: #ffffff;
|
font-family: PingFang SC;
|
}
|