123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .msg_preview{
- width: 100%;
- height: 100px;
- position: relative;
- border: 1px solid #ccc;
- }
- .preview_img_imgtext{
- width: 100%;
- height: 100%;
- background: pink;
- display: block;
- }
- .preview_handler{
- position: absolute;
- width: 100%;
- height: 50px;
- /* background: rgba(0,0,0,.3); */
- bottom: 0;
- }
- .preview_imgtext_title{
- margin: 0;
- float: left;
- height: 50px;
- line-height: 50px;
- padding: 0;
- color: #333;
- width: 80%;
- overflow: hidden;
- text-align: left;
- }
- .preview_del{
- float: right;
- width: 8%;
- line-height: 30px;
- height: 30px;
- margin-top: 10px;
- border: none;
- border-radius: 5px;
- margin-right: 3px;
- }
- .prevoew_edit{
- float: right;
- width: 8%;
- line-height: 30px;
- height: 30px;
- margin-top: 10px;
- border: none;
- border-radius: 5px;
- margin-right: 3px;
- }
|