Skip to content

OCARD 後台管理 RWD by bluelovers

Screenshot of OCARD 後台管理 RWD

Details

Authorbluelovers

LicenseNo License

Category7

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

在幾乎不改動現有網站的情況下 盡量讓後台能夠在手機上也能夠不受影響

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         OCARD 後台管理 RWD
@version      20220614.01.03
@namespace    userstyles.world/user/bluelovers
@description  在幾乎不改動現有網站的情況下 盡量讓後台能夠在手機上也能夠不受影響
@author       bluelovers
@license      No License
==/UserStyle== */

@-moz-document url-prefix("http://www.ocard.co/admin2/stock"), url-prefix("http://www.ocard.co/admin2/Order") {
@media (max-width: 790px) {

  .table-set .table-responsive tbody td {
    display: inline-block;
  }
  
  .table-set td {
   	height: initial;
  }
  
  .table-set .table-responsive thead {
    display: none;
  }
  
  .table-set .table-responsive tbody tr {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    text-align: center;
  }
  
  .table-set .table-responsive tbody .product-main {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  
  .table-set .table-responsive tbody .product-main .product-meta {
   	width: 100%;
  }
  
  .table-set .table-responsive tbody .numeric, .table-set .table-responsive tbody .center {
    width: 30%;
  }
  
  .table-set .table-responsive tbody  .tool {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  
}

}

Reviews

No reviews yet.