index.wxss 367 B

12345678910111213141516171819202122232425
  1. .item{
  2. width: 200rpx;
  3. padding:14rpx;
  4. /* margin-bottom: 15px; */
  5. }
  6. .item view{
  7. height: 200rpx;
  8. border-radius: 10rpx;
  9. opacity: 50%;
  10. /* box-shadow: 0 0 6px rgba(44,174,54, 0.3); */
  11. border: 1rpx solid #efefef;
  12. margin-bottom: 5px;
  13. display: flex;
  14. justify-content: center;
  15. }
  16. .item image{
  17. width: 50%;
  18. }
  19. .item text{
  20. font-size: 26rpx;
  21. color: #666;
  22. }