Browse Source

[砍价][修改][金额展示]

tags/河北版C.8.1.01
hurui 5 years ago
parent
commit
f35bb68d77
1 changed files with 21 additions and 5 deletions
  1. +21
    -5
      pages/spellGroup/spellGroup.wxss

+ 21
- 5
pages/spellGroup/spellGroup.wxss View File

@@ -143,6 +143,12 @@ image{
display: flex;
justify-content: space-between;
}
.spell-centerH {
padding: 0 10rpx;
}
.spell-centerHr {
padding: 0 10rpx;
}
.spell-centerH .price01{
font-size:50rpx;
font-family:PingFang-SC-Medium;
@@ -154,14 +160,14 @@ image{
white-space: nowrap;
text-overflow: ellipsis;
}
spell-centerHr .price01{
.spell-centerHr .price01{
font-size:50rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:#FD782D;
line-height:44rpx;
width: 50%;
overflow: hidden;
/* overflow: hidden; */
white-space: nowrap;
text-overflow: ellipsis;
}
@@ -178,7 +184,17 @@ spell-centerHr .price01{
white-space:nowrap;
line-height: 30rpx;
}
.content .price-num{
.spell-centerH .price-num{
display: inline-block;
font-size: 32rpx;
width: 95rpx;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
line-height: 30rpx;
color:#FD782D;
}
.spell-centerHr .price-num{
display: inline-block;
font-size: 32rpx;
width: 95rpx;
@@ -191,8 +207,8 @@ spell-centerHr .price01{
.price-text{
color:#FD782D;
}
.content .price-numHr{
font-size: 40rpx;
.spell-centerH .price-numHr{
font-size:32rpx;
line-height: 32rpx;
}
.content .price-unit{


Loading…
Cancel
Save