Browse Source

修改样式

master
邓宏 2 years ago
parent
commit
3b0c94818e
  1. 44
      pages/massif/mana/transactions.vue

44
pages/massif/mana/transactions.vue

@ -46,27 +46,31 @@
.u-transition{ .u-transition{
margin-right:20rpx; margin-right:20rpx;
} }
.title{ &>.info{
font-weight: bold; flex-grow: 1;
margin-bottom:6rpx; width:1rpx;
} .title{
.spec,.total{
font-size:24rpx;
color:#999;
margin-top:10rpx;
display:flex;
align-items: center;
text:first-child{
min-width:180rpx;
}
}
.total{
text:first-child{
color:#10C176;
font-weight: bold; font-weight: bold;
&:after{ margin-bottom:6rpx;
content:"("attr(data-unit)")"; }
font-weight: normal; .spec,.total{
font-size:24rpx;
color:#999;
margin-top:10rpx;
display:flex;
align-items: center;
text:first-child{
min-width:180rpx;
}
}
.total{
text:first-child{
color:#10C176;
font-weight: bold;
&:after{
content:"("attr(data-unit)")";
font-weight: normal;
}
} }
} }
} }

Loading…
Cancel
Save