| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- * {
- padding: 0;
- margin: 0;
- list-style: none;
- box-sizing: border-box;
- }
- html,
- body {
- width: 100%;
- height: 100%;
- background: #151618;
- }
- .LoginContaienr {
- width: 100%;
- height: 100%;
- }
- .LoginTitle {
- width: 100%;
- height: 2.72rem;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- font-size: 0.64rem;
- font-weight: bold;
- color: #DFDFDF;
- }
- .LoginInput {
- width: 92%;
- height: 1.08rem;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- margin: 0 auto 0.32rem;
- }
- .LoginInput input {
- width: 100%;
- height: 1.08rem;
- background: #25252A;
- border: none;
- outline: none;
- color: #DFDFDF;
- font-size: 0.3rem;
- padding-left: 0.32rem;
- }
- .LoginBtn {
- width: 92%;
- height: 1rem;
- background: #CF5731;
- color: #DFDFDF;
- font-size: 0.34rem;
- border-radius: 0.12rem;
- margin: 0 auto;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- margin-bottom: 0.5rem;
- }
- .registerShuoming {
- width: 88%;
- height: auto;
- margin: 0 auto 1rem;
- /* text-align: justify; */
- color: #E34343;
- font-size: 0.24rem;
- text-align: center;
- line-height: 0.5rem;
- }
- .registerShuomingBack {
- width: 88%;
- height: 1rem;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- flex-direction: row;
- font-size: 0.28rem;
- margin: 0 auto;
- }
- .registerShuomingBackText {
- color: #818181;
- }
- .registerShuomingBackBtn {
- height: 1rem;
- color: #CF5731;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- margin-left: 0.1rem;
- }
- .SLdetaileHeader {
- width: 100%;
- height: 0.88rem;
- position: fixed;
- top: 0rem;
- z-index: 9;
- background: #151618;
- }
- .SLdetaileHeaderText {
- width: 100%;
- height: 0.88rem;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- color: #DFDFDF;
- font-size: 0.34rem;
- }
- .SLdetaileHeaderText img{
- width:1.85rem;
- height:0.4rem;
- }
- .SLdetaileHeaderImg {
- width: 1rem;
- height: 0.88rem;
- position: absolute;
- top: 0;
- left: 0;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- z-index:10;
- }
- .SLdetaileHeaderImg img {
- width: 0.5rem;
- height: 0.5rem;
- }
|