12345678910111213141516171819202122232425 |
-
- .item{
-
- width: 200rpx;
- padding:14rpx;
- /* margin-bottom: 15px; */
- }
- .item view{
- height: 200rpx;
- border-radius: 10rpx;
- opacity: 50%;
- /* box-shadow: 0 0 6px rgba(44,174,54, 0.3); */
- border: 1rpx solid #efefef;
- margin-bottom: 5px;
- display: flex;
- justify-content: center;
- }
- .item image{
- width: 50%;
- }
- .item text{
- font-size: 26rpx;
- color: #666;
- }
|