123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- page {
- background: #EFEFF4;
- }
- text {
- display: inline-block;
- }
- button[type="info"] {
- color: #ffffff;
- background-color: rgba(137, 137, 137, .5);
- }
- .hc-bg-white {
- background-color: white !important;
- }
- .hc-search-bar {
- position: sticky;
- top: 0;
- right: 0;
- left: 0;
- background: white;
- border-top: 1rpx solid #f7f7f7;
- }
- .scroll-h-auto .uni-scroll-view .uni-scroll-view-content {
- height: auto;
- }
- .card-actions {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- height: 80rpx;
- border-top: 2rpx #eee solid;
- .card-actions-item {
- display: flex;
- flex-direction: row;
- align-items: center;
- color: #999999;
- .icon {
- text-decoration: none;
- text-align: center;
- font-size: 32rpx;
- }
- .card-actions-item-text {
- font-size: 24rpx;
- margin-left: 10rpx;
- }
- &.border {
- padding: 0 8rpx;
- border: 2rpx solid;
- border-radius: 6rpx;
- }
- }
- }
- .card-slot-title {
- font-size: 28rpx;
- color: #3a3a3a;
- padding: 22rpx 0;
- }
- .text-df {
- font-size: 28rpx;
- }
- .hc-form-item {
- display: flex;
- align-items: center;
- :deep(.uni-forms-item__content) {
- display: flex;
- align-items: center;
- text {
- color: #969692;
- }
- }
- .uni-forms-item__error.msg--active {
- text {
- color: inherit;
- }
- }
- }
- .form-item-div {
- font-size: 28rpx;
- border: 2rpx solid #e5e5e5;
- box-sizing: border-box;
- border-radius: 8rpx;
- padding: 0 20rpx;
- position: relative;
- display: flex;
- align-items: center;
- width: 100%;
- flex: 1;
- height: 60rpx;
- }
- .hc-report-page {
- .uni-card.uni-card--full {
- border-right: 0;
- .uni-card__content {
- padding-left: 0 !important;
- padding-right: 0 !important;
- }
- }
- }
- .hc-popup.uni-popup {
- view[name="content"] {
- transition: -webkit-transform 900ms ease 0ms, transform 900ms ease 0ms !important;
- .uni-popup__wrapper {
- padding: 30rpx 40rpx;
- padding-top: 40rpx;
- border-radius: 40rpx 40rpx 0 0;
- background-color: #ffffff !important;
- }
- }
- .hc-popup-content {
- position: relative;
- padding: 0 24rpx;
- .title {
- color: #8E8E93;
- font-size: 28rpx;
- margin-bottom: 38rpx;
- text-align: center;
- }
- .popup-btn::after {
- display: none;
- }
- .popup-btn-bar {
- position: relative;
- .c1 {
- background-color: #554D84;
- }
- .c2 {
- background-color: #EE5B20;
- }
- .c3 {
- background-color: #BFBFBF;
- }
- .c4 {
- background-color: #81B337;
- }
- }
- .popup-btn-bar + .popup-btn-bar {
- margin-top: 24rpx;
- }
- }
- }
- .nav-bar-white {
- background: white;
- color: black;
- }
- .animation-mode {
- opacity: 1;
- animation-duration: 1s;
- animation-iteration-count: 1;
- animation-fill-mode: backwards;
- backface-visibility: visible;
- }
- .hc-parting-line {
- position: relative;
- height: 2rpx;
- width: 100%;
- background: #f2f1f1;
- }
- .zb_tooltip__popper {
- .more-bar-item {
- position: relative;
- font-size: 26rpx;
- }
- .more-bar-item + .more-bar-item {
- margin-top: 20rpx;
- }
- }
- .uni-popup, .uni-picker-container{
- z-index: 9999999 !important;
- }
- uni-toast, .uni-mask, .uni-toast {
- z-index: 99999999 !important;
- }
- uni-modal {
- z-index: 99999999 !important;
- }
- .uni-picker-container .uni-picker-custom {
- z-index: 99999999 !important;
- }
- .uni-modal {
- z-index: 999999999 !important;
- }
- .uni-calendar__mask, .uni-calendar__content {
- z-index: 9999999 !important;
- }
- .hc-zindex {
- z-index: 99999999 !important;
- }
- .mt-1px {
- margin-top: 1px;
- }
- .cu-bar {
- background: white;
- }
- .uv-checkbox-group .uv-checkbox .uv-checkbox__icon-wrap {
- margin-right: 0;
- }
- .z-paging-content {
- .hc-paging-top-bar {
- position: relative;
- }
- .hc-tabbar-box.hc-paging-bottom-bar {
- position: relative;
- padding: 28rpx
- }
- }
- .clip-2 {
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .br-t {
- border-radius: 30rpx 30rpx 0 0;
- }
|