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.
 
 
 
 

309 lines
7.5 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.serviceIn.data-v-3161ccba {
padding-bottom: 100rpx;
}
.serviceIn .from.data-v-3161ccba {
padding: 30rpx 30rpx 0;
}
.serviceIn .from .title.data-v-3161ccba {
font-size: 32rpx;
font-weight: bold;
color: #333333;
}
.serviceIn .from .fromItem.data-v-3161ccba {
display: flex;
height: 110rpx;
line-height: 110rpx;
border-bottom: 1rpx solid #eeeeee;
}
.serviceIn .from .fromItem .fromName.data-v-3161ccba {
width: 172rpx;
font-size: 28rpx;
color: #333333;
}
.serviceIn .from .fromItem .fromContent.data-v-3161ccba {
flex: 1;
}
.serviceIn .from .fromItem .fromContent .inputs.data-v-3161ccba {
font-size: 28rpx;
height: 110rpx;
line-height: 110rpx;
width: 100%;
text-align: right;
}
.serviceIn .from .fromItem .fromContent .inputLeft.data-v-3161ccba {
font-size: 28rpx;
height: 110rpx;
line-height: 110rpx;
width: 100%;
text-align: left;
}
.serviceIn .from .fromItem .fromContent .check-item.data-v-3161ccba {
padding: 0 10rpx;
border-radius: 10rpx;
background-color: #ff4444;
color: #ffffff;
height: 40rpx;
line-height: 40rpx;
text-align: center;
display: inline-block;
margin-right: 10rpx;
margin-bottom: 10rpx;
position: relative;
}
.serviceIn .from .fromItem .fromContent .check-item image.data-v-3161ccba {
width: 30rpx;
height: 30rpx;
margin-top: 5rpx;
vertical-align: top;
margin-left: 10rpx;
}
.serviceIn .from .fromItem .textbox.data-v-3161ccba {
width: 116rpx;
border-left: 1rpx solid #eeeeee;
margin: 20rpx 0;
line-height: 70rpx;
}
.serviceIn .workingPhoto.data-v-3161ccba {
padding: 30rpx;
}
.serviceIn .workingPhoto .imgs.data-v-3161ccba {
padding: 30rpx 0;
display: flex;
flex-wrap: wrap;
align-content: flex-center;
align-items: center;
justify-content: left;
}
.serviceIn .workingPhoto .imgs .img-item.data-v-3161ccba {
height: 158rpx;
border-radius: 20rpx;
flex: auto;
margin: 10rpx;
width: 158rpx;
min-width: 158rpx;
max-width: 158rpx;
position: relative;
}
.serviceIn .workingPhoto .imgs .img-item image.data-v-3161ccba {
width: 100%;
height: 100%;
border-radius: 20rpx;
}
.serviceIn .workingPhoto .imgs .img-item .imgclise.data-v-3161ccba {
width: 30rpx;
height: 30rpx;
position: absolute;
right: 10rpx;
top: 10rpx;
}
.serviceIn .line.data-v-3161ccba {
height: 20rpx;
background-color: #f8f8f8;
}
.serviceIn .addTag.data-v-3161ccba {
padding: 30rpx;
}
.serviceIn .addTag .tag.data-v-3161ccba {
padding: 30rpx 0;
}
.serviceIn .addTag .tag .tag-item.data-v-3161ccba {
padding: 0 70rpx 0 30rpx;
height: 50rpx;
line-height: 50rpx;
font-size: 24rpx;
color: #333333;
border: 1rpx solid #707070;
border-radius: 60rpx;
display: inline-block;
position: relative;
margin-right: 30rpx;
margin-bottom: 20rpx;
}
.serviceIn .addTag .tag .tag-item .icong.data-v-3161ccba {
position: absolute;
right: 20rpx;
top: -5rpx;
font-weight: bold;
}
.serviceIn .addTag .tag .addbtn.data-v-3161ccba {
font-size: 20rpx;
width: 50rpx;
background: linear-gradient(360deg, #6096fd 0%, #6ea6fd 100%);
height: 50rpx;
line-height: 50rpx;
border-radius: 50%;
text-align: center;
color: #ffffff;
display: inline-block;
}
.serviceIn .issue.data-v-3161ccba {
width: 750rpx;
height: 90rpx;
background: linear-gradient(360deg, #6094fd 0%, #70a8fd 100%);
line-height: 90rpx;
position: fixed;
bottom: 0;
left: 0;
text-align: center;
font-size: 32rpx;
color: #ffffff;
font-weight: bold;
border-radius: 30rpx 30rpx 0 0;
}
.serviceIn .addbox.data-v-3161ccba {
width: 630rpx;
padding: 30rpx;
background-color: #ffffff;
border-radius: 20rpx;
box-sizing: border-box;
}
.serviceIn .addbox .addinput.data-v-3161ccba {
padding: 30rpx;
border: 1rpx solid #eeeeee;
border-radius: 20rpx;
}
.serviceIn .addbox .addinput .input.data-v-3161ccba {
font-size: 28rpx;
}
.serviceIn .addbox .btnbox .btnleft.data-v-3161ccba {
flex: 1;
margin: 30rpx 30rpx 0 0;
height: 60rpx;
line-height: 60rpx;
text-align: center;
border-radius: 60rpx;
background-color: #ffffff;
border: 1rpx solid #eeeeee;
color: #333333;
}
.serviceIn .addbox .btnbox .btnright.data-v-3161ccba {
flex: 1;
margin: 30rpx 0rpx 0 30rpx;
background-color: #ff4444;
height: 60rpx;
line-height: 60rpx;
text-align: center;
border-radius: 60rpx;
color: #ffffff;
}
.serviceIn .cicupation.data-v-3161ccba {
width: 750rpx;
height: 550rpx;
padding: 30rpx;
box-sizing: border-box;
background-color: #ffffff;
border-radius: 30rpx 30rpx 0 0;
display: flex;
}
.serviceIn .cicupation .cicupation-left.data-v-3161ccba {
padding-right: 10rpx;
height: 450rpx;
flex: 1;
overflow: auto;
}
.serviceIn .cicupation .cicupation-left .left-item.data-v-3161ccba {
line-height: 60rpx;
font-size: 26rpx;
text-align: center;
background-color: #ff4444;
color: #ffffff;
border-bottom: 1rpx solid #eeeeee;
border-radius: 15rpx;
margin-bottom: 20rpx;
font-weight: bold;
}
.serviceIn .cicupation .cicupation-left .left-nocheck.data-v-3161ccba {
line-height: 60rpx;
font-size: 26rpx;
text-align: center;
background-color: #f8f8f8;
border-bottom: 1rpx solid #eeeeee;
border-radius: 15rpx;
margin-bottom: 20rpx;
}
.serviceIn .cicupation .cicupation-right.data-v-3161ccba {
flex: 1;
padding-left: 10rpx;
height: 450rpx;
overflow: auto;
}
.serviceIn .cicupation .cicupation-right .right-item.data-v-3161ccba {
line-height: 60rpx;
font-size: 26rpx;
text-align: center;
background-color: #ff4444;
border-bottom: 1rpx solid #eeeeee;
border-radius: 15rpx;
margin-bottom: 20rpx;
color: #ffffff;
}
.serviceIn .cicupation .cicupation-right .right-nocheck.data-v-3161ccba {
line-height: 60rpx;
font-size: 26rpx;
text-align: center;
background-color: #f8f8f8;
border-bottom: 1rpx solid #eeeeee;
border-radius: 15rpx;
margin-bottom: 20rpx;
}
.serviceIn .district.data-v-3161ccba {
width: 750rpx;
height: 550rpx;
padding: 30rpx;
box-sizing: border-box;
border-radius: 30rpx 30rpx 0 0;
background-color: #ffffff;
}
.serviceIn .district .district-item.data-v-3161ccba {
height: 50rpx;
line-height: 50rpx;
padding: 0 20rpx;
margin-right: 10rpx;
margin-bottom: 10rpx;
text-align: center;
font-size: 28rpx;
color: #ffffff;
border-radius: 10rpx;
background-color: #ff4444;
display: inline-block;
}
.serviceIn .district .district-nocheck.data-v-3161ccba {
height: 50rpx;
line-height: 50rpx;
padding: 0 20rpx;
margin-right: 10rpx;
margin-bottom: 10rpx;
text-align: center;
font-size: 28rpx;
color: #333333;
border-radius: 10rpx;
background-color: #f8f8f8;
display: inline-block;
}