ui修改
This commit is contained in:
@@ -556,6 +556,7 @@ width: 50%;
|
||||
padding: 0.5em;
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.choice_box .choice_list .block.block0.l{
|
||||
padding-right: 0.25em;
|
||||
@@ -565,11 +566,9 @@ padding-left: 0.25em;
|
||||
}
|
||||
.choice_box .choice_list .block .choice_item{
|
||||
float: left;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-top: 0.8em;
|
||||
width: 100%;
|
||||
padding:0;
|
||||
border:1px solid #f1f1f1;
|
||||
background-color: #fff;
|
||||
border-radius:0.5em;
|
||||
box-sizing: border-box;
|
||||
@@ -578,29 +577,27 @@ overflow: hidden;
|
||||
.choice_box .choice_list .block.block0 .choice_item{
|
||||
display:block;
|
||||
}
|
||||
.choice_box .choice_list .block .choice_item .choice_item_image{
|
||||
width:10em;
|
||||
padding: 0.8em;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.choice_box .choice_list .block .choice_item .choice_item_font{
|
||||
flex-grow: 1;
|
||||
display:flex;
|
||||
flex-direction: column;
|
||||
margin-top: 0.8em;
|
||||
}
|
||||
|
||||
.choice_box .choice_list .block .choice_item .choice_item_image image{
|
||||
width:100%;
|
||||
height:9em;
|
||||
border-radius:0.5em;
|
||||
}
|
||||
.choice_box .choice_list .block.block0 image {
|
||||
width: 100%;
|
||||
height:46vw;
|
||||
}
|
||||
|
||||
/* 单行商品布局优化 */
|
||||
.choice_box .choice_list .block:not(.block0) {
|
||||
width: 100%;
|
||||
padding: 0.5em;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.choice_box .choice_list .block:not(.block0) .choice_item {
|
||||
display: block;
|
||||
}
|
||||
.choice_box .choice_list .block:not(.block0) image {
|
||||
width: 100%;
|
||||
height: 80vw;
|
||||
max-height: 480px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.choice_box .choice_list .title {
|
||||
float: left;
|
||||
padding:0 0.5em;
|
||||
@@ -661,17 +658,35 @@ box-sizing: border-box;
|
||||
.choice_box .choice_list .je .jeto{
|
||||
display: flex;
|
||||
flex-direction:row;
|
||||
margin-top: 0.8em;
|
||||
background: linear-gradient(to right, #FF6B35, #FF4E50);
|
||||
padding: 0.4em 0.4em;
|
||||
color:#fff;
|
||||
border-radius:0.5em;
|
||||
box-sizing: border-box;
|
||||
color: #FF6B35;
|
||||
}
|
||||
.choice_box .choice_list .je .jeto.jeto0{
|
||||
|
||||
}
|
||||
.choice_box .choice_list .je .jeto .viphyj{
|
||||
display: flex;
|
||||
flex-direction:row;
|
||||
margin-top: 0.2em;
|
||||
font-weight: 600;
|
||||
}
|
||||
.choice_box .choice_list .je .jeto .viphyj image{
|
||||
width:1.2em;
|
||||
height:1.2em;
|
||||
margin-top: 0.1em;
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
.choice_box .choice_list .je .jeto .viphyj view{
|
||||
height:1.5em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.choice_box .choice_list .je .jeto .scje{
|
||||
text-decoration:line-through;
|
||||
}
|
||||
.choice_box .choice_list .je .jeto .hyje{
|
||||
|
||||
line-height:1.4em;
|
||||
margin-top: 0.2em;
|
||||
}
|
||||
|
||||
|
||||
.choice_box .choice_list .block.block0 .title{
|
||||
@@ -679,18 +694,30 @@ text-decoration:line-through;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
}
|
||||
.choice_box .choice_list .block.block0 .je {
|
||||
float: left;
|
||||
width:100%;
|
||||
display: block;
|
||||
text-align: center;
|
||||
|
||||
text-align: left;
|
||||
}
|
||||
.choice_box .choice_list .block.block0 .je .jeto {
|
||||
justify-content: flex-start;
|
||||
margin-top: 0;
|
||||
}
|
||||
.choice_box .choice_list .block.block0 .je .jeto .viphyj {
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
margin-top: 0.2em;
|
||||
font-weight: 600;
|
||||
}
|
||||
.choice_box .choice_list .block.block0 .je .jeto .viphyj text {
|
||||
font-weight: bold;
|
||||
margin-left: 0.2em;
|
||||
}
|
||||
.choice_box .choice_list .block.block0 .je .jeto .hyje{
|
||||
margin-top: 0.15em;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user