| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- html {
- background:#f9f9f9;
- font-size: 14px;
- }
- body{
- font-family:Arial,"simsun";
- color:#666;
- }
- .mod-imagebase64 {
- width:980px;
- margin:0 auto;
- }
- .mod-imagebase64 fieldset {
- border : 1px solid #bbb;
- padding:10px;
- width:960px;
- margin-bottom: 10px;
- background: #fff;
- }
- .mod-imagebase64 fieldset legend {
- padding:0 5px;
- color:red;
- }
- .-e-x-container {
- width:980px;
- margin:0 auto;
- padding:30px 0 50px 0;
- min-height:400px;
- }
- table {
- width:100%;
- table-layout: fixed;
- }
- td {
- width:50%;
- }
- td .x-panel {
- width: 450px;
- height:400px;
- background: #fff url(../img/image_default.png) center 120px no-repeat;
- border:4px dashed #ddd;
- position: relative;
- text-align: center;
- }
- td .x-panel .x-tips {
- position: absolute;
- top:280px;
- left:26%;
- color:#aaa;
- text-align: center;
- }
- #upload {
- font-size: 20px;
- background: #00b7ee;
- border-radius: 3px;
- line-height: 44px;
- height: 45px;
- padding: 0 30px;
- color: #fff;
- display: inline-block;
- margin: 5px auto 15px;
- cursor: pointer;
- box-shadow: 0 1px 1px rgba(0,0,0,.1);
- text-decoration: none;
- }
- #upload:hover {
- background: #00a2d4;
- }
- #preview {display: none;max-width: 260px;max-height: 260px;margin-top:10px;border:2px solid #ccc;}
- form {display: none}
- td textarea {
- width: 470px;
- height:405px;
- padding:0;margin:0;
- resize:none;outline:none;
- background: #fcfcfc;
- border:1px solid #ddd;
- }
- .-e-x-footer {
- text-align:center;
- font-size:12px;
- margin-top:30px;
- color:#00c;
- padding:5px;
- display:none;
- }
|