Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footsen

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • footsen
  • css
  • newIndex.css
Find file
BlameHistoryPermalink
  • dabai's avatar
    footseen背景图替换 · 729db879
    dabai committed 4 years ago
    729db879
newIndex.css 3.11 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
.main {
	margin: 0 auto;
	width: 10rem;
	height: 100%;
	position: relative;
	font-size: 0;
	background: url(https://www.footseen.com/img/new/bg2.png) repeat-y;
	background-size: 100% auto;
}
.langTitle {
	position: absolute;
	top: 0.6rem;
	left: 0.4rem;
	width: 2.5rem;
	z-index: 100;
	font-size: 0.4rem;
	color: #FFF;
}

.langTitle img {
	width: 0.2rem;
	height: 0.173rem;
	vertical-align: middle;
	margin-top: -.05rem;
	margin-right: 0.266rem;
}

.langList {
	position: absolute;
	left: 0.4rem;
	top: 1.573rem;
	width: 3.546rem;
	height: 3.84rem;
	background: rgba(255, 255, 255, .9);
	z-index: 50;
	border-radius: 0.213rem;
	-webkit-border-radius: 0.213rem;
	-moz-border-radius: 0.213rem;
	display: none;
}

.langList p {
	width: 100%;
	font-size: 0.4rem;
	color: #333;
	margin-top: 0.6rem;
	text-indent: 0.426rem;
	line-height: 1.1;
}
.langList p.check{
	color:#D82F66;
}

.topUp {
	position: absolute;
	top: 0.6rem;
	right: 0.653rem;
	z-index: 100;
	font-size:0.373rem;
	color: #FFF;
}

.mTextImg{
	width: 4.32rem;
	height: 0.48rem;
	position: absolute;
	left: 50%;
	margin-left: -2.16rem;
	bottom: 4.16rem;
}

.iosDown{
	background: url(https://www.footseen.com/img/new/button.png) no-repeat;
	background-size: 100% 100%;
	width: 7.173rem;
	height: 1.333rem;
	line-height: 1.333rem;
	font-size: 0.64rem;
	color: #D82F66;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 2.32rem;
	margin-left: -3.586rem;
}

.layer-box{
			  width: 7.2rem;
			  height: 6.973rem;
			  background: url(https://www.footseen.com/img/phonembg.png) no-repeat;
			  background-size: 100% 100%;
			  position: relative;
			}
			.layui-layer-close2{
			  display: none !important;
			}
			.layui-layer{
			  border-radius: 0.5rem !important;
			}
			.layui-layer-page .layui-layer-content{
			  border-radius: 0.5rem !important;
			}
			
			.googleDown,.apkDown{
				background: url(https://www.footseen.com/img/btngp.png) no-repeat;
				background-size: 100% 100%;
				width: 4.813rem;
				height: 1.2rem;
				line-height: 1.2rem;
				position: absolute;
				top: 1.733rem;
				left: 50%;
				transform: translate(-50%,0);
				-webkit-transform: translate(-50%,0);
				text-align: center;
				font-size: 0.426rem;
				color:#FFF;
			}
			.apkDown{
				top: 3.933rem;
			}
			
			.googleDown img,.apkDown img{
				width: 0.373rem;
				height: 0.413rem;
				vertical-align: middle;
				margin-top: -.05rem;
				margin-right: 0.133rem;
			}
a:hover{
 				color:#FFF;
 			}
.heartbeat {
			    animation-name: heartbeat;
			    -webkit-animation-name: heartbeat;
			    animation-duration: 1.5s;
			    -webkit-animation-duration: 1.5s;
			    animation-timing-function: linear;
			    -webkit-animation-timing-function: linear;
			    animation-iteration-count: infinite;
			    -webkit-animation-iteration-count: infinite;
			    visibility: visible!important;
			}
@keyframes heartbeat {
	0% {
		transform: scale(1)
	}
	10% {
		transform: scale(1.05)
	}
	20% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}

@-webkit-keyframes heartbeat {
	0% {
		transform: scale(1)
	}
	10% {
		transform: scale(1.05)
	}
	20% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}