first commit

This commit is contained in:
编码猿
2024-09-27 01:28:38 +08:00
commit a9bde91e8e
2653 changed files with 701970 additions and 0 deletions

View File

@@ -0,0 +1 @@
c581b0a3-5c65-4f1b-b08c-589f95ce8565

View File

@@ -0,0 +1,20 @@
.Authentication{
.AuthenticationIcon{
text-align: center;
margin-top: 40px;
}
.renzhen{
margin-top: 60px;
font-weight: 600;
font-size: 16px;
text-align: center;
}
.tips{
margin: 10px 0 40px;
color: #ccc;
text-align: center;
}
.button{
text-align: center;
}
}

View File

@@ -0,0 +1,55 @@
.EnterpriseCertificationCen{
// margin-top: 50px;
.EnterpriseRow{
margin-top: 30px;
}
.label{
padding: 10px;
background-color: #f1f1f1;
padding: 10px;
background-color: #f1f1f1;
font-weight: bold;
font-size: 16px;
border-bottom: 1px solid #ccc;
}
.value{
margin-top: 20px;
padding: 10px;
.InputItem{
display: inline-block;
width: 40%;
padding: 0 20px;
margin-top: 15px;
.InputItemLabel{
float: left;
vertical-align: middle;
line-height: 40px;
margin-right: 20px;
width: 120px;
text-align: right;
}
.InputItemValue{
float: left;
width: 270px;
}
}
.InputItem1{
display: inline-block;
width: 80%;
padding: 0 20px;
margin-top: 15px;
.InputItem1Img{
display: inline-block;
margin-right: 30px;
width: 28%;
text-align: center;
p{
margin-top: 15px;
}
}
}
}
}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
left: 0;
}

View File

@@ -0,0 +1,62 @@
@import "../color/index";
@import "../mixin/index";
.GuaranteeApply {
.list {
margin-top: 20px;
overflow: hidden;
padding-bottom: 20px;
.item {
margin-bottom: 30px;
.itemTitle {
font-size: 19px;
margin-bottom: 10px;
// padding-bottom: 15px;
border-bottom: 1px solid #ded9d9;
background: #f1f1f1;
// height: 35px;
line-height: 52px;
padding-left: 15px;
p{
margin-bottom: 0;
display: inline-block;
margin-right: 20px;
}
}
.itemText {
overflow: hidden;
margin-top: 20px;
padding-left: 16px;
li {
width: 33%;
float: left;
margin-bottom: 10px;
color: #737373;
margin-top: 10px;
span{
text-align: right;
width: 160px;
display: inline-block;
}
}
}
}
}
.InputItem{
display: inline-block;
width: 40%;
padding: 0 20px;
margin-top: 15px;
.InputItemLabel{
float: left;
vertical-align: middle;
line-height: 40px;
margin-right: 20px;
width: 120px;
text-align: right;
}
.InputItemValue{
float: left;
width: 270px;
}
}
}

View File

@@ -0,0 +1,45 @@
.GuaranteeDetails{
.GuaranteeDetailsCen{
width: 1200px;
margin: 0 auto;
.headTitle{
padding: 10px;
font-weight: bold;
font-size: 18px;
}
.GuaranteeDetailsRow{
padding: 10px 15px;
.GuaranteeDetailsItem{
margin-bottom: 20px;
width: 33.33%;
float: left;
.title,.text{
float: left;
}
.title{
width: 40%;
// padding-right: 20px;
// text-align: right;
}
.text{
width: 60%;
padding-right: 10px;
}
}
}
.GuaranteeDetailsItemImg{
width: 100%;
padding-left: 15px;
margin-bottom: 20px;
.title,.text{
float: left;
}
.title{
width: 120px;
}
}
}
}
.clear{
clear: both
}

View File

@@ -0,0 +1,23 @@
@import "../color/index";
@import "../mixin/index";
.GuaranteeQuery {
}
.payitem {
text-align: center;
cursor: pointer;
padding-top: 15px;
padding-bottom: 9px;
img {
width: 55px;
}
}
.active {
color: red;
border: 1px solid #e4e2e2;
border-radius: 4px;
}

View File

@@ -0,0 +1,36 @@
@import "../mixin/index";
@import "../color/index";
.Index {
.cneter {
.list {
margin-top: 40px;
// overflow: hidden;
li {
float: left;
width: 22.4%;
box-shadow: 0px 5px 16px #e2e1e1;
margin-right: 40px;
margin-bottom: 40px;
cursor: pointer;
&:nth-child(4n) {
margin-right: 0;
}
.listTop {
height: 190px;
text-align: center;
line-height: 190px;
i {
font-size: 50px;
color: #3487ff;
}
}
.listText {
text-align: center;
background: #3487ff;
color: #fff;
padding: 15px;
}
}
}
}
}

View File

@@ -0,0 +1,182 @@
@import "../mixin/index";
@import "../color/index";
// .Login{
// .side {
// position: fixed;
// top: 0;
// left: 0;
// height: 100%;
// width: 480px;
// float: left;
// overflow: hidden;
// // background-repeat: no-repeat;
// // background-position: center;
// // background-size: cover;
// // background: "../";
// }
// .mainWraper {
// // margin-left: 480px;
// position: relative;
// height: 100%;
// .fromLogin {
// width: 480px;
// position: relative;
// margin: 0 auto;
// padding-top: 16%;
// box-sizing: border-box;
// input {
// margin-bottom: 15px;
// }
// h2 {
// font-size: 35px;
// margin-bottom: 20px;
// }
// .LoginSubmit {
// height: 50px;
// line-height: 50px;
// text-align: center;
// background: @pink50;
// background: #3487ff;
// color: #fff;
// font-size: 18px;
// border-radius: 4px;
// cursor: pointer;
// }
// }
// .fromReg {
// .SmsCode {
// position: relative;
// .SendCode {
// position: absolute;
// right: 0;
// }
// }
// .agreement {
// margin-top: -10px;
// margin-bottom: 15px;
// }
// }
// .Action {
// overflow: hidden;
// width: 480px;
// margin: 0 auto;
// margin-top: 20px;
// a {
// color: #aaa;
// cursor: pointer;
// }
// .Reg {
// float: left;
// }
// .ForgetPassword {
// float: right;
// }
// }
// }
// }
.Login {
position: relative;
height: 100%;
width: 100%;
.loginFrom {
position: absolute;
height: 600px;
width: 860px;
left: 50%;
top: 50%;
margin-top: -300px;
margin-left: -430px;
box-shadow: 0 8px 8px rgba(10, 16, 20, .24), 0 0 8px rgba(10, 16, 20, .12);
text-decoration: none;
border-radius: 5px;
overflow: hidden;
.logo {
position: absolute;
align-self: center;
padding: 0px 0px 0px 0px;
box-sizing: border-box;
width: 100%;
top: 80px;
text-align: center;
}
.loginImg {
height: 100%;
width: 370px;
float: left;
background-color: rgb(64, 158, 255);
position: relative;
.loginImgBootom {
border-width: 0px;
position: absolute;
left: 0px;
top: 245px;
width: 370px;
height: 370px;
img {
height: 100%;
width: 100%;
}
}
}
.loginRight {
float: left;
width: 490px;
height: 100%;
padding: 20px 70px;
.loginRightTitle {
margin-top: 40px;
text-align: center;
font-size: 18px;
font-weight: bold;
}
.loginRightCen {
margin-top: 60px;
.but {
width: 100%;
}
}
.loginBootom {
margin-top: 10px;
.loginBootomTips {
width: 50%;
float: left;
&:last-child {
text-align: right;
}
span {
color: #409EFF;
cursor: pointer;
}
}
}
.SmsCode {
position: relative;
.SendCode {
position: absolute;
right: 0;
}
}
}
}
}
.mb20 {
margin-bottom: 20px;
}

View File

@@ -0,0 +1,72 @@
@import "../color/index";
@import "../mixin/index";
.PersonalCenter {
.cneter {
.list {
li {
width: 23.7%;
float: left;
border: 1px solid #d9d9d9;
border-radius: 4px;
margin-right: 20px;
padding: 10px 0;
padding-left: 30px;
box-sizing: border-box;
margin-bottom: 20px;
cursor: pointer;
&:nth-child(4) {
margin-right: 0;
}
img {
width: 53px;
height: 53px;
border-radius: 100%;
vertical-align: middle;
}
span {
font-size: 18px;
color: #8d8d8d;
margin-left: 17px;
}
}
}
}
}
.headTitle{
padding: 10px;
font-weight: bold;
font-size: 18px;
}
.GuaranteeDetailsRow{
padding: 10px 15px;
.GuaranteeDetailsItem{
margin-bottom: 20px;
width: 33.33%;
float: left;
.title,.text{
float: left;
}
.title{
width: 40%;
}
.text{
width: 60%;
padding-right: 10px;
}
}
}
.GuaranteeDetailsItemImg{
width: 100%;
padding-left: 15px;
margin-bottom: 20px;
.title,.text{
float: left;
}
.title{
width: 120px;
}
}
.clear{
clear: both
}