173 lines
2.4 KiB
Plaintext
173 lines
2.4 KiB
Plaintext
.content {
|
|
padding: 0 30rpx 30rpx;
|
|
margin-bottom: 40rpx;
|
|
background-color: #fff;
|
|
box-shadow: 0 4rpx 8rpx rgba(0, 0, 0, .2);
|
|
}
|
|
|
|
.index-wangdian-title {
|
|
line-height: 70rpx;
|
|
padding: 10rpx 0;
|
|
position: relative;
|
|
}
|
|
|
|
.index-wangdian-title .title_c {
|
|
font-size: 36rpx;
|
|
color: #0056A3;
|
|
}
|
|
|
|
.index-wangdian-title .title_c .line {
|
|
position: absolute;
|
|
bottom: 12rpx;
|
|
left: 14rpx;
|
|
height: 10rpx;
|
|
width: 10%;
|
|
border-radius: 20rpx;
|
|
background-color: #0056A3;
|
|
}
|
|
|
|
.index-wangdian-title .more {
|
|
position: absolute;
|
|
right: 0;
|
|
font-size: 28rpx;
|
|
color: #37CE05;
|
|
}
|
|
|
|
.info {
|
|
position: relative;
|
|
padding-top: 10rpx;
|
|
}
|
|
|
|
.info .title_c {
|
|
display: inline-block;
|
|
font-size: 36rpx;
|
|
line-height: 48rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.info .title .ld {
|
|
display: inline-block;
|
|
font-size: 24rpx;
|
|
line-height: 36rpx;
|
|
height: 32rpx;
|
|
color: #fff;
|
|
border-radius: 10rpx;
|
|
padding: 0 6rpx;
|
|
margin-left: 6rpx;
|
|
}
|
|
|
|
.info .tag, .info .ads {
|
|
font-size: 28rpx;
|
|
line-height: 2;
|
|
color: #999;
|
|
}
|
|
|
|
.info .jiqi {
|
|
font-size: 24rpx;
|
|
line-height: 2;
|
|
color: #37CE05;
|
|
}
|
|
|
|
.info .yingye {
|
|
|
|
}
|
|
|
|
.info .dw {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
top: 35rpx;
|
|
height: 120rpx;
|
|
width: 120rpx;
|
|
font-size: 24rpx;
|
|
color: #0056A3;
|
|
text-align: center;
|
|
}
|
|
|
|
.info .dw .ico {
|
|
font-size: 80rpx;
|
|
}
|
|
|
|
|
|
.list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
padding: 20rpx 0 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.list .jiqi {
|
|
flex-direction: column;
|
|
width: 22%;
|
|
margin: 20rpx 4% 20rpx 0;
|
|
position: relative;
|
|
}
|
|
|
|
.list .jiqi:nth-child(4n+4) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.mac_state {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50rpx;
|
|
margin: 0 auto;
|
|
font-size: 40rpx;
|
|
border: 10rpx solid #aaa;
|
|
box-sizing: border-box;
|
|
line-height: 80rpx;
|
|
|
|
}
|
|
|
|
.mac_state text {
|
|
color: #fff;
|
|
}
|
|
|
|
.mac_id {
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.jiqi .pa {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -34rpx;
|
|
top: -15rpx;
|
|
padding: 2rpx 10rpx;
|
|
border-radius: 8rpx;
|
|
}
|
|
|
|
|
|
.list .jiqi .x, .x .mac_state text {
|
|
color: #30b504;
|
|
}
|
|
|
|
.x .mac_state {
|
|
border-color: #30b504;
|
|
}
|
|
|
|
.list .jiqi .j, .j .mac_state text {
|
|
color: #C13700;
|
|
}
|
|
|
|
.j .mac_state {
|
|
border-color: #C13700;
|
|
}
|
|
|
|
.list .jiqi .w, .w .mac_state text {
|
|
color: #08AFDE;
|
|
}
|
|
|
|
.w .mac_state {
|
|
border-color: #08AFDE;
|
|
}
|
|
|
|
.list .jiqi .d, .d .mac_state text {
|
|
color: #aaa;
|
|
}
|
|
|
|
|
|
.list .jiqi .pa {
|
|
font-size: 20rpx;
|
|
color: #fff;
|
|
background-color: #f60;
|
|
} |