| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- body{background-color: #fff;}
- #main{
- width:100%;
- position:fixed;
- }
- #main span{
- position:fixed;
- right:1rem;
- bottom:5rem;
- color:#343434;
- text-decoration:underline;
- }
- #histroy{
- width:100%;
- position:relative;
- margin-top:1rem;
- display:none;
- }
- .wraper{
- width:96%;
- margin:0 auto 1rem;
- border:1px solid #999;
- border-radius:10px;
- overflow:hidden;
- background:#fff;
- color:#343434;
- }
- .wraper img{
- width:100%;
- }
- .wraper span{
- display:inline-block;
- width:49%;
- padding: 10px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
|