zuyuanziliao.css 596 B

1234567891011121314151617181920212223
  1. .send-c{
  2. width: 94%;
  3. margin: 0 3%;
  4. font-size: 18px;
  5. background: #17b3ec;
  6. padding: 6px 0;
  7. color: #fff;
  8. border-radius: 8px;
  9. }
  10. .send-w{
  11. position: fixed;
  12. bottom: 0;
  13. width: 100%;
  14. text-align: center;
  15. margin: 10px 0;
  16. }
  17. .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);}
  18. /*.c-list-right:after{
  19. content: '>';
  20. font-size: 16px;
  21. color: #909090;
  22. }*/