123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832 |
- body {
- margin: 0;
- padding: 0;
- }
- body.grey{
- background-color: #F5F6FA;
- }
- body.logining{
- background: url(../img/login.png) center center no-repeat;
- background-size: 100% 100%;
- }
- .outside-container {}
- .outside-container .login {
-
-
- }
- .outside-container .login .box {
- /* width: 87%;
- height:73% ; */
- width: 893px;
- height: 562px;
- margin: auto;
- margin-top: 96px;
- margin-bottom: 76px;
- background-color: rgba(0, 0, 0, 0.5);
- color: #FFF;
- border-radius: 38px;
- }
- .outside-container .login .box .title {
- font-size: 37px;
- text-align: center;
- padding-top: 63px;
- }
- .outside-container .login .box .tips {
- font-size: 19px;
- padding-top: 30px;
- text-align: center;
- padding-bottom: 94px;
- }
- .outside-container .login .box .input {
- width: 430px;
- height: 60px;
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- border-radius: 30px;
- background-color: #2B2525;
- margin: auto;
- }
- .outside-container .login .box .input img {
- width: 23px;
- margin-left: 27px;
- }
- .outside-container .login .box .input input {
- height: 44px;
- line-height: 44px;
- background: transparent;
- border: none;
- outline: none;
- color: #FFF;
- font-size: 17px;
- margin-left: 12px;
- flex: 1;
- }
- .outside-container .login .box .input.first {
- margin-bottom: 26px;
- }
- .outside-container .login .box .input.second {
- margin-bottom: 40px;
- }
- .outside-container .login .box .input input::-webkit-input-placeholder {
- color: rgba(255, 255, 255, 0.8);
- }
- .outside-container .login .box .btn-box {
- text-align: center;
- }
- .outside-container .login .box .login-btn {
- width: 430px;
- height: 60px;
- line-height: 60px;
- text-align: center;
- background-color: #E93B45;
- color: #FFF;
- border-radius: 30px;
- font-size: 24px;
- margin: auto;
- border: none;
- outline: none;
- }
- /**
- * 确认登录
- */
- .outside-container .login-confirm {
-
- }
- .outside-container .login-confirm .box {
- color: #FFF;
- }
- .outside-container .login-confirm .box .title {
- font-size: 37px;
- text-align: center;
- padding-top: 63px;
- }
- .outside-container .login-confirm .box .tips {
- font-size: 19px;
- padding-top: 30px;
- text-align: center;
- padding-bottom: 59px;
- }
- .outside-container .login-confirm .box .info {
- width: 714px;
- height: 67px;
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- border-radius: 30px;
- color: #fff;
- margin: auto;
- overflow: hidden;
- margin-bottom: 35px;
- }
- .outside-container .login-confirm .box .info .name {
- font-size: 20px;
- width: 200px;
- background-color: #E93B45;
- text-align: center;
- height: 67px;
- line-height: 67px;
- }
- .outside-container .login-confirm .box .info .text {
- color: #FFF;
- background-color: rgba(0, 0, 0, 0.5);
- flex: 1;
- height: 67px;
- line-height: 67px;
- padding-left: 82px;
- font-size: 26px;
- }
- .outside-container .login-confirm .box .btns {
- width: 714px;
- padding-top: 70px;
- margin: auto;
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- padding-bottom: 40px;
- }
- .outside-container .login-confirm .box .btns .confirm-login,
- .outside-container .login-confirm .box .btns .choose {
- flex: 1;
- }
- .outside-container .login-confirm .box .btns .confirm-login button {
- width: 280px;
- height: 60px;
- line-height: 60px;
- text-align: center;
- color: #FFF;
- font-size: 24px;
- background-color: #E93B45;
- border-radius: 30px;
- outline: none;
- border: none;
- }
- .outside-container .login-confirm .box .btns .choose {
- text-align: right;
- }
- .outside-container .login-confirm .box .btns .choose button {
- width: 280px;
- height: 60px;
- line-height: 60px;
- text-align: center;
- color: #FFF;
- font-size: 24px;
- background-color: #B3B3B3;
- border-radius: 30px;
- outline: none;
- border: none;
- }
- /**
- * 公用的顶部nav
- */
- .outside-container .top-nav {
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- height: 55px;
- width: 100%;
- background-color: #FFF;
- position: absolute;
- top: 0;
- width: 100%;
- z-index: 1;
- }
- .outside-container .top-nav .logo {
- text-align: left;
- flex: 1;
- padding-left: 38px;
- height: 100%;
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- color: #E93B45;
- }
- .outside-container .top-nav .logo img {
- width: 136px;
- }
- .outside-container .top-nav .username {
- width: 150px;
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- color: #414141;
- font-size: 14px;
- }
- .outside-container .top-nav .username img {
- width: 27px;
- margin-right: 13px;
- }
- .outside-container .top-nav .close {
- width: 80px;
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- }
- .outside-container .top-nav .close img {
- width: 25px;
- margin-right: 13px;
- }
- /**
- * 等待界面
- */
- .outside-container .joining {
- position: absolute;
- height: 100%;
- width: 100%;
- background-color: #F5F6FA;
- }
- .outside-container .joining .box {
- width: 950px;
- height: 580px;
- border-radius: 20px;
- background-color: #FFF;
- margin: auto;
- margin-top: 116px;
- box-shadow: 0 0 5px 6px #f1f2f6;
- display: flex;
- }
- .outside-container .joining .box .waiting {
- width: 470px;
- }
- .outside-container .joining .box .waiting .red-ling {
- background-color: #E93B45;
- width: 60px;
- height: 10px;
- margin-top: 120px;
- margin-left: 118px;
- }
- .outside-container .joining .box .waiting .title {
- color: #333333;
- font-size: 44px;
- margin-top: 21px;
- margin-left: 118px;
- }
- .outside-container .joining .box .waiting .last-time {
- color: #999999;
- font-size: 17px;
- margin-top: 12px;
- margin-left: 118px;
- }
- .outside-container .joining .box .waiting .toast {
- color: #999999;
- font-size: 16px;
- margin-top: 130px;
- margin-left: 118px;
- }
- .outside-container .joining .box .waiting .toast1 {
- color: #999999;
- font-size: 16px;
- margin-top: 11px;
- margin-left: 118px;
- }
- .outside-container .joining .box .loading {
- flex: 1;
- padding-top: 120px;
- }
- .outside-container .joining .box .loading img {
- width: 453px;
- }
- .outside-container .stu-choose {
- padding-bottom: 50px;
- height: 100%;
- width: 100%;
- background-color: #F5F6FA;
- }
- .outside-container .stu-choose .box {
- display: flex;
- justify-items: center;
- align-content: center;
- text-justify: center;
- padding-top: 81px;
- }
- .outside-container .stu-choose .box .stu-list {
- width: 339px;
- height: 650px;
- overflow-y: auto;
- -webkit-overflow-scrolling: touch;
- }
- .outside-container .stu-choose .box .stu-list.long{
- height: 870px !important;
- }
- .outside-container .stu-choose .box .stu-list .stu-info {
- width: 269px;
- margin: auto;
- background-color: #FFF;
- border-radius: 20px;
- box-shadow: 0 0 5px 5px #f1f2f6;
- margin-bottom: 26px;
- border: 1px solid transparent;
- }
- .outside-container .stu-choose .box .stu-list .stu-info.active {
- background-color: #eadbbe;
- color: #FF3822 !important;
- border: 1px solid #FF3822;
- }
- .outside-container .stu-choose .box .stu-list .stu-info.active .no,
- .outside-container .stu-choose .box .stu-list .stu-info.active .name {
- color: #FF3822 !important;
- }
- .outside-container .stu-choose .box .stu-list .stu-info .no {
- color: #2A2F34;
- font-size: 35px;
- text-align: center;
- padding-top: 19px;
- }
- .outside-container .stu-choose .box .stu-list .stu-info .muce {
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- margin-top: 19px;
- }
- .outside-container .stu-choose .box .stu-list .stu-info .muce.last {
- padding-bottom: 28px;
- }
- .outside-container .stu-choose .box .stu-list .stu-info .muce .name {
- margin-left: 35px;
- flex: 1;
- color: #2A2F34;
- font-size: 16px;
- }
- .outside-container .stu-choose .box .stu-list .stu-info .muce .value {
- margin-right: 15px;
- width: 60px;
- color: #2A2F34;
- font-size: 16px;
- text-align: right;
- }
- .outside-container .stu-choose .box .stu-list .stu-info .muce .value span {
- background-color: #FFE5E6;
- width: 60px;
- height: 26px;
- line-height: 26px;
- border-radius: 13px;
- text-align: center;
- display: inline-block;
- color: #E83A44;
- font-size: 26px;
- }
- .outside-container .stu-choose .box .stu-list .stu-info .muce .value img {
- width: 18px;
- margin-right: 20px;
- }
- .outside-container .stu-choose .stu-detail {
- flex: 1;
- background-color: #FFF;
- border-radius: 20px;
- box-shadow: 0 0 5px 5px #f1f2f6;
- margin-right: 28px;
- }
- .outside-container .stu-choose .stu-detail .detail-box {
- padding: 38px 38px 0px 47px;
- }
- .outside-container .stu-choose .stu-detail .base {
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- }
- .outside-container .stu-choose .stu-detail .base .head {
- width: 85px;
- height: 85px;
- border-radius: 5px;
- }
- .outside-container .stu-choose .stu-detail .base .name-code {
- flex: 1;
- margin-left: 27px;
- }
- .outside-container .stu-choose .stu-detail .base .name-code .stu-name {
- color: #333;
- font-size: 27px;
- padding-bottom: 8px;
- }
- .outside-container .stu-choose .stu-detail .base .name-code .stu-no {
- color: #999999;
- font-size: 35px;
- }
- .outside-container .stu-choose .stu-detail .base .rule {
- width: 165px;
- }
- .outside-container .stu-choose .stu-detail .base .rule span {
- display: inline-block;
- width: 165px;
- background: #eadbbe;
- border-radius: 15px;
- text-align: center;
- font-size: 27px;
- color: #FF3822;
- padding: 5px 0;
- }
- .outside-container .stu-choose .stu-detail .base .rule span.next{
- background: #E8FAF3;
- color: #36D39C;
- margin-top: 12px;
- }
- .outside-container .stu-choose .stu-detail .step-1 .ping-title {
- font-size: 22px;
- color: #333333;
- padding-top: 55px;
- }
- .outside-container .stu-choose .stu-detail .step-1 .score-item {
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- width: 100%;
- height: 70px;
- background: #F5F5F5;
- border-radius: 10px;
- margin: auto;
- margin-top: 20px;
- }
- .outside-container .stu-choose .stu-detail .step-1 .score-item .item-name {
- font-size: 22px;
- color: #49494A;
- margin-left: 24px;
- flex: 1;
- }
- .outside-container .stu-choose .stu-detail .step-1 .score-item .score{
- color: #E83A44;
- font-size: 20px;
- display: inline-block;
- padding-right: 42px;
- }
- .outside-container .stu-choose .stu-detail .step-1 .score-item .img {
- flex: 1;
- text-align: right;
- }
- .outside-container .stu-choose .stu-detail .step-1 .score-item .img img {
- width: 18px;
- margin-right: 41px;
- }
- .outside-container .stu-choose .stu-detail .step-2 .wei{
- padding-top: 15px;
- font-size: 18px;
- }
- .outside-container .stu-choose .stu-detail .step-2 .wei label{
- margin-right: 30px;
- }
- .outside-container .stu-choose .stu-detail .step-1 .btns {
- padding-top: 58px;
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- padding-bottom: 30px;
- }
- .outside-container .stu-choose .stu-detail .step-1 .btns.top{
- padding-top: 28px;
- }
- .outside-container .stu-choose .stu-detail .step-1 .btns div {
- flex: 1;
-
- margin: 0 10px;
- text-align: center;
- }
- .outside-container .stu-choose .stu-detail .step-1 .btns button {
- width: 100%;
- max-width: 250px;
- height: 60px;
- border-radius: 30px;
- border: none;
- outline: none;
- }
- .outside-container .stu-choose .stu-detail .step-1 .btns .prev button {
- background: #eadbbe;
- font-size: 20px;
- color: #FF3822;
- }
- .outside-container .stu-choose .stu-detail .step-1 .btns .next button {
- background: #E8FAF3;
- font-size: 20px;
- color: #36D39C;
- }
- .outside-container .stu-choose .stu-detail .video{
- width: 575px;
- height: 270px;
- border-radius: 10px;
- margin-top: 25px;
- }
- .outside-container .stu-choose .stu-detail .step-2 .sub-title{
- font-size: 22px;
- color: #333333;
- margin-top: 25px;
- margin-bottom: 18px;
- }
- .outside-container .stu-choose .stu-detail .step-2 .score-box{
- margin-bottom: 20px;
- }
- .outside-container .stu-choose .stu-detail .step-2 .score-box .item{
- padding: 0 10px;
- height: 70px;
- line-height: 30px;
- background: #F5F6FA;
- border-radius: 10px;
- display: inline-block;
- margin-right: 30px;
- text-align: center;
- font-size: 22px;
- margin-bottom: 20px;
- color: #202020;
- }
- .outside-container .stu-choose .stu-detail .step-2 .score-box .item.active{
- background-color: #E83A44;
- color: #FFFEFE;
- }
- .outside-container .stu-choose .stu-detail .step-2 .nums .item{
- width: 70px;
- height: 50px;
- line-height: 50px;
- background: #F5F6FA;
- border-radius: 10px;
- display: inline-block;
- margin-right: 25px;
- text-align: center;
- font-size: 22px;
- margin-bottom: 20px;
- color: #202020;
- }
- .outside-container .stu-choose .stu-detail .step-2 .nums .item.active{
- background-color: #E83A44;
- color: #FFFEFE;
- }
- .outside-container .stu-choose .stu-detail .step-2 .confirm-btn{
- margin-top: 30px;
- text-align: center;
- padding-bottom: 50px;
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
-
- }
- .outside-container .stu-choose .stu-detail .step-2 .confirm-btn .btn{
- flex: 1;
- margin: 0 10px;
- }
- .outside-container .stu-choose .stu-detail .step-2 .confirm-btn button{
- width: 100%;
- max-width: 320px;
- height: 60px;
- line-height: 60px;
- background: #E93A44;
- border-radius: 30px;
- font-size: 20px;
- color: #FFFFFF;
- border: none;
- outline: none;
- }
- /**
- * 提交界面
- */
- .outside-container .confirm-page {
- height: 100%;
- width: 100%;
- background-color: #F5F6FA;
- }
- .outside-container .confirm-page .box {
- padding: 31px 31px 26px 31px;
- }
- .outside-container .confirm-page .box .title{
- padding-top: 53px;
- text-align: center;
- font-size: 29px;
- color: #333333;
- width: 100%;
- padding-bottom: 30px;
- }
- .outside-container .confirm-page .box .title b{
- color: #E83A44;
- }
- .outside-container .confirm-page .box .opr{
- background-color: #FFF;
- min-height: 500px;
- padding: 20px 33px 41px 33px;
- }
- .outside-container .confirm-page .box .opr .ths{
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- text-align: center;
- height: 20px;
-
- font-size: 17px;
- }
- .outside-container .confirm-page .box .opr .ths .th1{
- flex: 1;
- }
- .outside-container .confirm-page .box .opr .ths .th2{
- flex: 5;
- }
- .outside-container .confirm-page .box .opr .ths .th3{
- flex: 1;
- }
- .outside-container .confirm-page .box .opr .tds{
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- text-align: center;
- width: 100%;
- height: 55px;
- background: #F5F6FA;
- border-radius: 10px;
- margin-top: 15px;
- font-size: 17px;
- }
- .outside-container .confirm-page .box .opr .tds .td1{
- flex: 1;
- }
- .outside-container .confirm-page .box .opr .tds .td2{
- flex: 5;
- }
- .outside-container .confirm-page .box .opr .tds .td2 span{
- color: #E83A44;
- }
- .outside-container .confirm-page .box .opr .tds .td3{
- flex: 1;
- }
- .outside-container .confirm-page .box .opr .tds .td3 span{
- font-size: 17px;
- color: #FF9600;
- }
- .outside-container .confirm-page .box .opr .sign{
- width: 896px;
- background: #eadbbe;
- border-radius: 5px;
- padding-top: 25px;
- margin-top:38px ;
- }
- .outside-container .confirm-page .box .opr .sign .tips{
- font-size: 24px;
- color: #FF3822;
- margin-top: 20px;
- text-align: center;
- }
- .outside-container .confirm-page .box .opr .sign .cav{
- height: 265px;
- width: 100%;
- }
- .outside-container .confirm-page .box .opr .btns{
- display: flex;
- justify-items: center;
- align-items: center;
- align-content: center;
- text-justify: center;
- text-align: center;
- padding-top: 48px;
- }
- .outside-container .confirm-page .box .opr .btns button {
- border: none;
- outline: none;
- }
- .outside-container .confirm-page .box .opr .btns .clear{
- width: 200px;
- height: 60px;
- line-height: 60px;
- background: #eadbbe;
- border-radius: 30px;
- font-size: 20px;
- color: #FF3822;
- text-align: center;
- margin-left: 60px;
- }
- .outside-container .confirm-page .box .opr .btns .confirm{
- flex:1
- }
- .outside-container .confirm-page .box .opr .btns .confirm button{
- width: 310px;
- height: 60px;
- line-height: 60px;
- background: #E83A44;
- border-radius: 30px;
- font-size: 20px;
- color: #FFF;
- text-align: center;
- }
- .outside-container .confirm-page .box .opr .btns .cancel{
- width: 200px;
- height: 60px;
- line-height: 60px;
- background: #B3B3B3;
- border-radius: 30px;
- font-size: 20px;
- color: #FFF;
- text-align: center;
- margin-right: 60px;
- }
|