22 lines
482 B
SCSS
22 lines
482 B
SCSS
.hot {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
.title {
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
font-weight: bold;
|
|
width: 415rpx;
|
|
height: 61rpx;
|
|
line-height: 61rpx;
|
|
text-align: center;
|
|
background-image: linear-gradient(to right, #fff, #ecfff8, #fff);
|
|
margin-top: 53rpx;
|
|
margin-bottom: 38rpx;
|
|
}
|
|
.word{
|
|
font-size: 30rpx;
|
|
color: #999;
|
|
margin-bottom: 55rpx;
|
|
}
|
|
} |