10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
|
.i-card {
|
||
|
width: 710rpx;
|
||
|
border-radius: 20rpx;
|
||
|
background: #fff;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
overflow: hidden;
|
||
|
box-shadow: 10rpx 10rpx 20rpx 0rpx #afafafa1;
|
||
|
}
|