index.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. .product-details-section .container .section-title .close {
  2. cursor: pointer;
  3. width: 36px;
  4. height: 36px;
  5. line-height: 30px;
  6. box-shadow: 0px 2px 17px 4px rgba(158, 158, 158, 0.15);
  7. background: #FFFFFF;
  8. border: 1px solid #F2F2F2;
  9. border-radius: 4px;
  10. }
  11. .product-details-section .tab-pane {
  12. padding: 30px;
  13. box-shadow: 0px 2px 17px 4px rgba(158, 158, 158, 0.15);
  14. }
  15. .product-details-section .tab-pane .productContent {
  16. /* display: flex; */
  17. }
  18. .product-details-section .tab-pane .productContent>div:nth-child(1) {
  19. width: 40%;
  20. text-align: center;
  21. }
  22. .product-details-section .tab-pane .productContent>div:nth-child(2) {
  23. width: 60%;
  24. }
  25. .product-details-section .tab-pane .close {
  26. cursor: pointer;
  27. }
  28. .product-details-section .tab-pane .productText {
  29. font-size: 20px;
  30. font-family: Microsoft YaHei;
  31. font-weight: bold;
  32. color: #333333;
  33. text-align: center;
  34. margin-bottom: 20px;
  35. }
  36. .product-details-section .tab-pane .productContent .paneConText .title {
  37. font-size: 16px;
  38. font-family: Microsoft YaHei;
  39. font-weight: bold;
  40. color: #333333;
  41. margin-bottom: 15px;
  42. margin-top: 15px;
  43. }
  44. .product-details-section .tab-pane .productContent .paneConText .content {
  45. font-size: 15px;
  46. font-family: Microsoft YaHei;
  47. color: #333333;
  48. line-height: 28px;
  49. }
  50. .product-details-section .tab-pane .productContent .productContentImg {
  51. height: 300px;
  52. padding-right: 20px;
  53. }
  54. .product-grid-section .container .grid-isotope .software .product-link {
  55. cursor: pointer;
  56. }
  57. .product-grid-section .grid-filter ul li div span {
  58. width: 100%;
  59. overflow: hidden;
  60. text-overflow: ellipsis;
  61. white-space: nowrap;
  62. }
  63. @media (max-width: 991px) {
  64. .product-details-section .tab-pane .productContent {
  65. display: inline;
  66. }
  67. .product-details-section .tab-pane .productContent>div:nth-child(1) {
  68. width: 100%;
  69. text-align: center;
  70. }
  71. .product-details-section .tab-pane .productContent>div:nth-child(2) {
  72. width: 100%;
  73. }
  74. .product-details-section .tab-pane .productContent .productContentImg {
  75. padding: 0;
  76. }
  77. }
  78. @media (max-width: 768px) {
  79. .product-grid-section .container {
  80. max-width: 100%;
  81. }
  82. .product-grid-section .grid-isotope .product-grid-box .product-img img {
  83. height: 180px;
  84. }
  85. }
  86. @media (max-width: 576px) {
  87. .product-grid-section .grid-isotope .product-grid-box .product-img img {
  88. height: 250px;
  89. }
  90. }