15 lines
248 B
Plaintext
15 lines
248 B
Plaintext
.flex{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content:space-between;
|
|
}
|
|
.flex__item{
|
|
width: 48%;
|
|
height: 120rpx;
|
|
}
|
|
.mini-btn2{
|
|
font-weight: normal!important;
|
|
letter-spacing: 5rpx;
|
|
color: #FFF!important;
|
|
border-radius: 50rpx;
|
|
} |