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.
 
 
 
 

297 lines
5.6 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.carduserInfo-box {
box-shadow: 0 0 10rpx 0 rgba(86, 86, 86, 0.2);
border-radius: 20rpx;
}
.carduserInfo-box .carduserInfo-top {
padding: 60rpx 50rpx;
}
.businessCard_detail_bg {
position: absolute;
width: 182rpx;
height: 248rpx;
background-size: 182rpx 248rpx;
background-repeat: no-repeat;
right: 0;
bottom: 0;
}
.carduserInfo-top .cardInfo-left .seg {
width: 104rpx;
height: 2rpx;
background-color: #333333;
margin: 10rpx 0;
}
.carduserInfo-top .cardInfo-right {
width: 90rpx;
height: 90rpx;
border-radius: 45rpx;
background-size: 90rpx 90rpx;
background-repeat: no-repeat;
}
.carduserInfo-top .cardInfo-contact .icon-Class {
font-size: 32rpx;
width: 32rpx;
}
.carduserInfo-top .cardInfo-contact {
margin-top: 60rpx;
}
.carduserInfo-top .cardInfo-tab {
margin-top: 60rpx;
}
.carduserInfo-btm,
.carduserPayInfo-bottom {
padding-bottom: 30rpx;
}
.carduserInfo-btm .shadow-seg,
.carduserPayInfo-bottom .shadow-seg {
width: 100%;
height: 30rpx;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
opacity: 0.06;
}
.carduserInfo-btm .cardDataList {
padding: 0 50rpx;
}
.carduserfcbtn-box {
padding: 0 14rpx;
}
.fcbtn-list {
margin: 50rpx 0 30rpx;
}
.fcbtn-list .fcbtn-item .fcbtn-itemIconfont {
font-size: 30rpx;
}
.fcbtn-list .fcbtn-item.defau-btn {
width: 180rpx;
height: 60rpx;
line-height: 60rpx;
border: 1px solid #EEEEEE;
border-radius: 30rpx;
}
.cardusertabbar-box {
margin: 0 -30rpx 60rpx;
}
.cardusertabbar-box .tabbar-list {
height: 60rpx;
line-height: 80rpx;
}
.tabbar-item .selectabbar-item {
width: 48rpx;
height: 6rpx;
background-color: #FF4444;
border-radius: 6rpx 6rpx 0 0;
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.bottomFixedTabbar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
padding: 20rpx 30rpx;
border-top: 1px solid #eeeeee;
border-radius: 6rpx 6rpx 0 0;
z-index: 100;
}
.bottomFixedTabbar-left {
width: 40%;
margin-right: 5%;
}
.menu-item .menu-itemImage {
width: 40rpx;
height: 40rpx;
display: block;
margin: 0 auto;
font-size: 0;
}
.tabbar-btnStyle {
padding: 10rpx 30rpx;
border-radius: 30px;
height: 44rpx;
}
.tabbar-btnStyle.tabbar-chat {
background-color: #17D117;
}
.tabbar-btnStyle.tabbar-phone {
background-color: #FF4444;
}
.tabbar-itemImage {
width: 40rpx;
height: 40rpx;
display: block;
margin-right: 10rpx;
font-size: 0;
}
.tabbar-btnlist {
width: 100%;
}
.fctabbar-box {
padding: 0 60rpx;
}
.fctabbarImage {
width: 40rpx;
height: 40rpx;
display: block;
margin: 0 auto 10rpx;
}
.carduserPayInfo-top {
padding: 80rpx 0;
}
.carduserPayInfo-top .carduserPayBtn {
width: 240rpx;
height: 50rpx;
line-height: 50rpx;
border: 1px dotted #666666;
border-radius: 25rpx;
text-align: center;
}
.cardInfo-contact .wx>image {
width: 30rpx;
height: 30rpx;
font-size: 0;
margin-right: 24rpx;
}
.fnclick-dz {
border-color: #ff4444 !important;
color: #ff4444 !important;
}
.coverImg {
width: 750rpx;
}
.closeButton {
height: 88rpx;
width: 750rpx;
text-align: center;
}
.closeButton>text {
line-height: 88rpx;
font-size: 28rpx;
color: rgba(51, 51, 51, 1);
}
.buttonText {
text-align: center;
}
.buttonText>text {
font-size: 24rpx;
color: rgba(51, 51, 51, 1);
}
.buttonImage {
margin: auto;
width: 120rpx;
height: 120rpx;
}
.buttonImage>image {
width: 120rpx;
height: 120rpx;
}
.titleButton {
position: relative;
margin: 47rpx 0 0 0;
display: inline-block;
width: 50%;
}
.mainTitle {
width: 750rpx;
height: 255rpx;
border-bottom: 1rpx solid rgba(238, 238, 238, 1);
}
.shareBottom {
font-size: 0;
}
.viewMain {
width: 750rpx;
height: 344rpx;
background: rgba(255, 255, 255, 1);
border-radius: 20rpx 20rpx 0rpx 0rpx;
}
.shareButton {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0);
}
.wxShareView {
width: 100%;
height: 100%;
}
.full{
height: 100rpx;
width: 750rpx;
background: #F8F8F8;
}
.cardEndTime {
display: flex;
justify-content: space-between;
position: absolute;
right: 0;
top: 0;
width: 240rpx;
padding: 0 30rpx;
height: 40rpx;
line-height: 40rpx;
background-color: #ff4444;
border-radius: 0 20rpx 0 10rpx;
}
.checkbox-content {
width: 100vw;
height: 500rpx;
border-radius: 20rpx 20rpx 0rpx 0rpx;
}
.scrollView {
width: 100vw;
height: 360rpx;
padding: 30rpx;
}
.labeStyle:last-child .labeStyle-btm {
margin-bottom: 0;
}
.checkbox-submit {
height: 80rpx;
line-height: 80rpx;
background-color: #FF4444;
}
.briefTextwh {
word-break: break-all;
}
.shop-content,
.issue-content {
background-color: #F8F8F8 !important;
}
.issue-content{
padding: 15rpx 0 30rpx;
}
.fctabbar-item {
flex: 0 0 25%;
text-align: center;
}