123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609 |
- /* 全局公共样式 */
- body,
- html {
- -webkit-user-select: auto;
- user-select: auto;
- font-size: 16px;
- }
- /* #ifdef H5 */
- .uni-app--showleftwindow uni-main {
- position: relative;
- background-color: #f5f5f5;
- }
- .uni-mask + .uni-left-window,
- .uni-mask + .uni-right-window {
- position: fixed;
- }
- .uni-app--showleftwindow uni-page-head .uni-page-head {
- color: #333 !important;
- /* margin-right: 15px; */
- }
- uni-page-head .uni-btn-icon {
- color: #333 !important;
- }
- .uni-app--showleftwindow
- uni-page-head[uni-page-head-type="default"]
- ~ uni-page-wrapper {
- height: auto;
- padding-top: 44px;
- }
- .uni-app--showleftwindow uni-page-head ~ uni-page-wrapper uni-page-body {
- /* padding-top: 44px; */
- }
- .uni-app--showleftwindow uni-page-wrapper {
- position: absolute;
- width: 100%;
- top: 0;
- bottom: 0;
- padding: 15px;
- overflow-y: auto;
- box-sizing: border-box;
- background-color: #f5f5f5;
- }
- .uni-app--showleftwindow uni-page-body {
- width: 100%;
- min-height: 100%;
- box-sizing: border-box;
- border-radius: 5px;
- box-shadow: -1px -1px 5px 0 rgba(0, 0, 0, 0.1);
- background-color: #fff;
- }
- .uni-app--showleftwindow .uni-container .uni-forms {
- padding: 15px;
- max-width: 650px;
- }
- /* #endif */
- /* #ifndef H5 */
- .uni-nav-menu {
- height: 100vh;
- }
- /* #endif */
- .pointer {
- cursor: pointer;
- }
- .uni-top-window {
- z-index: 999;
- overflow: visible;
- }
- .uni-tips {
- font-size: 12px;
- color: #666;
- }
- /* 容器 */
- .uni-container {
- padding: 15px;
- box-sizing: border-box;
- }
- /* 标题栏 */
- .uni-header {
- padding: 0 15px;
- display: flex;
- min-height: 55px;
- align-items: center;
- justify-content: space-between;
- border-bottom: 1px #f5f5f5 solid;
- flex-wrap: wrap;
- }
- .uni-title {
- margin-right: 10px;
- font-size: 16px;
- font-weight: 500;
- color: #333;
- }
- .uni-sub-title {
- margin-top: 3px;
- font-size: 14px;
- color: #999;
- }
- .uni-link {
- color: #3a8ee6;
- cursor: pointer;
- text-decoration: underline;
- }
- .uni-group {
- display: flex;
- align-items: center;
- justify-content: center;
- flex-wrap: wrap;
- word-break: keep-all;
- }
- /* 按钮样式 */
- .uni-button-group {
- margin-top: 30px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .uni-button {
- padding: 10px 20px;
- font-size: 14px;
- border-radius: 4px;
- line-height: 1;
- margin: 0;
- box-sizing: border-box;
- overflow: initial;
- }
- .uni-group .uni-button {
- margin: 10px;
- }
- .uni-group .uni-search {
- margin: 10px;
- }
- .uni-group > .uni-button:first-child {
- margin-left: 0;
- }
- .uni-button:hover,
- .uni-button:focus {
- opacity: 0.9;
- }
- .uni-button:active {
- opacity: 1;
- }
- .uni-button-full {
- width: 100%;
- }
- /* 搜索框样式 */
- .uni-search {
- width: 268px;
- height: 28px;
- line-height: 28px;
- font-size: 12px;
- color: #606266;
- padding: 0 10px;
- border: 1px #dcdfe6 solid;
- /* margin-right: 10px; */
- border-radius: 3px;
- }
- /* 分页容器 */
- .uni-pagination-box {
- margin-top: 20px;
- }
- .uni-input-border,
- .uni-textarea-border {
- width: 100%;
- font-size: 14px;
- color: #666;
- border: 1px #e5e5e5 solid;
- border-radius: 5px;
- box-sizing: border-box;
- }
- .uni-input-border {
- padding: 0 10px;
- height: 35px;
- }
- .uni-textarea-border {
- padding: 10px;
- height: 80px;
- }
- .uni-disabled {
- background-color: #f5f7fa;
- color: #c0c4cc;
- }
- .uni-icon-password-eye {
- position: absolute;
- right: 8px;
- top: 6px;
- font-family: uniicons;
- font-size: 20px;
- font-weight: normal;
- font-style: normal;
- width: 24px;
- height: 24px;
- line-height: 24px;
- color: #999999;
- }
- .uni-eye-active {
- color: #007aff;
- }
- .uni-tabs__header {
- position: relative;
- background-color: #f5f7fa;
- border-bottom: 1px solid #e4e7ed;
- }
- .uni-tabs__nav-wrap {
- overflow: hidden;
- margin-bottom: -1px;
- position: relative;
- }
- .uni-tabs__nav-scroll {
- overflow: hidden;
- }
- .uni-tabs__nav {
- position: relative;
- white-space: nowrap;
- }
- .uni-tabs__item {
- position: relative;
- padding: 0 20px;
- height: 40px;
- box-sizing: border-box;
- line-height: 40px;
- display: inline-block;
- list-style: none;
- font-size: 14px;
- font-weight: 500;
- color: #909399;
- margin-top: -1px;
- margin-left: -1px;
- border: 1px solid transparent;
- cursor: pointer;
- }
- .uni-tabs__item.is-active {
- color: $uni-color-primary;
- background-color: #fff;
- border-right-color: #dcdfe6;
- border-left-color: #dcdfe6;
- }
- .uni-form-item-tips {
- color: #999;
- font-size: 12px;
- margin-top: 10px;
- /* position: absolute; */
- /* top: 40px; */
- }
- .uni-form-item-empty {
- color: #999;
- min-height: 36px;
- line-height: 36px;
- }
- ::v-deep .uni-forms-item__label .label-text {
- color: #606266 !important;
- }
- ::v-deep .flex-center-x .uni-forms-item__content {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- }
- .link-btn {
- line-height: 26px;
- margin-top: 5px;
- color: #007aff !important;
- text-decoration: underline;
- cursor: pointer;
- }
- /* button 重置样式 */
- ::v-deep button[size="mini"] {
- line-height: 2.4;
- font-size: 12px;
- border-radius: 3px;
- }
- button {
- background: #fff;
- border: 1px solid #dcdfe6;
- color: #606266;
- box-sizing: border-box;
- }
- button[type="primary"] {
- background-color: #409eff;
- border-color: #409eff;
- border-width: 0;
- }
- button[type="warn"] {
- background-color: #f56c6c;
- border-color: #f56c6c;
- border-width: 0;
- }
- button[type="default"] {
- background: #fff;
- border: 1px solid #dcdfe6;
- color: #606266;
- box-sizing: border-box;
- }
- button[type="primary"][plain] {
- border-color: #409eff;
- color: #409eff;
- }
- button[type="warn"][plain] {
- border-color: #f56c6c;
- color: #f56c6c;
- }
- button[type="default"][plain] {
- border-color: #dcdfe6;
- color: #606266;
- }
- button[plain] {
- border-color: #dcdfe6;
- color: #606266;
- }
- button:after {
- border-width: 0;
- }
- .uni-input-placeholder {
- color: #999;
- }
- .uni-pagination-box {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .select-picker {
- margin-right: 20px;
- }
- .select-picker button {
- margin-top: 5px;
- line-height: 29px;
- font-size: 14px;
- }
- .select-picker button text {
- color: #999;
- }
- .select-picker-icon {
- margin-left: 8px;
- }
- /* stat style start */
- .m-m {
- margin: 15px !important;
- }
- .mb-s {
- margin-bottom: 5px;
- }
- .mb-m {
- margin-bottom: 15px !important;
- }
- .mb-l {
- margin-bottom: 30px !important;
- }
- .ml-s {
- margin-left: 5px;
- }
- .ml-m {
- margin-left: 15px !important;
- }
- .ml-l {
- margin-left: 30px !important;
- }
- .p-m {
- padding: 15px;
- }
- .uni-charts-box {
- width: 100%;
- height: 350px;
- }
- .uni-stat--x {
- border-radius: 4px;
- box-shadow: -1px -1px 5px 0 rgba(0, 0, 0, 0.1);
- margin-bottom: 15px;
- }
- .uni-stat__actived {
- /* outline: 1px solid #2979ff; */
- }
- .flex {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- }
- .label-text {
- font-size: 14px;
- font-weight: bold;
- color: #555;
- margin: auto 0;
- margin-right: 5px;
- }
- .uni-stat-edit--x {
- display: flex;
- justify-content: space-between;
- }
- .uni-stat-edit--btn {
- cursor: pointer;
- }
- .uni-stat-datetime-picker {
- margin: 15px;
- }
- /* uni-popup modal start */
- .modal {
- /* width: 100%; */
- max-width: calc(100vw - 200px);
- min-width: 600px;
- margin: 0 auto;
- background-color: #ffffff;
- }
- .modal-header {
- padding: 20px 0;
- text-align: center;
- border-bottom: 1px solid #eee;
- }
- .modal-footer {
- padding: 20px;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- /* border-top: 1px solid #eee; */
- }
- .modal-content {
- padding: 15px;
- height: 600px;
- box-sizing: border-box;
- }
- /* uni-popup modal end */
- .uni-stat-tooltip-s {
- width: 160px;
- white-space: normal;
- }
- /* #ifndef APP-NVUE */
- @media screen and (max-width: 500px) {
- .hide-on-phone {
- display: none !important;
- }
- .uni-charts-box {
- width: 100%;
- height: 220px;
- }
- .uni-group .uni-search {
- height: 32px;
- line-height: 32px;
- width: 100%;
- margin: 20px 20px 10px 20px;
- }
- .uni-header {
- padding-left: 0px;
- padding-right: 0px;
- border: unset;
- }
- .uni-group {
- width: 100%;
- }
- .uni-stat-breadcrumb-on-phone {
- padding: 0 20px !important;
- border-bottom: 1px #f5f5f5 solid;
- }
- .flex {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- }
- }
- @media screen and (min-width: 500px) {
- .dispaly-grid {
- display: grid;
- /* grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); */
- grid-template-columns: 1fr 1fr;
- /* grid-template-rows: 1fr 1fr; */
- column-gap: 15px;
- }
- .pc-flex-wrap {
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- }
- .uni-stat-datetime-picker {
- max-width: 350px;
- }
- ::v-deep .uni-pagination-picker-show .uni-picker-container .uni-picker-custom {
- width: 100px;
- margin: 0 86px;
- }
- ::v-deep .uni-pagination-picker-show .uni-picker-container .uni-picker-custom .uni-picker-select + div {
- left: 50% !important;
- }
- }
- /* #endif */
- /* #ifdef H5 */
- /* fix 弹出层被遮盖 */
- ::v-deep .uni-table-scroll {
- min-height: calc(100vh - 237px);
- box-sizing: border-box;
- }
- ::v-deep .uni-table .tr-table--border {
- border-left: 1px #ebeef5 solid;
- }
- /* #endif */
- /* #ifdef H5 */
- /* fix 弹出层被遮盖 */
- ::v-deep .uni-table-scroll {
- min-height: calc(100vh - 237px);
- box-sizing: border-box;
- }
- ::v-deep .uni-table .tr-table--border {
- border-left: 1px #ebeef5 solid;
- }
- /* #endif */
- /* #ifndef H5 */
- .fix-top-window {
- margin-top: 85px;
- }
- /* #endif */
|