飞天AI数字人展会页面
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
1.6 KiB

11 months ago
  1. /* Thumbnail Effects Style */
  2. .tj_container{
  3. position: relative;
  4. }
  5. .page-list-btn {
  6. width: .5rem;
  7. height: 2.5rem;
  8. position: absolute;
  9. top: 50%;
  10. transform: translateY(-50%);
  11. cursor: pointer;
  12. z-index: 9999;
  13. }
  14. .tj_prev {
  15. left: 1rem;
  16. background: url("../../images/left.png") no-repeat top left;
  17. background-size: cover;
  18. }
  19. .tj_next {
  20. right: 1rem;
  21. background: url("../../images/right.png") no-repeat top left;
  22. background-size: cover;
  23. }
  24. .tj_wrapper {
  25. position: relative;
  26. width: 100%;
  27. height: 100%;
  28. display: flex;
  29. justify-content: center;
  30. align-items: center;
  31. }
  32. .tj_wrapper ul {
  33. width: 18.25rem;
  34. height: 9rem;
  35. display: flex;
  36. flex-wrap: wrap;
  37. justify-content: flex-start;
  38. }
  39. .tj_wrapper ul li {
  40. display: flex;
  41. justify-content: center;
  42. align-items: center;
  43. width: 6rem;
  44. height: 4.5rem;
  45. }
  46. .tj_wrapper ul li a {
  47. display: block;
  48. width: 5rem;
  49. height: 3.5rem;
  50. background: url("../../images/page-box.png") no-repeat left top;
  51. background-size: cover;
  52. }
  53. .tj-list-img {
  54. position: relative;
  55. width: 4.6rem;
  56. height: 2.725rem;
  57. margin: .2rem auto .125rem auto;
  58. }
  59. .tj-list-img img {
  60. display: block;
  61. width: 4.6rem;
  62. height: 2.725rem;
  63. }
  64. .tj-list-img span{
  65. position: absolute;
  66. top: 50%;
  67. left: 50%;
  68. display: block;
  69. width: .8rem;
  70. height: .8rem;
  71. background: url("../../images/icon_play_o_full.png") no-repeat left top;
  72. background-size: cover;
  73. transform: translateX(-50%) translateY(-50%);
  74. }
  75. .tj_wrapper ul li a p {
  76. font-size: .25rem;
  77. height: .375rem;
  78. line-height: .375rem;
  79. color: #fff;
  80. text-align: center;
  81. }