MSI SSD SPATIUM S270 SATA 2.5 240GB R500 W400.
Ürün Açıklaması
/* 主題顏色 獨立檔案 */ /* darkRed */ .resellerContainer--theme { --theme-background: #000; --theme--titleColor: #fe0000; --theme-textColor: #fff; } /* container 最外層 blade */ * { box-sizing: border-box; } body, div, p, section, article, figure, h1, h2, span, ol, ul, li { margin: 0; padding: 0; } li { list-style: none; } .resellerContainer--font { --font-title: 32px; --font-text: 16px; --font-cardTitle: 24px; --font-cardText: 16px; } .resellerContainer { font-family: "Segoe UI"; position: relative; padding: 25px; margin: 0 auto; background-color: var(--theme-background) } @media (min-width:992px) { .resellerContainer { max-width: 1170px; } } .defaultSpace { margin-top: 50px; } .defaultSpace:first-of-type { margin-top: 0; } /* KVContent */ .resellerKVContent__imageBox img { width: 100%; vertical-align: middle; } .resellerKVContent__imageBox { position: relative; } .resellerKVContent__imageBox .msiLogo { position: absolute; top: 0; left: 0; z-index: 1; } .resellerKVContent__description { text-align: center; margin-top: 30px; } .resellerKVContent__description .title { color: var(--theme--titleColor); font-size: var(--font-title); font-weight: bold; } .resellerKVContent__description .context { color: var(--theme-textColor); margin: 4px auto 0; font-size: var(--font-text); } @media (min-width: 992px) { .resellerKVContent__description .context { width: 50%; } } /* end KVContent */ /* resellerVideo */ .resellerVideo__content { width: 100%; } /* end resellerVideo */ /* resellerOneCard */ .resellerOneCard .msiCard__content ol { margin: 25px auto 0; text-align: left; } @media (min-width: 992px) { .resellerOneCard .msiCard__content ol { width: 60%; } } .resellerOneCard .msiCard__content ul { margin: 25px auto 0; text-align: left; } @media (min-width: 992px) { .resellerOneCard .msiCard__content ul { width: 60%; }