region.wxss 720 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* components/region/region.wxss */
  2. .region{
  3. padding: 0 33rpx;
  4. }
  5. .title{
  6. font-size: 25rpx;
  7. height: 108rpx;
  8. line-height: 108rpx;
  9. text-align: left;
  10. }
  11. .videoItem {
  12. margin-left: 28rpx;
  13. margin-top: 28rpx;
  14. display: inline-block;
  15. position: relative;
  16. color: #fdfbfc;
  17. font-size: 23rpx;
  18. height: 111rpx;
  19. width:200rpx;
  20. }
  21. .videoItem .time{
  22. position: absolute;
  23. right: 16rpx;
  24. bottom: 5rpx;
  25. }
  26. .videoItem .select{
  27. border: 1rpx solid #ece5e4;
  28. position: absolute;
  29. border-radius: 50%;
  30. height: 30rpx;
  31. width: 30rpx;
  32. right: 16rpx;
  33. top: 16rpx;
  34. text-align: center;
  35. line-height: 30rpx;
  36. }
  37. .videoItem .act{
  38. border: none;
  39. background: #fe2a54;
  40. }
  41. .region .videoItem{
  42. display: inline-block;
  43. }