修改文件问题
parent
fc92dda4d2
commit
1e36f83d3b
|
|
@ -163,7 +163,7 @@
|
|||
field_show: new_content.field_show,
|
||||
// 样式
|
||||
article_name: 'font-size:' + new_style.name_size + 'px;' + 'font-weight:' + new_style.name_weight + ';' + 'color:' + new_style.name_color + ';',
|
||||
article_desc: 'font-size:' + new_style.desc_size + 'px;' + 'color:' + new_style.desc_color + ';',
|
||||
article_desc: 'font-size:' + new_style.desc_size + 'px;line-height:' + new_style.desc_size + 'px;height:'+ new_style.desc_size + 'px;color:' + new_style.desc_color + ';',
|
||||
article_date: 'font-size:' + new_style.time_size + 'px;' + 'font-weight:' + new_style.time_weight + ';' + 'color:' + new_style.time_color + ';',
|
||||
article_page_view: 'font-size:' + new_style.page_view_size + 'px;' + 'font-weight:' + new_style.page_view_weight + ';' + 'color:' + new_style.page_view_color + ';',
|
||||
content_radius: radius_computer(new_style.content_radius),
|
||||
|
|
|
|||
|
|
@ -541,7 +541,7 @@
|
|||
}
|
||||
.flex-img5 {
|
||||
width: 100%;
|
||||
min-height: 208rpx;
|
||||
// min-height: 208rpx;
|
||||
height: 100%;
|
||||
}
|
||||
.original-price-left {
|
||||
|
|
|
|||
Loading…
Reference in New Issue