zhuanfa.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .c-arrow-r {
  2. position: absolute;
  3. top: 50%;
  4. right: 10px;
  5. margin-top: -5px;
  6. content: "";
  7. display: block;
  8. width: 8px;
  9. height: 8px;
  10. border: solid #cdcdcd;
  11. border-width: 2px 2px 0 0;
  12. -webkit-transform: rotate(45deg);
  13. -moz-transform: rotate(45deg);
  14. -ms-transform: rotate(45deg);
  15. transform: rotate(45deg);
  16. }
  17. .lin-search{
  18. height: 30px;
  19. padding: 8px 10px;
  20. background-color: #fff;
  21. z-index: 10;
  22. position: relative;
  23. }
  24. .lin-search img{
  25. width: 29px;
  26. }
  27. .lin-search div{
  28. text-align: center;
  29. border-radius: 5px;
  30. line-height: 29px;
  31. background-color: #f2f4f6;
  32. color: #999;
  33. }
  34. .f-fs12{font-size: 12px;}
  35. .c-avatar-m { width: 50px; height: 50px; margin: 10px 0px 0px; border-radius: 50px; position: relative;}
  36. .div-image{position: absolute; width: 20px; height: 20px; border-radius: 20px; background-size: 20px; overflow: hidden;}
  37. .div-image0{top: 0;left: 50%;margin-left: -8px;}
  38. .div-image1{top: 12px;left: 2px;}
  39. .div-image2{top: 12px;left: 28px;}
  40. .div-image3{top: 27px;left: 5px;}
  41. .div-image4{top: 27px;left: 24px;}
  42. .span-invite{display: inline-block;width: 80px;height: 17px;background: #19D5C5;font-size: 12PX;color: #fff;text-align: center;border-radius: 10px;}