| | |
| | | position: fixed;
|
| | | width: 7.5rem;
|
| | | height: 0.96rem;
|
| | | top: 11.1rem;
|
| | |
|
| | | bottom: 0;
|
| | | z-index: 1000;
|
| | | display: -webkit-flex;
|
| | |
| | | display: -webkit-flex;
|
| | | align-items: center;
|
| | | justify-content: center;
|
| | | } |
| | | } |
| | | |
| | | .div_tips { |
| | | position: fixed;
|
| | | bottom: 1.17rem;
|
| | | margin-left: 0.2rem;
|
| | | margin-right: 0.2rem;
|
| | | background-color: white;
|
| | | border-radius: 0.2rem; |
| | | z-index: 1000;
|
| | | }
|
| | |
|
| | | .div_tips_title {
|
| | | color: #333333;
|
| | | font-size: 0.34rem;
|
| | | height: 0.86rem;
|
| | | display: -webkit-flex;
|
| | | align-items: center;
|
| | | padding-left: 0.3rem;
|
| | | border-bottom: #D9D9D9 solid 1px;
|
| | | }
|
| | |
|
| | | .div_tips_content {
|
| | | margin-top: 0.43rem;
|
| | | padding-left: 0.26rem;
|
| | | color: #333333;
|
| | | font-size: 0.24rem;
|
| | | } |