| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- .Hot2 {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 20;
- transition: all 0.3s;
- display: flex;
- background-color: rgba(0, 0, 0, 0.6);
- backdrop-filter: blur(2px);
- :global {
- .h2Main {
- width: 50%;
- height: 100%;
- background-size: 100% 100%;
- padding: 3% 3% 1% 3%;
- // 标题
- .h2Titele {
- padding: 0 50px;
- position: relative;
- display: inline-block;
- color: #eacf60;
- font-size: 30px;
- & > img {
- position: absolute;
- top: 60%;
- left: 0;
- transform: translateY(-50%);
- width: 40px;
- height: auto;
- }
- .h2TimgR {
- left: auto;
- right: 0;
- }
- }
- // 图文
- .h2TuWen {
- margin: 10px 0;
- width: 100%;
- height: calc(100% - 150px);
- overflow-y: auto;
- border-bottom: 1px solid transparent;
- &::-webkit-scrollbar {
- display: none;
- }
- .H2model {
- width: 100%;
- height: 200px;
- .H2modelSon {
- iframe {
- width: 100%;
- height: 100%;
- }
- }
- video {
- object-fit: cover;
- width: 100%;
- height: 100%;
- }
- }
- .adm-image {
- width: 90%;
- margin: 0 auto;
- height: auto;
- min-height: 80px;
- margin-bottom: 10px;
- .adm-image-tip {
- min-height: 80px;
- }
- img {
- width: 100%;
- height: 100%;
- object-fit: contain !important;
- max-height: 180px;
- }
- }
- .h2txt {
- font-size: 14px;
- line-height: 24px;
- color: #fffddc;
- p {
- font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB',
- 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif !important;
- margin-bottom: 10px;
- }
- h3 {
- color: #eacf60;
- font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB',
- 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif !important;
- margin-bottom: 8px;
- }
- }
- }
- .h2TuWenDuo {
- height: calc(100% - 115px);
- margin-bottom: 15px;
- }
- // 底部
- .h2FlooBox {
- width: 100%;
- height: 40px;
- display: flex;
- justify-content: center;
- margin-bottom: 10px;
- .h2Floo {
- min-width: 200px;
- text-align: center;
- max-width: 80%;
- height: 100%;
- overflow-x: auto;
- white-space: nowrap;
- display: inline-block;
- border-radius: 4px;
- background: linear-gradient(
- to right,
- rgba(0, 0, 0, 0.2),
- rgba(0, 0, 0, 0.5),
- rgba(0, 0, 0, 0.2)
- );
- &::-webkit-scrollbar {
- display: none;
- }
- .h2FlooRow {
- padding: 0 10px;
- display: inline-block;
- cursor: pointer;
- font-size: 16px;
- color: #fffddc;
- opacity: 0.8;
- line-height: 38px;
- }
- .h2FlooRowShow {
- font-weight: 700;
- opacity: 1;
- color: #eacf60;
- }
- }
- }
- // 返回按钮
- #BtnRight {
- position: relative;
- width: 36px;
- height: 36px;
- left: 50%;
- transform: translateX(-50%);
- bottom: 0px;
- }
- }
- .h2Right {
- width: 50%;
- height: 100%;
- }
- // 屏幕>=1200
- @media screen and (min-width: 1200px) {
- .h2Main {
- width: 40%;
- .h2Titele {
- font-size: 22px;
- }
- .h2TuWen {
- .h2txt {
- h3 {
- font-size: 12px;
- }
- p {
- font-size: 10px;
- line-height: 20px;
- margin-bottom: 5px;
- }
- }
- // .adm-image {
- // max-width: 60%;
- // }
- }
- .h2FlooBox {
- height: 30px;
- .h2Floo {
- max-width: 100%;
- min-width: 100px;
- .h2FlooRow {
- line-height: 28px;
- font-size: 10px;
- padding: 0 8px;
- }
- }
- }
- }
- .h2Right {
- width: 60%;
- }
- }
- }
- }
- .Hot2Ji {
- background: linear-gradient(
- to right,
- rgba(43, 16, 16, 1),
- rgba(43, 16, 16, 0.9),
- rgba(43, 16, 16, 0.2)
- );
- }
|