mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 03:09:37 +08:00
24 lines
477 B
Plaintext
24 lines
477 B
Plaintext
.itemView {
|
|
padding-top: 40rpx;
|
|
}
|
|
|
|
.itemView .item {
|
|
border-radius: 16rpx;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
margin: 30rpx 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;
|
|
} |