| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388 |
- body {
- background: #666666;
- font-family: "Microsoft YaHei"
- }
- #supersized-loader {
- position: absolute;
- top: 50%;
- left: 50%;
- z-index: 0;
- width: 60px;
- height: 60px;
- margin: -30px 0 0 -30px;
- text-indent: -999em;
- background: url(../images/loading.gif) no-repeat center center
- }
- #supersized {
- display: block;
- position: fixed;
- left: 0;
- top: 0;
- overflow: hidden;
- z-index: -999;
- height: 100%;
- width: 100%
- }
- #supersized img {
- width: auto;
- height: auto;
- position: relative;
- display: none;
- outline: none;
- border: none
- }
- #supersized.speed img {
- -ms-interpolation-mode: nearest-neighbor;
- image-rendering: -moz-crisp-edges
- }
- #supersized.quality img {
- -ms-interpolation-mode: bicubic;
- image-rendering: optimizeQuality
- }
- #supersized li {
- display: block;
- list-style: none;
- z-index: -30;
- position: fixed;
- overflow: hidden;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #111
- }
- #supersized a {
- width: 100%;
- height: 100%;
- display: block
- }
- #supersized li.prevslide {
- z-index: -20
- }
- #supersized li.activeslide {
- z-index: -10
- }
- #supersized li.image-loading {
- background: #111 url(../images/loading.gif) no-repeat center center;
- width: 100%;
- height: 100%
- }
- #supersized li.image-loading img {
- visibility: hidden
- }
- #supersized li.prevslide img,#supersized li.activeslide img {
- display: inline
- }
- #supersized img {
- max-width: none!important
- }
- #supersized i {
- _zoom: 300
- }
- .larry-main {
- width: 400px;
- height: auto;
- margin: 0 auto;
- padding-top: 45px;
- padding-bottom: 25px;
- padding-left: 45px;
- padding-right: 45px;
- box-shadow: 0px 0px 70px #e1e6eb;
- border-radius: 5px;
- position: absolute;
- right: 15%;
- top: 10%;
- /* background:rgb(0,0,0): ; */
- /* background: rgb(65,208,242,0.8); */
- filter: alpha(opacity=80);
- /* border: 1px solid #909090;*/
- }
- .larry-main .title {
- display: block;
- width: 100%;
- height: 45px;
- line-height: 45px;
- color: #ffffff;
- font-size: 32px;
- text-align: center;
- font-weight: bold;
- margin-bottom: 5px
- }
- .larry-main p.info {
- display: block;
- width: 100%;
- height: 35px;
- line-height: 35px;
- color: #222;
- font-size: 24px;
- text-align: center;
- padding-bottom: 15px
- }
- .user-info {
- display: block;
- width: 100%;
- height: 400px;
- padding-top: 5px;
- overflow: hidden;
- margin: 0 auto
- }
- .user-info .avatar {
- display: block;
- width: 96px;
- height: 96px;
- margin: 0 auto;
- margin-bottom: 50px
- }
- .layui-form {
- display: block;
- position: static;
- width: 290px;
- overflow: hidden;
- margin: 0 auto;
- padding: 0px;
- padding-left: 15px;
- padding-right: 15px
- }
- .layui-form .layui-form-item {
- display: block;
- width: 100%;
- height: 40px;
- border: none;
- position: relative;
- margin-bottom: 50px
- }
- .layui-form .layui-form-item label.layui-form-label {
- display: block;
- padding: 0px;
- margin: 0px;
- width: 55px;
- height: 20px;
- line-height: 20px;
- position: absolute;
- top: 10px;
- left: 10px;
- font-size: 14px;
- font-weight: 600;
- color: gray;
- padding-right: 10px;
- border-right: dotted 1px #e1e6eb;
- text-align: right;
- z-index:1;
- }
- .layui-form .layui-form-item input.larry-input {
- display: block;
- width: 100%;
- height: 40px;
- vertical-align: middle;
- margin: 0px;
- padding: 0px;
- position: absolute;
- top: 0px;
- left: 0px;
- font-size: 14px;
- font-family: "Microsoft YaHei","Lucida Grande","Lucida Sans Unicode",Tahoma,Helvetica,Arial,sans-serif;
- color: #222!important;
- /* background: #2d2d2d; */
- background: #fff;
- /* border: 1px solid #3d3d3d; */
- border: 1px solid #e1e6eb;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- text-shadow: 0 1px 2px rgba(0,0,0,.1);
- -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
- -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
- box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
- -o-transition: all .2s;
- -moz-transition: all .2s;
- -webkit-transition: all .2s;
- -ms-transition: all .2s;
- padding-left: 82px
- }
- input::-webkit-input-placeholder {
- color: #ccc
- }
- input:-moz-placeholder {
- color: #ccc
- }
- input::-moz-placeholder {
- color: #ccc
- }
- input:-ms-input-placeholder {
- color: #ccc
- }
- .layui-form .layui-form-item input.larry-input:focus {
- color: #ffffff
- }
- #larry_code {
- width: 100px;
- margin-bottom: 25px
- }
- #larry_code input.larry-input {
- padding-left: 10px!important;
- color: #ffffff
- }
- #larry_code input.larry-input:focus {
- color: #ffffff;
- font-size: 16px
- }
- #larry_code input::-webkit-input-placeholder {
- color: #fff
- }
- #larry_code input:-moz-placeholder {
- color: #fff
- }
- #larry_code input::-moz-placeholder {
- color: #fff
- }
- #larry_code input:-ms-input-placeholder {
- color: #fff
- }
- #larry_code .code {
- display: block;
- background: #ffffff;
- width: 181px;
- height: 40px;
- padding: 0px;
- border-radius: 4px;
- position: absolute;
- top: -1px;
- left: 108px;
- box-shadow: 0 1px 1px 1px rgba(0,0,0,0.25)
- }
- #larry_code .code .arrow {
- background: url(../images/login/login_code.png) no-repeat 0 0;
- display: block;
- width: 7px;
- height: 13px;
- position: absolute;
- left: -7px;
- top: 13px
- }
- #larry_code .code-img {
- width: 160px;
- height: 38px;
- position: absolute;
- top: 1px;
- left: 2px;
- cursor: pointer
- }
- #larry_code .code-img img {
- display: block;
- width: 100%;
- height: 100%
- }
- #larry_code .code a.change {
- display: block;
- width: 11px;
- height: 14px;
- cursor: pointer;
- position: absolute;
- top: 15px;
- right: 3px;
- background: url(../images/login/login_code.png) no-repeat 0px -15px;
- opacity: 0.7
- }
- .larry-btn {
- position: static;
- display: block;
- font-size: 16px;
- font-family: "Microsoft YaHei","Lucida Grande","Lucida Sans Unicode",Tahoma,Helvetica,Arial,sans-serif;
- font-weight: 600;
- letter-spacing: 1px;
- background: #1cb5ef!important;
- width: 170px;
- height: 40px;
- line-height: 40px;
- vertical-align: middle;
- margin: 0 auto!important;
- border: 1px solid #1cb5ef;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset,0 2px 7px 0 rgba(0,0,0,.2);
- -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset,0 2px 7px 0 rgba(0,0,0,.2);
- box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset,0 2px 7px 0 rgba(0,0,0,.2);
- color: #fff;
- cursor: pointer;
- text-shadow: 0 1px 2px rgba(0,0,0,.1);
- -o-transition: all .2s;
- -moz-transition: all .2s;
- -webkit-transition: all .2s;
- -ms-transition: all .2s
- }
- .larry-btn:hover {
- -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
- -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
- box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2)
- }
- .larry-btn:active {
- -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
- -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
- box-shadow: 0 5px 8px 0 rgba(0,0,0,.1) inset,0 1px 4px 0 rgba(0,0,0,.1);
- border: 0px solid #ef4300
- }
- .copy-right {
- display: block;
- width: 360px;
- height: 30px;
- line-height: 30px;
- margin: 0 auto;
- text-align: center;
- color: #000000;
- font-size: 14px;
- padding-top: 5px
- }
- .copy-right a {
- cursor: pointer;
- color: #000000
- }
- .copy-right a:hover {
- color: #ffffff
- }
|