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.
 
 
 
 

189 lines
3.1 KiB

.tips {
width: 750rpx;
height: 60rpx;
}
.xqButton {
display: inline-block;
width: 163rpx;
height: 60rpx;
border: 1rpx solid #eeeeee;
border-radius: 30rpx;
text-align: center;
}
.xqButton > text {
line-height: 60rpx;
font-size: 24rpx;
color: #333333;
}
.cxButton {
margin-left: 24rpx;
display: inline-block;
width: 164rpx;
height: 60rpx;
background: #ff4444;
border-radius: 30rpx;
text-align: center;
}
.cxButton > text {
line-height: 60rpx;
font-size: 24rpx;
color: #ffffff;
}
.mbFootPackage {
padding: 20rpx 0 0 0;
display: flex;
justify-content: space-between;
}
.mbFootPackage > view {
display: inline-block;
}
.rightFoot {
display: flex;
justify-content: space-between;
margin-top: 30rpx;
}
.rightFoot > text:nth-child(1) {
font-size: 28rpx;
color: #ff4444;
}
.rightFoot > text:nth-child(2) {
font-size: 28rpx;
color: #999999;
}
.rightBody {
margin-top: 10rpx;
font-size: 24rpx;
color: #999999;
}
.rightTitle {
height: 70rpx;
font-size: 28rpx;
color: #333333;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.bodyRight {
height: 170rpx;
width: 440rpx;
}
.bodyLeft {
width: 170rpx;
height: 170rpx;
border-radius: 6rpx;
overflow: hidden;
}
.bodyLeft > image {
width: 170rpx;
height: 170rpx;
}
.font24 {
font-size: 24rpx;
}
.color333333 {
color: #333333;
}
.colorFF4444 {
color: #ff4444;
}
.mbBodyPackage {
padding: 26rpx 0rpx;
height: 178rpx;
display: flex;
justify-content: space-between;
}
.mbBodyPackage > view {
display: inline-block;
}
.mbBody {
height: 230rpx;
}
.mbTitle {
display: flex;
justify-content: space-between;
height: 50rpx;
}
.ListmbPackage {
padding: 30rpx;
}
.Listmb {
margin: 20rpx auto 0 auto;
width: 690rpx;
height: 414rpx;
background: #ffffff;
border-radius: 10rpx;
}
.full {
height: 84rpx;
}
.mian {
padding: 0 30rpx 0rpx 30rpx;
}
.check {
overflow: hidden;
display: inline-block;
vertical-align: top;
width: 20%;
}
.check > view {
overflow: hidden;
height: 76rpx;
margin: auto;
width: 85rpx;
text-align: center;
}
.check > view > ._span {
line-height: 80rpx !important;
font-size: 28rpx !important;
font-weight: bold !important;
color: #333333 !important;
}
.afterSale {
font-size: 0;
background: #f9f9f9;
}
.topNav {
display: flex;
justify-content: space-around;
z-index: 999;
position: fixed;
width: 750rpx;
height: 84rpx;
background: #ffffff;
overflow: hidden;
}
.topNav > view {
overflow: hidden;
display: inline-block;
vertical-align: top;
width: 20%;
position: relative;
}
.topNav > view > view:nth-child(1) {
overflow: hidden;
height: 77rpx;
margin: auto;
width: 85rpx;
text-align: center;
}
.topNav > view > view:nth-child(1) > ._span {
line-height: 77rpx;
font-size: 24rpx;
color: #333333;
}
.topNav > view > view:nth-child(2) {
margin: auto;
position: absolute;
left: 50%;
bottom: 0;
width: 32px;
height: 4px;
background: #ff4444;
border-radius: 4px 4px 0 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}