123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485 |
- body {
- background-size: cover;
- }
- .content {
- margin-top: 100px;
- display: flex;
- flex-direction: row;
- justify-content: center;
- position: relative;
- }
- .login-box {
- width: 400px;
- height: 300px;
- padding: 50px 50px 0;
- border-radius: 10px;
- border: 1px solid rgba(0, 0, 0, .2);
- -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
- -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
- box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
- margin-left: 110px;
- .ant-spin-blur:after{
- background: transparent;
- }
- .ant-input {
- font-size: 18px;
- background-color: rgba(0, 0, 0, 0);
- color: #fff;
- border: none;
- box-shadow: none;
- border-bottom: 1px solid rgba(255, 255, 255, 0.3);
- border-radius: 4px;
- &::placeholder {
- color: rgba(255, 255, 255, 0.5);
- }
- }
- .ant-input:focus {
- border: none;
- box-shadow: none;
- border-bottom: 1px solid #58a3ff;
- }
- input:-webkit-autofill {
- -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
- transition: background-color 50000s ease-in-out 0s !important;
- -webkit-text-fill-color: #fff;
- }
- input {
- height: 36px;
- border-radius: 6px;
- font-size: 18px;
- }
- button {
- width: 298px;
- height: 36px;
- border-radius: 4px;
- margin-top: 20px;
- background: transparent;
- border: 1px solid #58a3ff;
- color: #58a3ff;
- }
- .ant-btn:hover,
- .ant-btn:focus,
- .ant-btn:active,
- .ant-btn.active {
- background: transparent;
- color: #58a3ff;
- }
- .ant-input-group-addon {
- font-size: 17px;
- }
- .user-box {
- margin-bottom: 20px;
- .ant-input {
- width: 300px;
- }
- }
- .pw-box {
- margin-bottom: 20px;
- .ant-input {
- width: 300px;
- }
- }
- }
- .ant-checkbox-wrapper {
- margin-bottom: 20px;
- font-size: 14px;
- color: #878787;
- }
- .ant-btn {
- font-size: 18px;
- }
- input::-webkit-input-placeholder,
- textarea::-webkit-input-placeholder {
- color: #333;
- }
- input:-moz-placeholder,
- textarea:-moz-placeholder {
- color: #333;
- }
- input::-moz-placeholder,
- textarea::-moz-placeholder {
- color: #333;
- }
- input:-ms-input-placeholder,
- textarea:-ms-input-placeholder {
- color: #333;
- }
- // 球
- @-webkit-keyframes cir1 {
- 0% {
- -webkit-transform: rotateY(0deg) rotateZ(10deg);
- }
- 100% {
- -webkit-transform: rotateY(-360deg) rotateZ(10deg);
- }
- }
- @keyframes cir1 {
- 0% {
- transform: rotateY(0deg) rotateZ(10deg);
- }
- 100% {
- transform: rotateY(-360deg) rotateZ(10deg);
- }
- }
- @-webkit-keyframes cir2 {
- 0% {
- -webkit-transform: rotateY(-60deg) rotateZ(10deg);
- }
- 100% {
- -webkit-transform: rotateY(-420deg) rotateZ(10deg);
- }
- }
- @keyframes cir2 {
- 0% {
- transform: rotateY(-60deg) rotateZ(10deg);
- }
- 100% {
- transform: rotateY(-420deg) rotateZ(10deg);
- }
- }
- @-webkit-keyframes cir3 {
- 0% {
- -webkit-transform: rotateY(-120deg) rotateZ(10deg);
- }
- 100% {
- -webkit-transform: rotateY(-480deg) rotateZ(10deg);
- }
- }
- @keyframes cir3 {
- 0% {
- transform: rotateY(-120deg) rotateZ(10deg);
- }
- 100% {
- transform: rotateY(-480deg) rotateZ(10deg);
- }
- }
- @-webkit-keyframes cir4 {
- 0% {
- -webkit-transform: rotateY(-180deg) rotateZ(10deg);
- }
- 100% {
- -webkit-transform: rotateY(-540deg) rotateZ(10deg);
- }
- }
- @keyframes cir4 {
- 0% {
- transform: rotateY(-180deg) rotateZ(10deg);
- }
- 100% {
- transform: rotateY(-540deg) rotateZ(10deg);
- }
- }
- @-webkit-keyframes cir5 {
- 0% {
- -webkit-transform: rotateY(-240deg) rotateZ(10deg);
- }
- 100% {
- -webkit-transform: rotateY(-600deg) rotateZ(10deg);
- }
- }
- @keyframes cir5 {
- 0% {
- transform: rotateY(-240deg) rotateZ(10deg);
- }
- 100% {
- transform: rotateY(-600deg) rotateZ(10deg);
- }
- }
- @-webkit-keyframes cir6 {
- 0% {
- -webkit-transform: rotateY(-300deg) rotateZ(10deg);
- }
- 100% {
- -webkit-transform: rotateY(-660deg) rotateZ(10deg);
- }
- }
- @keyframes cir6 {
- 0% {
- transform: rotateY(-300deg) rotateZ(10deg);
- }
- 100% {
- transform: rotateY(-660deg) rotateZ(10deg);
- }
- }
- @keyframes cir {
- 0% {
- transform: rotateX(80deg) rotateY(-10deg) rotateZ(0deg);
- }
- 100% {
- transform: rotateX(80deg) rotateY(-10deg) rotateZ(-360deg);
- }
- }
- @keyframes cir_p {
- 0% {
- transform: rotateZ(0deg);
- }
- 100% {
- transform: rotateZ(-360deg);
- }
- }
- @-webkit-keyframes cir {
- 0% {
- -webkit-transform: rotateX(80deg) rotateY(-10deg) rotateZ(0deg);
- }
- 100% {
- -webkit-transform: rotateX(80deg) rotateY(-10deg) rotateZ(-360deg);
- }
- }
- @-webkit-keyframes cir_p {
- 0% {
- -webkit-transform: rotateZ(0deg);
- }
- 100% {
- -webkit-transform: rotateZ(-360deg);
- }
- }
- .u_p3d {
- -webkit-transform-style: preserve-3d !important;
- transform-style: preserve-3d !important;
- }
- .ui_base {
- width: 400px;
- -webkit-perspective: 1000px;
- -webkit-perspective-origin: 50% 0%;
- perspective: 1000px;
- perspective-origin: 50% 0%;
- }
- .base {
- -webkit-transform: rotateX(80deg) rotateY(-10deg);
- transform: rotateX(80deg) rotateY(-10deg);
- position: relative;
- width: 350px;
- height: 350px;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- animation: cir 10s linear 0s infinite;
- }
- .ball_base {
- -webkit-transform-origin: 225px 0px;
- transform-origin: 225px 0px;
- position: absolute;
- top: 175px;
- left: -50px;
- width: 225px;
- height: 127px;
- }
- .ball {
- -webkit-transition: all 2s ease-out 0ms;
- transition: all 2s ease-out 0ms;
- -webkit-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- position: absolute;
- width: 90px;
- height: 90px;
- line-height: 90px;
- text-align: center;
- // background-image: url(../images/hovertreeball.png);
- border: 1px solid #fff;
- border-radius: 50%;
- background-size: 100% 100%;
- left: 0px;
- top: 0px;
- color: rgba(255, 255, 255, 0);
- font-size: 14px;
- opacity: 1;
- overflow: hidden;
- }
- .ball_c {
- -webkit-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- position: absolute;
- width: 157px;
- height: 157px;
- line-height: 157px;
- text-align: center;
- // background-image: url(../images/ball_center.png);
- border: 1px solid #fff;
- border-radius: 50%;
- left: 90px;
- top: 50px;
- color: #fff;
- font-size: 24px;
- }
- .pan {
- position: absolute;
- width: 100%;
- height: 100%;
- // background-image: url("../images/c.png");
- border: 1px solid #fff;
- border-radius: 50%;
- background-size: 100% 100%;
- -webkit-animation: cir_p 5s linear 0s infinite;
- animation: cir_p 5s linear 0s infinite;
- }
- .ball {
- color: #fff;
- opacity: 1;
- }
- .ball_1 .ball {
- transform: rotateY(10deg) rotateZ(10deg);
- animation: cir1 10s linear 0s infinite;
- -webkit-transition-delay: 1100ms !important;
- transition-delay: 1100ms !important;
- }
- .ball_2 .ball {
- -webkit-animation: cir2 10s linear 0s infinite;
- animation: cir2 10s linear 0s infinite;
- -webkit-transition-delay: 900ms !important;
- transition-delay: 900ms !important;
- }
- .ball_3 .ball {
- -webkit-animation: cir3 10s linear 0s infinite;
- animation: cir3 10s linear 0s infinite;
- -webkit-transition-delay: 700ms !important;
- transition-delay: 700ms !important;
- }
- .ball_4 .ball {
- -webkit-animation: cir4 10s linear 0s infinite;
- animation: cir4 10s linear 0s infinite;
- -webkit-transition-delay: 500ms !important;
- transition-delay: 500ms !important;
- }
- .ball_5 .ball {
- -webkit-animation: cir5 10s linear 0s infinite;
- animation: cir5 10s linear 0s infinite;
- -webkit-transition-delay: 300ms !important;
- transition-delay: 300ms !important;
- }
- .ball_6 .ball {
- -webkit-animation: cir6 10s linear 0s infinite;
- animation: cir6 10s linear 0s infinite;
- -webkit-transition-delay: 100ms !important;
- transition-delay: 100ms !important;
- }
- .ball_1 {
- -webkit-transform: rotateX(-90deg) rotateY(0deg) translateY(-70px);
- transform: rotateX(-90deg) rotateY(0deg) translateY(-70px);
- }
- .ball_2 {
- -webkit-transform: rotateX(-90deg) rotateY(60deg) translateY(-70px);
- transform: rotateX(-90deg) rotateY(60deg) translateY(-70px);
- }
- .ball_3 {
- -webkit-transform: rotateX(-90deg) rotateY(120deg) translateY(-70px);
- transform: rotateX(-90deg) rotateY(120deg) translateY(-70px);
- }
- .ball_4 {
- -webkit-transform: rotateX(-90deg) rotateY(180deg) translateY(-70px);
- transform: rotateX(-90deg) rotateY(180deg) translateY(-70px);
- }
- .ball_5 {
- -webkit-transform: rotateX(-90deg) rotateY(240deg) translateY(-70px);
- transform: rotateX(-90deg) rotateY(240deg) translateY(-70px);
- }
- .ball_6 {
- -webkit-transform: rotateX(-90deg) rotateY(300deg) translateY(-70px);
- transform: rotateX(-90deg) rotateY(300deg) translateY(-70px);
- }
- #title {
- position: absolute;
- bottom: -150px;
- left: 0;
- right: 0;
- color: #FFF;
- text-align: center;
- font-family: "lato", sans-serif;
- font-weight: 300;
- font-size: 70px;
- letter-spacing: 10px;
- padding-left: 10px;
- }
- #title span {
- background: -webkit-linear-gradient(white, #38495a);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
|