Files
g.hnyhua.cn/Mtxfw.VipSite/Css/your_style.css
2026-02-07 15:48:27 +08:00

126 lines
6.2 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* It is advised not to edit the smartadmin_production.css
* as this will override any changes you make in the
* later versions of this theme.
*
* We advise that you use use this CSS to override
* SenTrader styles.
*
* Rename the stylesheet to whatever your liking so it will stay
* unique to you with each update of SenTrader.
*/
/*
* INDEX
*
* - HTML
* - BODY
* - CUSTOM STYLES
*/
em{font-style: normal;}
.exchange_bg{ background-size: cover;}
.gift_bg:before, .exchange_bg:before{content:""; display:block; height:100%; width:100%; background-color:rgba(0,0,0, .6); position:absolute; left:0; top:0; z-index:0;}
.gift_bg .gift_block,.exchange_bg .row{ position:relative; z-index:1}
.exchange_bg0{ background: url(http://grg.ventures/premium/selection01.jpg) no-repeat center center; background-size: cover;}
.exchange_bg1{ background: url(http://grg.ventures/premium/selection02.jpg) no-repeat center center; background-size: cover;}
.exchange_bg2{ background:url(http://grg.ventures/premium/selection03.jpg) no-repeat center center; background-size: cover;}
.exchange_bg3{ background:url(http://grg.ventures/premium/selection04.jpg) no-repeat center center; background-size: cover;}
.exchange_bg4{ background:url(http://grg.ventures/premium/selection05.jpg) no-repeat center center; background-size: cover;}
.exchange_bg5{ background:url(http://grg.ventures/premium/selection06.jpg) no-repeat center center; background-size: cover;}
.exchange_bg6{ background:url(http://grg.ventures/premium/selection07.jpg) no-repeat center center; background-size: cover;}
.exchange_bg7{ background:url(http://grg.ventures/premium/selection08.jpg) no-repeat center center; background-size: cover;}
.exchange_bg8{ background:url(http://grg.ventures/premium/selection09.jpg) no-repeat center center; background-size: cover;}
.exchange_bg9{ background:url(http://grg.ventures/premium/selection10.jpg) no-repeat center center; background-size: cover;}
.exchange_bg10{ background:url(http://grg.ventures/premium/selection11.jpg) no-repeat center center; background-size: cover;}
.exchange_bg11{ background:url(http://grg.ventures/premium/selection12.jpg) no-repeat center center; background-size: cover;}
.exchange_bg12{ background:url(http://grg.ventures/premium/selection13.jpg) no-repeat center center; background-size: cover;}
.exchange_bg13{ background:url(http://grg.ventures/premium/selection14.jpg) no-repeat center center; background-size: cover;}
.exchange_bg14{ background:url(http://grg.ventures/premium/selection15.jpg) no-repeat center center; background-size: cover;}
.exchange_bg15{ background:url(http://grg.ventures/premium/selection16.jpg) no-repeat center center; background-size: cover;}
.exchange_bg16{ background:url(http://grg.ventures/premium/selection17.jpg) no-repeat center center; background-size: cover;}
.exchange_bg17{ background:url(http://grg.ventures/premium/selection18.jpg) no-repeat center center; background-size: cover;}
.exchange_bg18{ background:url(http://grg.ventures/premium/selection19.jpg) no-repeat center center; background-size: cover;}
.exchange_bg19{ background:url(http://grg.ventures/premium/selection20.jpg) no-repeat center center; background-size: cover;}
.exchange_bg20{ background:url(http://grg.ventures/premium/selection21.jpg) no-repeat center center; background-size: cover;}
.exchange_bg21{ background:url(http://grg.ventures/premium/selection22.jpg) no-repeat center center; background-size: cover;}
.exchange_bg22{ background:url(http://grg.ventures/premium/selection23.jpg) no-repeat center center; background-size: cover;}
.gift_banner{ background:url(http://ion2.co/img/gift/gift_banner.jpg) no-repeat 0 center #fff; height:100px;}
.gift_banner1{ background:url(http://ion2.co/img/gift/gift_banner1.jpg) no-repeat 0 center #fff; height:100px;}
.gift_bg0{ background: url(http://ion2.co/img/gift/gift1.jpg) no-repeat center center; background-size: cover;}
.gift_bg1{ background: url(http://ion2.co/img/gift/gift2.jpg) no-repeat center center; background-size: cover;}
.gift_bg2{ background:url(http://ion2.co/img/gift/gift3.jpg) no-repeat center center; background-size: cover;}
.gift_bg3{ background:url(http://grg.ventures/premium/selection04.jpg) no-repeat center center; background-size: cover;}
.gift_bg4{ background:url(http://grg.ventures/premium/selection05.jpg) no-repeat center center; background-size: cover;}
.gift_linear{
background-image : -webkit-gradient(linear,100% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0)), color-stop(0.5,#000));
background-image : -moz-linear-gradient(0% 0% 0deg, rgba(0,0,0,0), rgba(0,0,0,0), #000 50%, rgba(0,0,0,0) 100%);
background-image : -z-linear-gradient(0% 0% 0deg, rgba(0,0,0,0), rgba(0,0,0,0), #000 50%, rgba(0,0,0,0) 100%);
background : -os-linear-gradient(0% 0% 0deg, rgba(0,0,0,0), rgba(0,0,0,0), #000 50%, rgba(0,0,0,0) 100%);
}
@-webkit-keyframes shanshuo {
0% {opacity: 1; }
33.3% { opacity: 0.2; }
66.6% { opacity: 1; }
100% { opacity: 0.2; }
}
@-moz-keyframes shanshuo {
0% {opacity: 1; }
33.3% { opacity: 0.2; }
66.6% { opacity: 1; }
100% { opacity: 0.2; }
}
@-o-keyframes shanshuo {
0% {opacity: 1; }
33.3% { opacity: 0.2; }
66.6% { opacity: 1; }
100% { opacity: 0.2; }
}
@keyframes shanshuo {
0% {opacity: 1; }
33.3% { opacity: 0.2; }
66.6% { opacity: 1; }
100% { opacity: 0.2; }
}
.shanshuo {
-webkit-animation-name: shanshuo;
-moz-animation-name: shanshuo;
-o-animation-name: shanshuo;
animation-name: shanshuo;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
-o-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-animation-iteration-count: infinite;/*定义循环资料infinite为无限次*/
-webkit-animation-direction: alternate;/*定义动画方式*/
-moz-animation-iteration-count: infinite;
-moz-animation-direction: alternate;
-o-animation-iteration-count: infinite;
-o-animation-direction: alternate;
animation-iteration-count: infinite;
animation-direction: alternate;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
#sparks li h5{margin: 0;}