You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
1.5KB

  1. .fillComments {
  2. padding-bottom: 1.33333rem;
  3. }
  4. .fillComments .my-field .md-cell-item-body {
  5. padding: 0.32rem 0;
  6. }
  7. .fillComments .my-field .md-cell-item-body::before {
  8. border-bottom: 0;
  9. }
  10. .fillComments .my-field .md-cell-item-children {
  11. padding: 0;
  12. }
  13. .fillComments .file-button {
  14. width: 1.86667rem;
  15. height: 0.66667rem;
  16. font-size: 0.32rem;
  17. border-radius: 0.13333rem;
  18. }
  19. .fillComments .inputFile {
  20. width: 100%;
  21. position: absolute;
  22. overflow: hidden;
  23. right: 0;
  24. top: 0;
  25. filter: alpha(opacity=0);
  26. -moz-opacity: 0;
  27. -khtml-opacity: 0;
  28. opacity: 0;
  29. height: 100%;
  30. z-index: 99;
  31. }
  32. .fillComments .fileList {
  33. border-radius: 0.05333rem;
  34. background: rgba(0, 87, 255, 0.1);
  35. font-size: 0.37333rem;
  36. font-weight: 400;
  37. color: #0057ff;
  38. line-height: 0.53333rem;
  39. padding: 0.10667rem 0.26667rem;
  40. margin-top: 0.13333rem;
  41. }
  42. .fillComments .fileList i {
  43. float: right;
  44. line-height: 0.53333rem;
  45. }
  46. .fillComments .error {
  47. color: #f56c6c;
  48. margin-top: 0.08rem;
  49. }
  50. .fillComments .action {
  51. position: fixed;
  52. bottom: 0;
  53. border-top: 1px solid #eeeeee;
  54. width: 100%;
  55. display: flex;
  56. justify-content: flex-end;
  57. background: #fff;
  58. padding: 0.24rem 0.53333rem;
  59. box-sizing: border-box;
  60. z-index: 100;
  61. }
  62. .fillComments .action button {
  63. padding: 0 0.42667rem;
  64. width: auto;
  65. height: 0.85333rem;
  66. font-size: 0.37333rem;
  67. }
  68. .fillComments .action button:not(:last-of-type) {
  69. margin-right: 0.26667rem;
  70. }
  71. .fillComments .my-popup .md-popup-box {
  72. background: #ffffff;
  73. }