|
@@ -251,7 +251,7 @@ export default{
|
|
|
{
|
|
|
name:"比特股",
|
|
|
coinname:"BTS",
|
|
|
- coinclass:"icon-BTS",
|
|
|
+ coinclass:"icon-BTS3",
|
|
|
state:0,
|
|
|
},
|
|
|
{
|
|
@@ -495,7 +495,7 @@ export default{
|
|
|
width: 1200px;
|
|
|
margin: 0 auto;
|
|
|
button{
|
|
|
- margin: 480px 0 0 8px;
|
|
|
+ margin: 425px 0 0 8px;
|
|
|
width: 150px;
|
|
|
height: 40px;
|
|
|
font-size: 16px;
|
|
@@ -506,17 +506,17 @@ export default{
|
|
|
}
|
|
|
}
|
|
|
.banner1{
|
|
|
- background:url("../../assets/img/banner1/banner.jpg") no-repeat center center;
|
|
|
+ background:url("../../assets/img/banner1/banner.png") no-repeat center center;
|
|
|
background-size: auto 100%;
|
|
|
height: 900px
|
|
|
}
|
|
|
.banner2{
|
|
|
- background:url("../../assets/img/banner1/banner1.jpg") no-repeat center center;
|
|
|
+ background:url("../../assets/img/banner1/banner1.png") no-repeat center center;
|
|
|
background-size: auto 100%;
|
|
|
height: 900px
|
|
|
}
|
|
|
.banner3{
|
|
|
- background:url("../../assets/img/banner1/banner2.jpg") no-repeat center center;
|
|
|
+ background:url("../../assets/img/banner1/banner2.png") no-repeat center center;
|
|
|
background-size: auto 100%;
|
|
|
height: 900px
|
|
|
}
|
|
@@ -730,6 +730,11 @@ export default{
|
|
|
.smallBox{
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
+ /*-webkit-touch-callout: none;
|
|
|
+ -webkit-user-select: none;
|
|
|
+ -moz-user-select: none;
|
|
|
+ -ms-user-select: none;
|
|
|
+ user-select: none;*/
|
|
|
.icon{
|
|
|
font-size: 62px;
|
|
|
margin-top: 30px;
|