|
@@ -0,0 +1,165 @@
|
|
|
+.DNF-floating-window{
|
|
|
+ background:url(./img/f-bg.png?__inline) no-repeat center center;
|
|
|
+ width:290px;
|
|
|
+ height:570px;
|
|
|
+ position: fixed;
|
|
|
+ right:20px;
|
|
|
+ top:0;
|
|
|
+ bottom:0;
|
|
|
+ margin:auto;
|
|
|
+ box-sizing: border-box;
|
|
|
+ line-height: 24px;
|
|
|
+ z-index:10000;
|
|
|
+ transition:0.5s all;
|
|
|
+}
|
|
|
+.fw-content{
|
|
|
+ transition:0.5s all;
|
|
|
+ padding: 0 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.DNF-F-title{
|
|
|
+ padding-top:26px;
|
|
|
+ color:#e94646;
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
+}
|
|
|
+.DNF-F-title .text{
|
|
|
+ font-size:20px;
|
|
|
+ padding-top:8px;
|
|
|
+}
|
|
|
+.gift-code{
|
|
|
+ font-size:14px;
|
|
|
+ color:#AEAEAE;
|
|
|
+ margin-top:17px;
|
|
|
+}
|
|
|
+.code{
|
|
|
+ display:inline-block;
|
|
|
+ width:120px;
|
|
|
+ height:28px;
|
|
|
+ background:#4c4c4c;
|
|
|
+ line-height: 28px;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.address{
|
|
|
+ color:#AEAEAE;
|
|
|
+ margin-top:5px;
|
|
|
+
|
|
|
+}
|
|
|
+.address .text{
|
|
|
+ font-size:14px;
|
|
|
+ color:#4a81ff;
|
|
|
+}
|
|
|
+.notice{
|
|
|
+ font-size:14px;
|
|
|
+ color:#b5b5b5;
|
|
|
+ margin-top:10px;
|
|
|
+}
|
|
|
+.prop-wrapper{
|
|
|
+ margin-top:6px;
|
|
|
+
|
|
|
+}
|
|
|
+.prop-list{
|
|
|
+ font-size:14px;
|
|
|
+ color:#FFB159;
|
|
|
+ line-height: 40px;
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
+.prop-list:nth-child(1)::before{
|
|
|
+ content:'';
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ width:28px;
|
|
|
+ height:28px;
|
|
|
+ line-height: 28px;
|
|
|
+ margin-right:10px;
|
|
|
+ background: url(./img/1.png?__inline) no-repeat center / 100% ;
|
|
|
+}
|
|
|
+.prop-list:nth-child(2)::before{
|
|
|
+ content:'';
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ width:28px;
|
|
|
+ height:28px;
|
|
|
+ line-height: 28px;
|
|
|
+ margin-right:10px;
|
|
|
+ background: url(./img/2.png?__inline) no-repeat center / 100% ;
|
|
|
+}
|
|
|
+.prop-list:nth-child(3)::before{
|
|
|
+ content:'';
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ width:28px;
|
|
|
+ height:28px;
|
|
|
+ line-height: 28px;
|
|
|
+ margin-right:10px;
|
|
|
+ background: url(./img/3.png?__inline) no-repeat center / 100% ;
|
|
|
+}
|
|
|
+.prop-list:nth-child(4)::before{
|
|
|
+ content:'';
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ width:28px;
|
|
|
+ height:28px;
|
|
|
+ line-height: 28px;
|
|
|
+ margin-right:10px;
|
|
|
+ background: url(./img/4.png?__inline) no-repeat center / 100% ;
|
|
|
+}
|
|
|
+.prop-list:nth-child(5)::before{
|
|
|
+ content:'';
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ width:28px;
|
|
|
+ height:28px;
|
|
|
+ line-height: 28px;
|
|
|
+ margin-right:10px;
|
|
|
+ background: url(./img/5.png?__inline) no-repeat center / 100% ;
|
|
|
+}
|
|
|
+.prop-list:nth-child(6)::before{
|
|
|
+ content:'';
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ width:28px;
|
|
|
+ height:28px;
|
|
|
+ line-height: 28px;
|
|
|
+ margin-right:10px;
|
|
|
+ background: url(./img/6.png?__inline) no-repeat center / 100% ;
|
|
|
+}
|
|
|
+.prop-list:nth-child(7)::before{
|
|
|
+ content:'';
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ width:28px;
|
|
|
+ height:28px;
|
|
|
+ line-height: 28px;
|
|
|
+ margin-right:10px;
|
|
|
+ background: url(./img/7.png?__inline) no-repeat center / 100% ;
|
|
|
+}
|
|
|
+.prop-list:nth-child(8)::before{
|
|
|
+ content:'';
|
|
|
+ display: inline-block;
|
|
|
+ vertical-align: middle;
|
|
|
+ width:28px;
|
|
|
+ height:28px;
|
|
|
+ line-height: 28px;
|
|
|
+ margin-right:10px;
|
|
|
+ background: url(./img/8.png?__inline) no-repeat center / 100% ;
|
|
|
+}
|
|
|
+.fw-arrow-wrap{
|
|
|
+ width:21px;
|
|
|
+ height:53px;
|
|
|
+ position: absolute;
|
|
|
+ top:0;
|
|
|
+ bottom:0;
|
|
|
+ margin:auto;
|
|
|
+ left:-20px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.fw-arrow-right{
|
|
|
+ background:url(./img/arrow-right.png?__inline) no-repeat center/100%;
|
|
|
+}
|
|
|
+
|
|
|
+.fw-arrow-left{
|
|
|
+ background:url(./img/arrow-left.png?__inline) no-repeat center/100%;
|
|
|
+
|
|
|
+}
|