remember.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .listAll{
  2. background: url(https://www.icelook.cn/exhibition/images/page/bg.jpg) no-repeat;
  3. background-size: cover;
  4. height: 100vh;
  5. }
  6. .title{
  7. width: 100%;
  8. z-index: 10;
  9. background: #F5EAD2;
  10. padding-bottom: 20rpx;
  11. .titles{
  12. text-align: center;
  13. color: #000;
  14. font-size: 36rpx;
  15. font-family: Georgia, 'Times New Roman', Times, serif;
  16. font-weight: bold;
  17. padding-top: 10rpx;
  18. }
  19. .back{
  20. position: absolute;
  21. left: 30rpx;
  22. width: 80rpx;
  23. height: 35rpx;
  24. image{
  25. width: 18rpx;
  26. height: 100%;
  27. }
  28. }
  29. }
  30. .list{
  31. padding:30rpx 30rpx;
  32. li{
  33. width: 326rpx;
  34. height: 362rpx;
  35. background: #fff;
  36. box-shadow: 0 0 10px rgba(0,0,0,.1);
  37. border-radius: 16rpx;
  38. margin-bottom: 20rpx;
  39. position: relative;
  40. overflow: hidden;
  41. text-align: center;
  42. image{
  43. width: 100%;
  44. height: 280rpx;
  45. }
  46. .text{
  47. padding:0 30rpx;
  48. }
  49. }
  50. li:nth-child(2n){
  51. float: right;
  52. }
  53. .nodata{
  54. text-align: center;
  55. padding-top: 200rpx;
  56. color: #666;
  57. image{
  58. width: 440rpx;
  59. height: 240rpx;
  60. }
  61. }
  62. }