27 lines
437 B
Plaintext
27 lines
437 B
Plaintext
.header {
|
|
height: 230rpx;
|
|
padding-top: 54rpx;
|
|
padding-left: 49rpx;
|
|
display: flex;
|
|
background-color: #ee2e2b;
|
|
box-sizing: border-box;
|
|
}
|
|
.nick-name {
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
margin-left: 22rpx;
|
|
}
|
|
.price{
|
|
color: #f15353;
|
|
}
|
|
.item-price{
|
|
height: 100% !important;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
color:#f15353;
|
|
}
|
|
.main{
|
|
margin-top: 10rpx;
|
|
background-color: #fff;
|
|
} |