123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- .cardContainer {
- * {
- font-family: Source Han Sans, Source Han Sans;
- }
- display: flex;
- flex-grow: 1;
- background-color: white;
- background: #ffffff;
- box-shadow: 0rem 0rem 0.2rem 0 rgba(0, 0, 0, 0.15);
- .cardInfo {
- width: 100%;
- }
- .collapseLabel {
- width: 100%;
- .ant-collapse-arrow {
- font-size: 0.32rem;
- }
- :global {
- .ant-collapse-item {
- margin-bottom: 0;
- }
- .ant-collapse-item:last-child > .ant-collapse-header {
- border-radius: 0;
- }
- .ant-collapse-header .ant-collapse-expand-icon {
- padding-inline-end: 0;
- }
- .ant-collapse-header {
- height: 0.5rem;
- background: url('@/assets/TaskManage/viewOrder@2x.png') no-repeat center;
- background-size: 30% 100%;
- justify-content: center;
- flex-direction: row-reverse;
- align-items: center;
- margin-top: 0.1rem;
- border-bottom: 0.02rem solid #1755ff;
- .ant-collapse-header-text {
- font-size: 0.32rem;
- flex: unset;
- margin-inline-end: unset;
- }
- .ant-collapse-arrow {
- font-size: 0.32rem;
- }
- }
- .ant-collapse-content-box {
- padding: 0;
- }
- .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
- padding-block: 0;
- }
- }
- .workOrderCard {
- margin-bottom: 0.1rem;
- padding: 0.2rem;
- display: flex;
- align-items: center;
- background-color: rgba(23, 85, 255, 0.06);
- .leftInfo {
- width: 80%;
- }
- .rightButtonContainer {
- width: 20%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- }
- .rightButton {
- background-color: #fff;
- border-radius: 0.5rem;
- width: 1.5rem;
- height: 0.5rem;
- letter-spacing: 0.05rem;
- color: rgba(23, 85, 255, 1);
- font-size: 0.32rem;
- text-align: center;
- }
- }
- .workOrderCard:last-child {
- margin-bottom: 0;
- }
- }
- }
- .topContainer {
- // height: 1.2rem;
- .fixedTop {
- position: fixed;
- top: 0;
- width: 100%;
- z-index: 10;
- background-color: #ffffff;
- }
- }
- .handleModal {
- :global {
- .ant-modal-close {
- width: 0.36rem;
- height: 0.36rem;
- }
- .ant-modal-close-x {
- font-size: 0.36rem;
- line-height: 0.36rem;
- }
- .ant-modal-title {
- font-size: 0.28rem;
- }
- .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
- height: 0.6rem;
- padding-top: 0.15rem;
- }
- .ant-form-item .ant-form-item-label > label {
- font-size: 0.28rem;
- height: 0.6rem;
- }
- .ant-input {
- font-size: 0.28rem;
- height: 0.6rem;
- }
- .ant-btn {
- font-size: 0.28rem;
- height: 0.6rem;
- width: 1.2rem;
- }
- .ant-checkbox {
- .ant-checkbox-inner {
- width: 0.28rem;
- height: 0.28rem;
- }
- .ant-checkbox-inner:after {
- height: 0.16rem;
- width: 0.09rem;
- }
- }
- .ant-picker {
- height: 0.6rem;
- }
- }
- }
- .fontS32 {
- font-size: 0.32rem;
- }
- .fontS30 {
- font-size: 0.3rem;
- }
- .fontS28 {
- font-size: 0.28rem;
- }
- .fontS26 {
- font-size: 0.26rem;
- }
- .fontS24 {
- font-size: 0.24rem;
- }
- .fontS20 {
- font-size: 0.2rem;
- }
- .fontS18 {
- font-size: 0.18rem;
- }
- .fontS16 {
- font-size: 0.16rem;
- }
|