You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
161
mobile/reg/css/applicationopen.css
Executable file
161
mobile/reg/css/applicationopen.css
Executable file
@ -0,0 +1,161 @@
|
||||
.con-nav {
|
||||
/* width: 100%; */
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.con-nav ul {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
list-style: none;
|
||||
/* padding: 0px; */
|
||||
margin: 10px 2px;
|
||||
/* display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center; */
|
||||
padding: 5px 1px;
|
||||
/* overflow-x: scroll; */
|
||||
}
|
||||
|
||||
.con-nav ul li {
|
||||
padding: 0px 20px;
|
||||
line-height: 40px;
|
||||
background: #999999;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
float: left;
|
||||
margin: 0px -16px 0px 0px;
|
||||
position: relative;
|
||||
font-size: 10px;
|
||||
/* text-align: center; */
|
||||
width: 28%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
}
|
||||
|
||||
.con-nav ul li:after {
|
||||
content: '';
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
display: block;
|
||||
border: 20px solid transparent;
|
||||
/* border-bottom: 20px solid transparent; */
|
||||
border-left: 20px solid #999999;
|
||||
position: absolute;
|
||||
right: -21px;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.con-nav ul li:before {
|
||||
content: '';
|
||||
display: block;
|
||||
border: 20px solid transparent;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
/* border-top: 20px solid transparent;
|
||||
border-bottom: 20px solid transparent; */
|
||||
border-left: 20px solid #fff;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0;
|
||||
right: -20px;
|
||||
|
||||
}
|
||||
|
||||
.con-nav ul li:first-child {
|
||||
border-radius: 4px 0 0 4px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.con-nav ul li:last-child,
|
||||
.cssNavEnd {
|
||||
border-radius: 0px 4px 4px 0px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.con-nav ul li:first-child:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.con-nav ul li:last-child:after,
|
||||
.cssNavEnd:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.con-nav ul li.active {
|
||||
background-color: #ef72b6;
|
||||
/* width: 120px; */
|
||||
}
|
||||
|
||||
.con-nav ul li.active:after {
|
||||
border-left-color: #ef72b6;
|
||||
}
|
||||
|
||||
.con-content {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.storepos label {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.num .areainp {
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
#allmap {
|
||||
flex: 0 0 80%;
|
||||
height: 200px;
|
||||
/* z-index: 0; */
|
||||
}
|
||||
|
||||
.num .renzhengphoto .photos .photo {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.num .renzhengphoto .photos .photo img {
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.confirmationtext {
|
||||
/* height: 200px; */
|
||||
width: 98%;
|
||||
margin: 0 auto;
|
||||
/* overflow: hidden; */
|
||||
}
|
||||
|
||||
.confirmationtext .confirmationtext_con {
|
||||
height: 200px;
|
||||
width: 98%;
|
||||
margin: 0 auto;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.oper {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.oper .next {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.pre {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.pre_btn {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
width: 70%;
|
||||
margin: 30px auto;
|
||||
color: #fff;
|
||||
background: #FF1A03;
|
||||
border-radius: 15px;
|
||||
}
|
143
mobile/reg/css/global.css
Executable file
143
mobile/reg/css/global.css
Executable file
@ -0,0 +1,143 @@
|
||||
.clearfix:after {
|
||||
height: 0;
|
||||
content: " ";
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
zoom: 1;
|
||||
/*IE低版本浏览器不支持after伪类所以要加这一句*/
|
||||
}
|
||||
|
||||
a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {}
|
||||
|
||||
.scroll_out {
|
||||
position: fixed;
|
||||
top: 66px;
|
||||
bottom: 50px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.scroll_out1 {
|
||||
position: fixed;
|
||||
top: 66px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.scroll_out2 {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.scroll_out3 {
|
||||
position: fixed;
|
||||
top: 162px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.scroll_out4 {
|
||||
position: fixed;
|
||||
top: 120px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.scroll_out_tb {
|
||||
position: fixed;
|
||||
top: 64px;
|
||||
bottom: 50px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.scroll_out_t {
|
||||
position: fixed;
|
||||
top: 64px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.scroll_out {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
body {
|
||||
font-family: "微软雅黑";
|
||||
}
|
||||
|
||||
.shadown_wai {
|
||||
box-shadow: 2px 2px 5px rgba(25, 25, 25, 0.2);
|
||||
border-radius: 5px;
|
||||
/*overflow: hidden;*/
|
||||
border-top: 1px solid #EFEFF4;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.pect {
|
||||
color: #fff;
|
||||
font-size: 10px;
|
||||
position: absolute;
|
||||
background: -moz-linear-gradient(left, #6600ff, #a200ff);
|
||||
/*Mozilla*/
|
||||
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#6600ff), to(#a200ff));
|
||||
/*Old gradient for webkit*/
|
||||
background: -webkit-linear-gradient(left, #6600ff, #a200ff);
|
||||
/*new gradient for Webkit*/
|
||||
background: -o-linear-gradient(left, #6600ff, #a200ff);
|
||||
/*Opera11*/
|
||||
border-radius: 3px;
|
||||
padding: 0px 2px;
|
||||
top: 65px;
|
||||
right: calc(100% - 220px);
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.backTop {
|
||||
background: #DDDDDD;
|
||||
border-radius: 50%;
|
||||
position: fixed;
|
||||
right: 10px;
|
||||
bottom: 15px;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
z-index: 9999;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
color: #666666;
|
||||
padding-top: 8px;
|
||||
opacity: 0.8;
|
||||
}
|
100
mobile/reg/css/header.css
Executable file
100
mobile/reg/css/header.css
Executable file
@ -0,0 +1,100 @@
|
||||
header {
|
||||
padding-top: 18px;
|
||||
line-height: 48px;
|
||||
text-align: center;
|
||||
background: -moz-linear-gradient(left, #f5364c, #e51329);
|
||||
/*Mozilla*/
|
||||
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f5364c), to(#e51329));
|
||||
/*Old gradient for webkit*/
|
||||
background: -webkit-linear-gradient(left, #f5364c, #e51329);
|
||||
/*new gradient for Webkit*/
|
||||
background: -o-linear-gradient(left, #f5364c, #e51329);
|
||||
/*Opera11*/
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
z-index: 10;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
header .nav{
|
||||
color: white;
|
||||
/*text-align: center;*/
|
||||
}
|
||||
.mui-bar{
|
||||
height: 66px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.mui-title{
|
||||
color: white;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
a{
|
||||
/*color: white;*/
|
||||
}
|
||||
|
||||
.mui-bar-nav{
|
||||
box-shadow: 0 0 0;
|
||||
}
|
||||
|
||||
|
||||
.header {
|
||||
width: 100%;
|
||||
height: 64px;
|
||||
padding-top: 20px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 111111111;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
.header_con {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.mui-action-back{
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 12px;
|
||||
z-index: 100;
|
||||
}
|
||||
.oc_logo {
|
||||
width: 20%;
|
||||
position: absolute;
|
||||
margin: 0 auto;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 27%;
|
||||
}
|
||||
.header_con .title{
|
||||
color: #101010;
|
||||
font-size: 17px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
bottom: 11.5px;
|
||||
z-index: 10;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.header_con .header_con_bc{
|
||||
color: #101010;
|
||||
font-size: 17px;
|
||||
position: absolute;
|
||||
/* left: 0; */
|
||||
right: 10px;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
bottom: 11.5px;
|
||||
z-index: 10;
|
||||
}
|
243
mobile/reg/css/login.css
Executable file
243
mobile/reg/css/login.css
Executable file
@ -0,0 +1,243 @@
|
||||
body{
|
||||
background: -webkit-linear-gradient(#ff007a, #df00ff); /* Safari 5.1 - 6.0 */
|
||||
background: -o-linear-gradient(#ff007a, #df00ff); /* Opera 11.1 - 12.0 */
|
||||
background: -moz-linear-gradient(#ff007a, #df00ff); /* Firefox 3.6 - 15 */
|
||||
background: linear-gradient(#ff007a, #df00ff); /* 标准的语法 */
|
||||
}
|
||||
|
||||
.header {
|
||||
width: 100%;
|
||||
height: 64px;
|
||||
padding-top: 20px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left:0;
|
||||
right: 0;
|
||||
z-index: 111111111;
|
||||
/background-color: rgba(255, 255, 255, 1);
|
||||
}
|
||||
|
||||
.header_con {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.rowImg{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.oc_logo {
|
||||
display: inline-block;
|
||||
width: 20%;
|
||||
margin: 10px auto;
|
||||
/* position: absolute; */
|
||||
/* margin: 20px auto 10px; */
|
||||
/* left: 0;
|
||||
right: 0; */
|
||||
/* bottom: 27%; */
|
||||
}
|
||||
.header_con .title{
|
||||
color: #101010;
|
||||
font-size: 17px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
bottom: 11.5px;
|
||||
z-index: 10;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.con{
|
||||
width: 95%;
|
||||
margin: 78px auto 0px;
|
||||
background: #fff;
|
||||
border: 1px solid #fff;
|
||||
border-radius: 20px;
|
||||
}
|
||||
.header .header_con .title{
|
||||
/* margin-top: 40px; */
|
||||
line-height: 22px;
|
||||
}
|
||||
|
||||
.files_out img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.row{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
width: 90%;
|
||||
margin: 0px auto 5px;
|
||||
height: 42px;
|
||||
background: white;
|
||||
border:1px solid #e6e6e6;
|
||||
border-radius: 30px;
|
||||
}
|
||||
.row img{
|
||||
width: 25.2px;
|
||||
height: 25.2px;
|
||||
/* float: left;
|
||||
margin: 7px; */
|
||||
}
|
||||
.row span{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.s1{
|
||||
float: left;
|
||||
width: 100px;
|
||||
line-height: 42px;
|
||||
color: #525252;
|
||||
font-size: 13.2px;
|
||||
}
|
||||
.con .row input{
|
||||
float: left;
|
||||
margin: 0px 5px 0px 0px;
|
||||
width: calc(100% - 150px);
|
||||
height: 30px;
|
||||
border: none;
|
||||
}
|
||||
.con .row input::-webkit-input-placeholder{
|
||||
font-size: 13.2px;
|
||||
}
|
||||
.down{
|
||||
/* width: 100%; */
|
||||
padding: 12px;
|
||||
margin: 15px auto;
|
||||
}
|
||||
.down .btn{
|
||||
width: 80%;
|
||||
margin: 0px auto;
|
||||
height: 42px;
|
||||
text-align: center;
|
||||
line-height: 42px;
|
||||
color: white;
|
||||
/* background: #f02c43; */
|
||||
background:#df00ff ;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.pNameCode .s99{
|
||||
width: 135px;
|
||||
margin-left: 3%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.con .row .yzm,.con .row .tpyzm{
|
||||
width: calc( 100% - 210px);
|
||||
}
|
||||
.con .row #getMobileCode{
|
||||
width: 110px;
|
||||
float: right;
|
||||
/* margin-top: 4px; */
|
||||
text-align: center;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
border: 1px solid #e6e6e6;
|
||||
border-radius: 30px;
|
||||
color: #909090;
|
||||
font-size: 13.2px;
|
||||
padding: 0;
|
||||
margin: 0px;
|
||||
background: #fff;
|
||||
}
|
||||
.zcxy{
|
||||
/* margin-top: 22px; */
|
||||
/* width: 90%;
|
||||
margin: 0px auto; */
|
||||
}
|
||||
.zcxytitle{
|
||||
width: 97%;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
margin: 0px auto 10px;
|
||||
font-size: 14px;
|
||||
color: #333333;
|
||||
background: #fff;
|
||||
/* box-shadow: 2px 2px 5px rgba(25, 25, 25, 0.2); */
|
||||
}
|
||||
.zcxytitle label{
|
||||
padding: 8px 5px;
|
||||
|
||||
}
|
||||
.zcxy .zcxycontent {
|
||||
width: 97%;
|
||||
margin: 0px auto;
|
||||
background: pink;
|
||||
overflow-y:scroll;
|
||||
height: 300px;
|
||||
background: #fff;
|
||||
padding:10px 4px;
|
||||
}
|
||||
.zcxycontent h3 {
|
||||
font-size:15px;
|
||||
text-align: center;
|
||||
}
|
||||
.zcxycontent::-webkit-scrollbar
|
||||
{
|
||||
background: hotpink;
|
||||
/* display: none!important; */
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
}
|
||||
.renzhengphoto {
|
||||
width: 90%;
|
||||
margin: 10px auto 0px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background: #fff;
|
||||
padding: 7px;
|
||||
box-sizing: border-box;
|
||||
/* flex: 1; */
|
||||
}
|
||||
.renzhengphoto label {
|
||||
width: 100px;
|
||||
font-size: 13px;
|
||||
color: #363636;
|
||||
align-self: flex-start;
|
||||
}
|
||||
.renzhengphoto .photos span {
|
||||
font-size: 12px;
|
||||
height: 20px;
|
||||
/* padding-left: 5px; */
|
||||
}
|
||||
.photos{
|
||||
display: flex;
|
||||
}
|
||||
.ossfile {
|
||||
display: inline-block;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
/* background: #ccc; */
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
position: relative;
|
||||
background: url(../img/pjimg.png) no-repeat center;
|
||||
|
||||
}
|
||||
.ossfile img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.files_out {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
/* padding-top: 24px; */
|
||||
}
|
||||
|
13
mobile/reg/css/sha.css
Executable file
13
mobile/reg/css/sha.css
Executable file
@ -0,0 +1,13 @@
|
||||
.top {
|
||||
width: 100%;
|
||||
height: 16px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.con {
|
||||
width: 100%;
|
||||
padding: 0 2%;
|
||||
transform: translateY(-16px);
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
}
|
Reference in New Issue
Block a user