weliam-smartcity智慧城市
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

246 lines
5.8 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.rztext {
font-size: 24rpx;
color: #999999;
}
.qiun-charts {
width: 750rpx;
height: 500rpx;
background-color: #ffffff;
}
.closeTheTtore {
width: 120rpx;
height: 50rpx;
line-height: 50rpx;
border-radius: 60rpx;
text-align: center;
color: #FFFFFF;
background-color: #FF4444;
margin-top: 20rpx;
}
.charts {
width: 750rpx;
height: 500rpx;
background-color: #ffffff;
}
page {
background-color: #f6f6f6;
font-size: 0;
}
.container .usercenter-start {
color: #ffffff;
background-color: transparent;
margin-bottom: 40rpx;
}
.container .usercenter-start .usercenter-img {
width: 90rpx;
height: 90rpx;
border-radius: 50%;
margin-right: 20rpx;
}
.container .usercenter-start .iconfont.icon-right {
margin-left: 14rpx;
}
.container .usercenter-start .usercenter-edit-icon {
font-size: 24rpx;
}
.container .usercenter-start .usercenter-xf {
color: #fec621;
margin-left: 21rpx;
}
.container .usercenter-start .usercenter-xf .icon {
margin-left: 4rpx;
font-size: 24rpx;
}
.container .color-33 {
color: #333333;
}
.container .color-99 {
color: #999999;
}
.container .color-f4 {
color: #ff4444;
}
.container .color-cc {
color: #cccccc;
}
.container .font-blod {
font-weight: bold;
}
.container .select-box {
color: #999999;
}
.container .select-box .iconfont {
font-size: 24rpx;
margin-left: 6rpx;
}
.container .pages-header {
width: 100%;
height: 319rpx;
background-repeat: no-repeat;
background-size: 100% 319rpx;
}
.container .pages-header .person-content {
padding: 94rpx 40rpx 0;
}
.container .pages-header .person-content .user-avatar {
width: 100rpx;
height: 100rpx;
border-radius: 50%;
background-repeat: no-repeat;
background-size: 100rpx 100rpx;
}
.container .pages-header .person-content .user-referrer-name .level-label {
background-color: #e7d4aa;
border-radius: 18rpx;
padding: 0 16rpx;
}
.container .pages-header .person-content .user-referrer-name .referrer-name {
color: #6b6e88;
}
.container .merchantuserCenter {
margin-top: -258rpx;
padding-bottom: 120rpx;
}
.container .merchantuserCenter .userCenter-rest {
display: flex;
width: 570rpx;
height: 80rpx;
background-color: #69a8ff;
color: #FFFFFF;
line-height: 80rpx;
padding: 0 30rpx;
font-size: 28rpx;
border-radius: 10rpx 10rpx 0rpx 0rpx;
margin: auto;
}
.container .merchantuserCenter .userCenter-rest .businessing {
padding: 0 10rpx;
height: 30rpx;
font-size: 20rpx;
background-color: #80be0c;
border-radius: 6rpx;
line-height: 30rpx;
text-align: center;
margin-top: 26rpx;
}
.container .merchantuserCenter .userCenter-rest .nobusinessing {
padding: 0 10rpx;
height: 30rpx;
font-size: 20rpx;
background-color: #FEC621;
border-radius: 6rpx;
line-height: 30rpx;
text-align: center;
margin-top: 26rpx;
}
.container .merchantuserCenter .userCenter-rest .isrest {
border: 1rpx solid #FFFFFF;
height: 40rpx;
width: 90rpx;
border-radius: 60rpx;
text-align: center;
line-height: 40rpx;
margin-left: auto;
margin-top: 20rpx;
}
.container .merchantuserCenter .userCenter-header {
padding: 42rpx 40rpx 40rpx 40rpx;
position: relative;
}
.container .merchantuserCenter .userCenter-header .price {
margin-top: 26rpx;
color: #003333;
}
.container .merchantuserCenter .userCenter-header .userCenter-header-btn {
position: absolute;
right: 40rpx;
bottom: 30rpx;
width: 122rpx;
height: 58rpx;
color: #ffffff;
background: #3388ff;
border-radius: 30rpx;
text-align: center;
line-height: 58rpx;
}
.container .merchantuserCenter .userCenter-header .userCenter-header-btn .text {
margin-left: 10rpx;
}
.container .merchantuserCenter .userCenter-header .userCenter-header-btn .icon {
font-size: 24rpx;
}
.container .merchantuserCenter .userCenter-header .userCenter-header-income {
flex-shrink: 0;
width: 50%;
}
.container .merchantuserCenter .tool-tab {
padding: 0 30rpx;
opacity: 0.97;
border-radius: 10px;
background: #ffffff;
}
.container .merchantuserCenter .tool-tab .tool-item-right {
width: 100%;
padding: 30rpx 0;
border-bottom: 1px solid #eeeeee;
}
.container .merchantuserCenter .tool-tab .icon-jinrujiantouxiao1 {
color: #999999;
font-size: 24rpx;
}
.container .merchantuserCenter .tool-tab .tool-tab-title {
padding: 0 30rpx;
}
.container .merchantuserCenter .tool-tab .tool-item {
width: 100%;
flex-wrap: nowrap;
}
.container .merchantuserCenter .tool-tab .tool-item .badge {
width: 60rpx;
height: 36rpx;
line-height: 36rpx;
background: #ff4444;
opacity: 0.93;
border-radius: 18rpx;
text-align: center;
font-size: 24rpx;
color: white;
margin-right: 16rpx;
}
.container .merchantuserCenter .tool-tab .tool-item .tool-item-icon {
margin-right: 20rpx;
padding: 20rpx 0;
width: 54rpx;
height: 54rpx;
flex-shrink: 0;
}
.container .merchantuserCenter .tool-tab .tool-item:last-child .tool-item-right {
border-bottom: none;
}