24 lines
471 B
Plaintext
Raw Normal View History

2024-02-28 15:19:43 +08:00
.itemView {
padding-top: 40rpx;
}
.itemView .item {
border-radius: 16rpx;
display: flex;
justify-content: flex-start;
align-items: center;
margin: 20rpx;
padding: 50rpx;
background: rgb(58, 137, 247);
background: linear-gradient(90deg, rgba(58, 137, 247, 1) 0%, rgba(89, 167, 248, 1) 62%);
}
.itemView .item .title {
font-size: 38rpx;
color: white;
margin-left: 30rpx;
}
.itemView .item .goImg {
margin-left: auto;
}