index.css 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .pack-box {
  2. overflow: hidden;padding-bottom: 80px;padding-top: 20px;padding-left: 20px;
  3. }
  4. .pack-error-msg {
  5. color: #fb4747; font-size:16px;
  6. }
  7. .pack-form-group {
  8. margin-top: 30px;
  9. }
  10. .pack-form-label {
  11. width: 5em;float: left;margin-top: .3em;margin-right: 1em;font-size: 14px;
  12. }
  13. .pack-form-controls {
  14. display: table-cell;vertical-align: top;float: none;width: auto;
  15. }
  16. .pack-form-box {
  17. display: inline-block;position: relative;height: 30px;line-height: 30px;vertical-align: middle;width: 278px;font-size: 14px;padding: 0 10px;border: 1px solid #e7e7eb;
  18. }
  19. .pack-info-status-box {
  20. min-height: 30px;
  21. line-height: 30px;
  22. display: table-cell;
  23. vertical-align: top;
  24. float: none;
  25. width: auto;
  26. }
  27. .pack-info-status-refresh {
  28. padding-left: 20px;
  29. min-height: 30px;
  30. line-height: 30px;
  31. display: table-cell;
  32. vertical-align: top;
  33. float: none;
  34. width: auto;
  35. color: blue;
  36. cursor: pointer;
  37. }
  38. .pack-form-input {
  39. width: 100%;background-color: transparent;border: 0;outline: 0;
  40. }
  41. .pack-form-tips {
  42. color: #9a9a9a;padding-top:4px;
  43. }
  44. .pack-form-top-30 {
  45. margin-top:30px;
  46. }
  47. .pack-form-sb-btn {
  48. display: inline-block;overflow: visible;margin-left: .5em;margin-right: .5em;min-width: 80px !important;padding: 0;height: 30px;line-height: 30px;vertical-align: middle;text-align: center;text-decoration: none;border-radius: 3px;font-size: 14px;border-width: 1px;border-style: solid;cursor: pointer;background-color: #07c160;background-image: linear-gradient(to bottom,#07c160 0,#07c160 100%);border-color: #07c160;color: #fff;
  49. }
  50. .pack-form-sb-btn button {
  51. color: #fff; display: block;background-color: transparent;outline: 0;overflow: visible;cursor: pointer;border: 0;height: 100%;
  52. }
  53. .pack-loading {
  54. position: absolute;
  55. top: 0;
  56. left: 0;
  57. right: 0;
  58. bottom: 0;
  59. background: #000000bf;
  60. color: #ffffff;
  61. display: flex;
  62. font-size: 18px;
  63. justify-content: center;
  64. align-items: center;
  65. z-index: 2;
  66. }