fe-imagebase64.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. html {
  2. background:#f9f9f9;
  3. font-size: 14px;
  4. }
  5. body{
  6. font-family:Arial,"simsun";
  7. color:#666;
  8. }
  9. .mod-imagebase64 {
  10. width:980px;
  11. margin:0 auto;
  12. }
  13. .mod-imagebase64 fieldset {
  14. border : 1px solid #bbb;
  15. padding:10px;
  16. width:960px;
  17. margin-bottom: 10px;
  18. background: #fff;
  19. }
  20. .mod-imagebase64 fieldset legend {
  21. padding:0 5px;
  22. color:red;
  23. }
  24. .-e-x-container {
  25. width:980px;
  26. margin:0 auto;
  27. padding:30px 0 50px 0;
  28. min-height:400px;
  29. }
  30. table {
  31. width:100%;
  32. table-layout: fixed;
  33. }
  34. td {
  35. width:50%;
  36. }
  37. td .x-panel {
  38. width: 450px;
  39. height:400px;
  40. background: #fff url(../img/image_default.png) center 120px no-repeat;
  41. border:4px dashed #ddd;
  42. position: relative;
  43. text-align: center;
  44. }
  45. td .x-panel .x-tips {
  46. position: absolute;
  47. top:280px;
  48. left:26%;
  49. color:#aaa;
  50. text-align: center;
  51. }
  52. #upload {
  53. font-size: 20px;
  54. background: #00b7ee;
  55. border-radius: 3px;
  56. line-height: 44px;
  57. height: 45px;
  58. padding: 0 30px;
  59. color: #fff;
  60. display: inline-block;
  61. margin: 5px auto 15px;
  62. cursor: pointer;
  63. box-shadow: 0 1px 1px rgba(0,0,0,.1);
  64. text-decoration: none;
  65. }
  66. #upload:hover {
  67. background: #00a2d4;
  68. }
  69. #preview {display: none;max-width: 260px;max-height: 260px;margin-top:10px;border:2px solid #ccc;}
  70. form {display: none}
  71. td textarea {
  72. width: 470px;
  73. height:405px;
  74. padding:0;margin:0;
  75. resize:none;outline:none;
  76. background: #fcfcfc;
  77. border:1px solid #ddd;
  78. }
  79. .-e-x-footer {
  80. text-align:center;
  81. font-size:12px;
  82. margin-top:30px;
  83. color:#00c;
  84. padding:5px;
  85. display:none;
  86. }