29 lines
502 B
Plaintext
29 lines
502 B
Plaintext
/* pages/card/cardlist.wxss */
|
|
.list,.item{
|
|
margin-top: 0;
|
|
}
|
|
.item{
|
|
margin-bottom: 30rpx;
|
|
padding: 30rpx 20rpx;
|
|
box-shadow: 0 0 10rpx #ccc;
|
|
}
|
|
.card-title{
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
text{
|
|
font-size: 28rpx;
|
|
color: #00A0E9;
|
|
}
|
|
.detail-btn{
|
|
width: 130rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: linear-gradient(90deg, #19B3FA, #7FD6FD);
|
|
border-radius: 6rpx;
|
|
} |