actionsheet.wxss 253 B

1234567891011121314151617
  1. @import '../../common.wxss';
  2. .custom-action {
  3. padding: 16px 0;
  4. text-align: center;
  5. }
  6. .custom-action .custom-action_desc {
  7. color: #999999
  8. }
  9. .custom-action .custom-action_name {
  10. margin: 10px 5px;
  11. line-height: 1;
  12. vertical-align: middle;
  13. }