|
@@ -370,70 +370,3 @@ tbody > tr > th {
|
|
|
width: 90%;
|
|
|
}
|
|
|
|
|
|
-.norecords {
|
|
|
- border-width: 2px !important;
|
|
|
- display:none;
|
|
|
- font-weight: bold;
|
|
|
- left: 45%;
|
|
|
- margin: 5px;
|
|
|
- padding: 6px;
|
|
|
- position: absolute;
|
|
|
- text-align: center;
|
|
|
- top: 45%;
|
|
|
- width: auto;
|
|
|
- z-index: 102;
|
|
|
-}
|
|
|
-
|
|
|
-.demo-upload-list{
|
|
|
- display: inline-block;
|
|
|
- width: 160px;
|
|
|
- height: auto;
|
|
|
- text-align: center;
|
|
|
- line-height: 160px;
|
|
|
- border: 1px solid transparent;
|
|
|
- border-radius: 4px;
|
|
|
- overflow: hidden;
|
|
|
- background: #fff;
|
|
|
- position: relative;
|
|
|
- box-shadow: 0 1px 1px rgba(0,0,0,.2);
|
|
|
- margin-right: 4px;
|
|
|
-}
|
|
|
-.demo-upload-list img{
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-.demo-upload-list-cover{
|
|
|
- position: absolute;
|
|
|
- opacity: 0;
|
|
|
- top: 0;
|
|
|
- bottom: 0;
|
|
|
- left: 0;
|
|
|
- right: 0;
|
|
|
- background: rgba(0,0,0,.6);
|
|
|
-}
|
|
|
-.demo-upload-list:hover .demo-upload-list-cover{
|
|
|
- opacity: 1;
|
|
|
-}
|
|
|
-.demo-upload-list-cover i{
|
|
|
- color: #fff;
|
|
|
- font-size: 20px;
|
|
|
- cursor: pointer;
|
|
|
- margin: 0 2px;
|
|
|
-}
|
|
|
-
|
|
|
-.demo-spin-icon-load{
|
|
|
- animation: ani-demo-spin 1s linear infinite;
|
|
|
-}
|
|
|
-@keyframes ani-demo-spin {
|
|
|
- from { transform: rotate(0deg);}
|
|
|
- 50% { transform: rotate(180deg);}
|
|
|
- to { transform: rotate(360deg);}
|
|
|
-}
|
|
|
-.demo-spin-col{
|
|
|
- height: 100px;
|
|
|
- position: relative;
|
|
|
- border: 1px solid #eee;
|
|
|
-}
|
|
|
-.ivu-spin-fix{
|
|
|
- z-index:500!important;
|
|
|
-}
|