yuan.css 334 B

1234567891011121314151617181920
  1. .circliful {
  2. position: relative;
  3. }
  4. .circle-text, .circle-info, .circle-text-half, .circle-info-half {
  5. width: 100%;
  6. position: absolute;
  7. text-align: center;
  8. display: inline-block;
  9. }
  10. .circle-info, .circle-info-half {
  11. color: #999;
  12. }
  13. .circliful .fa {
  14. margin: -10px 3px 0 3px;
  15. position: relative;
  16. bottom: 4px;
  17. }