|
@@ -167,7 +167,6 @@
|
|
|
|
|
|
}
|
|
|
.compare-dialog .table-column li {
|
|
|
- flex: 1;
|
|
|
height:100%;
|
|
|
text-align: center;
|
|
|
display: flex;
|
|
@@ -177,7 +176,12 @@
|
|
|
color:#171826;
|
|
|
font-size: .26rem;
|
|
|
line-height: .32rem;
|
|
|
-
|
|
|
+ }
|
|
|
+ .compare-dialog .table-column li:nth-of-type(1){
|
|
|
+ width: 28%;
|
|
|
+ }
|
|
|
+ .compare-dialog .table-column li:not(:first-child){
|
|
|
+ width: 36%;
|
|
|
}
|
|
|
.compare-dialog .table-column li:not(:nth-last-child(1)){
|
|
|
border-right: 1px solid #E5E5E5;
|
|
@@ -1153,6 +1157,7 @@
|
|
|
});
|
|
|
|
|
|
var canRead = {{.T.canRead}} //免费用户当天查看是否查看三次公告
|
|
|
+ var canRead = false
|
|
|
var shareimgflag = true;
|
|
|
var area = {{.T.obj.area}}
|
|
|
var subtype = {{.T.obj.subtype}}
|