123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .c-arrow-r {
- position: absolute;
- top: 50%;
- right: 10px;
- margin-top: -5px;
- content: "";
- display: block;
- width: 8px;
- height: 8px;
- border: solid #cdcdcd;
- border-width: 2px 2px 0 0;
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .lin-search{
- height: 30px;
- padding: 8px 10px;
- background-color: #fff;
- z-index: 10;
- position: relative;
- }
- .lin-search img{
- width: 29px;
- }
- .lin-search div{
- text-align: center;
- border-radius: 5px;
- line-height: 29px;
- background-color: #f2f4f6;
- color: #999;
- }
- .f-fs12{font-size: 12px;}
- .c-avatar-m { width: 50px; height: 50px; margin: 10px 0px 0px; border-radius: 50px; position: relative;}
- .div-image{position: absolute; width: 20px; height: 20px; border-radius: 20px; background-size: 20px; overflow: hidden;}
- .div-image0{top: 0;left: 50%;margin-left: -8px;}
- .div-image1{top: 12px;left: 2px;}
- .div-image2{top: 12px;left: 28px;}
- .div-image3{top: 27px;left: 5px;}
- .div-image4{top: 27px;left: 24px;}
- .span-invite{display: inline-block;width: 80px;height: 17px;background: #19D5C5;font-size: 12PX;color: #fff;text-align: center;border-radius: 10px;}
|