123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- @charset "utf-8";
- .clear{
- clear: both;
- }
- .personal-data-content{
- margin: 0 auto;
- width: 1280px;
- height: 1023px;
- background: url(../../images/aio/index-bg.png) no-repeat;
- overflow: hidden;
- }
- .data-content-title{
- margin-top: 177px;
- width: 1280px;
- font-size:32px;
- color:#151515;
- text-align:center;
- letter-spacing: 5px;
- line-height:180px;
- }
- .data-content-img{
- display: block;
- width: 143px;
- margin: 0 auto;
- padding: 15px 0px;
- }
- .data-content-table{
- width: 1280px;
- height: 205px;
- }
- .content-table-wapper{
- width: 764px;
- height: 204px;
- margin: 0 auto;
- padding:15px 85px;
- background:url(../../images/idcard/data_content_bg.png) no-repeat center;
- }
- .table-wapper-lefttitle{
- width: 144px;
- height: 25px;
- font-family: MicrosoftYaHei;
- font-size: 24px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 60px;
- letter-spacing: 0px;
- color: #0064f6;
- }
- .table-wapper-rightinfo{
- font-family: MicrosoftYaHei;
- font-size: 24px;
- font-weight: normal;
- letter-spacing: 0px;
- color: #0064f6;
- }
- .table-wapper-tdleft{
- text-align: right;
- }
- .data-content-phone{
- width: 762px;
- height: 87px;
- margin: 38px auto 0px auto;
- }
- .data-content-code{
- width: 762px;
- height: 87px;
- margin: 38px auto 0px auto;
- }
- input::-webkit-input-placeholder {
- color: #7dbff5;
- font-size: 22px;
- }
- .content-phone-left{
- float:left;
- width: 505px;
- height: 90px;
- background-color:#fff;
- }
- .phone-left-left{
- float: left;
- }
- .phone-left-right{
- float: right;
- }
- .phone-left-img{
- margin-top: 20px;
- margin-left: 50px;
- }
- .phone-left-input{
- background: #fff !important;
- display: inline-block;
- height: 90px;
- font-family: MicrosoftYaHei;
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height:90px;
- letter-spacing: 0px;
- color: #151515;
- width: 405px;
- padding-left: 10px;
- padding-right: 10px;
- }
- .phone-left-input::-webkit-input-placeholder{color:#808080;}
- .content-phone-right{
- float:right;
- width: 228px;
- height: 85px;
- background-color:#e1871a;
- border-radius:5px;
- text-align:center;
- }
- .content-code-tip{
- width: 133px;
- height: 21px;
- font-family: MicrosoftYaHei;
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 20px;
- letter-spacing: 0px;
- color: #7dbff5;
- }
- .phone-right-tip{
- width: 130px;
- height: 25px;
- font-family: MicrosoftYaHei;
- font-size: 26px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 36px;
- letter-spacing: 0px;
- color: #ffffff;
- margin: 24px auto 0px auto;
- display: block;
- }
- .content-code-left{
- float:left;
- width: 505px;
- height: 90px;
- background-color:#fff;
- }
- .code-left-left{
- float: left;
- }
- .code-left-right{
- float: right;
- }
- .code-left-img{
- margin-top: 24px;
- margin-left: 45px;
- }
- .code-left-input{
- background: #fff !important;
- display: inline-block;
- height: 90px;
- font-family: MicrosoftYaHei;
- font-size: 22px;
- font-weight: normal;
- font-stretch: normal;
- line-height:90px;
- letter-spacing: 0px;
- color: #151515;
- width: 405px;
- padding-left: 10px;
- padding-right: 10px;
- }
- .code-left-input::-webkit-input-placeholder{color:#808080;}
- .content-code-right{
- float:right;
- width: 228px;
- height: 85px;
- background-color:#0064f6;
- border-radius:5px;
- text-align:center;
- }
- .code-right-tip{
- width: 104px;
- height: 25px;
- font-family: MicrosoftYaHei;
- font-size: 26px;
- font-weight: normal;
- font-stretch: normal;
- line-height: 36px;
- letter-spacing: 0px;
- color: #ffffff;
- margin: 24px auto 0px auto;
- display: block;
- }
- .personal-footer{
- margin-top: 33px;
- }
- .all-left{
- width: 150px;
- }
|