@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 {
|
background-color: #f9f9f9;
|
}
|
.index-agent .banner {
|
position: absolute;
|
width: 750rpx;
|
height: 348rpx;
|
z-index: 0;
|
min-height: 167rpx;
|
/* padding-bottom: 60rpx; */
|
background-repeat: no-repeat;
|
background-size: 100%;
|
}
|
.index-agent .banner image {
|
width: 100%;
|
}
|
.no-agent-image {
|
padding-top: 20rpx;
|
margin: 0 auto;
|
}
|
.no-agent-image image {
|
width: 532rpx;
|
height: 340rpx;
|
}
|
.agent-wrap {
|
background: #FFFFFF;
|
background-size: 100% 100%;
|
padding: 31rpx 25rpx 36rpx 25rpx;
|
box-shadow: 0px 8rpx 3rpx 0px rgba(6, 0, 1, 0.03);
|
border-radius: 20rpx;
|
}
|
.index-agent .agent-wrap .iconfont {
|
font-size: 60rpx;
|
}
|
.index-agent .btn-gcred {
|
height: 88rpx;
|
line-height: 88rpx;
|
border-radius: 44rpx;
|
background: #FF5649;
|
border-color: #FF5649;
|
}
|
.reg180 {
|
padding-right: 20rpx;
|
text-align: right;
|
-webkit-transform: rotateY(180deg);
|
transform: rotateY(180deg);
|
position: absolute;
|
bottom: 0;
|
}
|
.icon-jiantou {
|
color: #FFFFFF;
|
font-size: 30rpx;
|
}
|
.head_top {
|
position: absolute;
|
width: 100%;
|
padding-top: 25px;
|
height: 30px;
|
line-height: 30px;
|
color: #FFFFFF;
|
font-size: 32rpx;
|
z-index: 2;
|
}
|
.top_dash {
|
border-bottom: 1rpx dashed #D9D9D9;
|
padding-bottom: 9px;
|
}
|
.agent_index_img {
|
width: 78rpx;
|
height: 78rpx;
|
}
|
.info-top {
|
padding: 74rpx 0 63rpx 44rpx;
|
}
|
.info-ava {
|
width: 108rpx;
|
height: 108rpx;
|
border-radius: 50%;
|
position: relative;
|
margin-right: 30rpx;
|
}
|
.info-avatar {
|
width: 108rpx;
|
height: 108rpx;
|
border-radius: 50%;
|
}
|
.info-grade {
|
min-width: 114rpx;
|
height: 30rpx;
|
line-height: 30rpx;
|
padding: 0 22rpx;
|
box-sizing: border-box;
|
font-size: 18rpx;
|
color: #ffffff;
|
background: #FFC519;
|
box-shadow: 0px 3rpx 7rpx 0px rgba(0, 0, 0, 0.15);
|
border-radius: 15rpx;
|
text-align: center;
|
white-space: nowrap;
|
position: absolute;
|
left: 0;
|
right: 0;
|
bottom: -16rpx;
|
z-index: 2;
|
}
|
.section-product .price {
|
color: #F6220C;
|
font-size: 24rpx;
|
}
|
.section-product .price .num {
|
padding: 0 4rpx;
|
font-size: 32rpx;
|
}
|
.section-product .level-box {
|
margin-top: 20rpx;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
.section-product .level-box .key {
|
font-size: 24rpx;
|
color: #999999;
|
}
|
.section-product .level-box .num-wrap {
|
display: flex;
|
justify-content: flex-end;
|
align-items: center;
|
}
|
.section-product .level-box .icon-box {
|
width: 33rpx;
|
height: 33rpx;
|
border: 1px solid #c5c5c5;
|
background: #f2f2f2;
|
}
|
.section-product .level-box .icon-box .gray {
|
color: #cccccc;
|
}
|
.section-product .level-box .icon-box .gray3 {
|
color: #333333;
|
}
|
.section-product .level-box .text-wrap {
|
margin: 0 20rpx;
|
height: 33rpx;
|
border: none;
|
background: none;
|
}
|
.section-product .level-box .text-wrap input {
|
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 {
|
color: #999;
|
}
|
.user-info .photo,
|
.user-info .photo image {
|
width: 100rpx;
|
height: 100rpx;
|
border-radius: 50%;
|
}
|
.user-info .photo {
|
padding-right: 20rpx;
|
}
|