123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- html {
- height: 100%;
- font-size: 14px;
- }
- body {
- font: 1em/1.4 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
- height: 100%;
- color: black;
- }
- i {
- font-style: normal;
- }
- img {
- max-width: 100%;
- max-height: 100%;
- vertical-align: middle;
- }
- ul {
- list-style: none;
- }
- body {
- overflow: auto;
- overflow-y: overlay;
- }
- /* 文本域取消下拉 */
- textarea {
- resize: none !important;
- min-height: 100px !important;
- }
- /* 主题色 */
- :root {
- --themeColor: #042b8f;
- --themeColor2: #69c690;
- }
- /* 找不到页面 */
- .noFindPage {
- opacity: 0;
- transition: opacity 0.5s;
- }
- /* 兼容360浏览器的下拉框 */
- .ant-select-selector {
- position: relative;
- background-color: #ffffff;
- border: 1px solid #d9d9d9;
- transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
- }
- .ant-popconfirm {
- width: 240px;
- }
- #root {
- max-width: 500px;
- margin: 0 auto;
- width: 100vw;
- height: 100vh;
- overflow: auto;
- overflow-y: overlay;
- /* 普通文字按钮的颜色 */
- /* 按钮的危险颜色 */
- /* antd分页器样式 */
- /* 表格的图片居中 */
- /* antd图片预览组件 */
- /* antd表格居中 */
- }
- #root > div {
- width: 100%;
- height: 100%;
- }
- #root a {
- text-decoration: none;
- color: black;
- outline: none;
- }
- #root .iconHoverTit {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- #root .iconHoverTitTxt {
- background-color: var(--themeColor);
- color: #fff;
- width: 16px;
- height: 16px;
- line-height: 16px;
- text-align: center;
- font-size: 12px;
- border-radius: 50%;
- }
- #root .ant-btn-text {
- color: var(--themeColor);
- }
- #root .ant-btn-text:disabled {
- cursor: not-allowed;
- color: rgba(0, 0, 0, 0.25);
- }
- #root .ant-btn-text.ant-btn-dangerous {
- color: #ff4d4d;
- }
- #root .tableImgAuto {
- display: flex;
- justify-content: center;
- }
- #root .ant-image {
- display: none;
- }
- #root .ant-table-cell {
- text-align: center !important;
- }
- #root #A2Table3 .ant-table-row-expand-icon {
- background-color: var(--themeColor);
- color: #fff;
- }
- #root #A2Table3 .ant-table-cell-with-append {
- display: flex;
- justify-content: flex-start;
- }
- [hidden] {
- display: none !important;
- }
- #upInput {
- display: none;
- }
- #upInput2 {
- display: none;
- }
- #upInputAudio {
- display: none;
- }
- .pageTitle {
- font-size: 18px;
- font-weight: 700;
- position: absolute;
- z-index: 11;
- top: -56px;
- left: -18px;
- padding-left: 40px;
- }
- .pageTitle::before {
- position: absolute;
- left: 20px;
- top: 50%;
- transform: translateY(-50%);
- content: '';
- width: 6px;
- height: 20px;
- background-color: var(--themeColor);
- }
- .mySorrl::-webkit-scrollbar {
- /*滚动条整体样式*/
- width: 5px;
- /*高宽分别对应横竖滚动条的尺寸*/
- height: 1px;
- }
- .mySorrl::-webkit-scrollbar-thumb {
- /*滚动条里面小方块*/
- border-radius: 10px;
- -webkit-box-shadow: inset 0 0 5px transparent;
- background: var(--themeColor);
- }
- .mySorrl::-webkit-scrollbar-track {
- /*滚动条里面轨道*/
- -webkit-box-shadow: inset 0 0 5px transparent;
- border-radius: 10px;
- background: transparent;
- }
- .ant-image-preview-operations {
- background-color: rgba(0, 0, 0, 0.8) !important;
- }
- .ant-image-preview-mask {
- z-index: 9999 !important;
- }
- .ant-image-preview-wrap {
- z-index: 9999 !important;
- }
- .ant-image-preview-operations-wrapper {
- z-index: 9999 !important;
- }
- .ant-notification-notice {
- max-height: 500px !important;
- overflow-y: auto !important;
- }
- .ant-picker-dropdown {
- text-align: center;
- }
- .ant-picker-selection-item-remove {
- display: none !important;
- }
- #ScreenChange {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 10000;
- background-color: rgba(0, 0, 0, 0.8);
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- opacity: 0;
- pointer-events: none;
- transition: all 0.5s;
- }
- #ScreenChange > img {
- width: 200px;
- }
- #ScreenChange > p {
- margin-top: 20px;
- color: #fff;
- font-size: 18px;
- height: 40px;
- }
- /*横屏*/
- @media screen and (orientation: landscape) {
- #ScreenChange {
- opacity: 1;
- pointer-events: auto;
- }
- }
|