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.
 
 
 
 

192 lines
4.5 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.demand.data-v-38b99c48 {
padding: 20rpx;
background-color: #FFFFFF;
position: relative;
}
.demand .stick.data-v-38b99c48 {
width: 70rpx;
height: 60rpx;
position: absolute;
right: 0;
top: 0;
}
.demand .stick image.data-v-38b99c48 {
width: 70rpx;
height: 60rpx;
}
.demand .demand-title .stateo.data-v-38b99c48 {
display: inline-block;
width: 90rpx;
height: 36rpx;
line-height: 36rpx;
text-align: center;
color: #FF4444;
border: 1rpx solid #FF4444;
border-radius: 6rpx;
font-size: 24rpx;
margin-left: 20rpx;
}
.demand .problemDescription.data-v-38b99c48 {
padding: 20rpx;
background-color: #F8F8F8;
border-radius: 20rpx;
margin-top: 20rpx;
}
.demand .chat.data-v-38b99c48 {
padding: 20rpx 0;
}
.demand .chat .chatName.data-v-38b99c48 {
font-size: 26rpx;
color: #333333;
line-height: 58rpx;
flex: 1;
}
.demand .chat .chatBtn.data-v-38b99c48 {
width: 120rpx;
height: 60rpx;
line-height: 60rpx;
text-align: center;
font-size: 28rpx;
font-weight: bold;
background: linear-gradient(180deg, #72AAFD 0%, #6094FD 100%);
opacity: 1;
border-radius: 10rpx;
color: #FFFFFF;
}
.demand .chat image.data-v-38b99c48 {
width: 58rpx;
height: 58rpx;
border: 1rpx solid #EEEEEE;
border-radius: 60rpx;
margin-right: 10rpx;
}
.demand .demand-img.data-v-38b99c48:after {
content: '';
width: 33.33%;
}
.demand .demand-img.data-v-38b99c48 {
display: flex;
display: -webkit-flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
padding-top: 20rpx;
}
.demand .demand-img .img-item.data-v-38b99c48 {
width: 210rpx;
height: 210rpx;
border-radius: 20rpx;
position: relative;
}
.demand .demand-img .img-item image.data-v-38b99c48 {
width: 100%;
height: 100%;
border-radius: 20rpx;
}
.demand .demand-img .overspread.data-v-38b99c48 {
width: 210rpx;
height: 210rpx;
line-height: 210rpx;
text-align: center;
color: #FFFFFF;
border-radius: 20rpx;
background-color: rgba(0, 0, 0, 0.3);
position: absolute;
left: 0;
top: 0;
}
.demand .demand-btn.data-v-38b99c48 {
padding-top: 20rpx;
}
.demand .demand-btn .soldOut.data-v-38b99c48 {
height: 60rpx;
width: 120rpx;
border-radius: 10rpx;
line-height: 60rpx;
text-align: center;
border: 1rpx solid #333333;
color: #333333;
font-size: 28rpx;
font-weight: bold;
margin-right: 20rpx;
display: inline-block;
}
.demand .demand-btn .delete.data-v-38b99c48 {
display: inline-block;
height: 60rpx;
width: 120rpx;
border-radius: 10rpx;
line-height: 60rpx;
text-align: center;
border: 1rpx solid #FF4444;
color: #ff4444;
font-size: 28rpx;
font-weight: bold;
margin-right: 20rpx;
}
.demand .demand-btn .payment.data-v-38b99c48 {
display: inline-block;
height: 60rpx;
width: 120rpx;
border-radius: 10rpx;
line-height: 60rpx;
text-align: center;
border: 1rpx solid #0099ff;
color: #0099ff;
font-size: 28rpx;
font-weight: bold;
}
.demand .demand-btn .regulator.data-v-38b99c48 {
display: inline-block;
height: 60rpx;
width: 120rpx;
border-radius: 10rpx;
line-height: 60rpx;
text-align: center;
background: linear-gradient(180deg, #72AAFD 0%, #6094FD 100%);
color: #FFFFFF;
font-size: 28rpx;
font-weight: bold;
float: right;
margin-top: 10rpx;
}
.demand .glbox.data-v-38b99c48 {
width: 750rpx;
background-color: #FFFFFF;
border-radius: 30rpx 30rpx 0 0;
}
.demand .glbox .glitem.data-v-38b99c48 {
height: 100rpx;
line-height: 100rpx;
border-bottom: 1rpx solid #EEEEEE;
text-align: center;
font-size: 28rpx;
color: #333333;
}