123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- .phone-bind-box {
- overflow: hidden;
- position: absolute;
- z-index: 9999;
- bottom: 0;
- border-radius: 5px;
- font-size: 14px;
- line-height: 2em;
- box-sizing: border-box;
- color: #666;
- }
- .common-mask {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- z-index: 8888;
- }
- .bg-black{
- background: rgba(0,0,0,.7);
- ;}
- .phone-bind-member {
- text-align: center;
- color: #47a8ef;
- line-height: 45px;
- height: 45px;
- }
- .phone-member-list {
- background: #fff;
- overflow: hidden;
- margin-bottom: 65px;
- padding-top: 15px;
- }
- .phone-member-btn {
- background: #47a8ef;
- color: #fff;
- border-radius: 5px;
- text-align: center;
- padding: 10px 0;
- }
- .phone-member-back {
- background: none;
- color: #17b3ec;
- border: 1px solid #17b3ec;
- }
- .phone-member-item {
- width: 25%;
- float: left;
- margin-bottom: 10px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- overflow: hidden;
- text-align: center;
- }
- .phone-member-img {
- border-radius: 50%;
- width: 80%;
- }
- .phone-member-name {
- margin-top: 5px;
- }
- .muilt-loginBox {
- width: 260px;
- padding: 15px;
- background: #fff;
- position: absolute;
- z-index: 9999;
- top: 50%;
- left: 50%;
- transform: translate(-50%,-50%);
- }
- .muilt-loginBox-tit {
- text-align: center;
- font-size: 16px;
- color: #333;
- font-weight: bold;
- }
- .muilt-loginBox-txt {
- color: #666;
- font-size: 14px;
- margin-top: 15px;
- }
- .muilt-loginBox-name {
- color: #666;
- }
- .muilt-loginBox-item {
- width: 33%;
- padding: 10px;
- box-sizing: border-box;
- float: left;
- }
- .muilt-loginBox-box {
- background: #fff;
- overflow: hidden;
- margin-bottom: 15px;
- padding-top: 15px;
- }
|