12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- body{
- background: #FFFFFF;
- padding: 0.2rem 0.23rem;
- height: 100%;
- }
- nav {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 9999;
- font-size: 0rem;
- height: 0.44rem;
- width: 100%;
- background-color: #5d7dff;
- }
- nav i {
- display: inline-block;
- width: 0.16rem;
- height: 0.16rem;
- line-height: 0.44rem;
- margin-left: 0.1rem;
- background-image: url(../img/back.png);
- background-repeat: no-repeat;
- background-size: 100% auto;
- }
- nav p {
- display: inline-block;
- width: 90%;
- text-align: center;
- line-height: 0.44rem;
- color: #fff;
- font-size: 0.17rem;
- }
- .content{
- margin-top: 0.44rem;
- }
- .title{
- font-size: .15rem;
- color: #333333;
- font-weight: bold;
- }
- .goOfficialNetwork{
- font-size: 0.14rem;
- line-height: 0.2rem;
- color: #666666;
- padding: 0.16rem;
- padding-bottom: 0;
- }
- .goOfficialNetwork span{
- color: #4B62FF;
- }
- .alert-info {
- position: absolute;
- top: 1.74rem;
- right: 0;
- left: 0;
- bottom: 0;
- text-align: center;
- }
- .alert-info p {
- display: inline-block;
- height: 0.38rem;
- color: #fff;
- font-size: 0.14rem;
- line-height: 0.38rem;
- padding: 0 0.10rem;
- background-color: rgba(0, 0, 0, 0.7);
- border-radius: 5px;
- }
- .goGjj{
- font-size: 0.14rem;
- text-align: right;
- margin-top: 0.1rem;
- }
- .goGjj em{
- font-style: normal;
- }
- .goGjj span{
- color: #4B62FF;
- }
- .ljqw{
- font-size: 0.14rem;
- line-height: 0.2rem;
- color: #666666;
- padding: 0.16rem;
- padding-bottom: 0;
- text-align: right;
- }
- .ljqw span{
- color: #4B62FF;
- }
|