123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- .modalContainer {
- padding: 0 0.3rem;
- }
- .closeModalBtn {
- position: absolute;
- top: 0.15rem;
- right: 0.2rem;
- }
- .mandate > * {
- margin-top: 0.15rem;
- font-family: Source Han Sans, Source Han Sans;
- }
- .taskOtherInfo {
- padding: 0.2rem;
- background-color: #fdefd9;
- }
- .modalTitle {
- font-size: 0.28rem;
- font-weight: 600;
- padding: 0.1rem 0;
- }
- .footerConstainer {
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- .footerBtn {
- height: 0.5rem;
- width: 1.4rem;
- font-size: 0.26rem;
- border: 0;
- color: #5697e4;
- background-color: #e5effa;
- }
- }
- .footerConstainer > * {
- margin-left: 0.1rem;
- }
- .relatedOrder {
- margin-bottom: 0.2rem;
- background-color: rgba(23, 85, 255, 0.06);
- display: flex;
- align-items: center;
- padding: 0.15rem;
- .leftInfo {
- width: 80%;
- }
- .leftInfo > * {
- padding: 0.05rem;
- }
- .rightButtonContainer {
- width: 18%;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .rightButton {
- flex: auto;
- width: 1.5rem;
- height: 0.5rem;
- border-radius: 0.5rem;
- color: #5697e4;
- background-color: #ffffff;
- font-size: 0.28rem;
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- }
- .taskCheckBox {
- padding: 0.1rem;
- :global {
- .ant-checkbox-wrapper {
- width: 100%;
- margin-top: 0.05rem;
- margin-bottom: 0.05rem;
- border-bottom: 0.01rem dashed gray;
- }
- }
- }
- .taskCheckItem {
- font-size: 0.28rem;
- padding: 0.1rem;
- min-width: 0.8rem;
- display: flex;
- align-items: center;
- }
- .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;
- }
- }
- }
- .taskTable {
- :global {
- .ant-table-thead {
- background: rgba(155, 151, 151, 0.2);
- }
- .ant-table-thead > tr > th {
- color: rgba(59, 59, 59, 1);
- font-weight: 600;
- }
- }
- }
- .fontS20 {
- font-size: 0.2rem;
- }
- .fontS22 {
- font-size: 0.22rem;
- }
- .fontS24 {
- font-size: 0.24rem;
- }
- .fontS26 {
- font-size: 0.26rem;
- }
- .fontS28 {
- font-size: 0.28rem;
- }
- .fontS30 {
- font-size: 0.3rem;
- }
- .fontS32 {
- font-size: 0.32rem;
- }
|