|
|
|
|
@ -5,12 +5,12 @@ |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
align-items: center; |
|
|
|
|
background-color: rgba(245, 245, 245, 0.2); |
|
|
|
|
background-image: linear-gradient(0deg, rgba(18, 150, 219,0.3) 0%, rgba(255,255,255,0) 100%); |
|
|
|
|
} |
|
|
|
|
.list { |
|
|
|
|
width: 320px; |
|
|
|
|
height: 350px; |
|
|
|
|
background-color: rgba(245, 245, 245, 0.4); |
|
|
|
|
background-color: #ffffff; |
|
|
|
|
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4); |
|
|
|
|
border-radius: 25rpx; |
|
|
|
|
display: flex; |
|
|
|
|
|