123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276 |
- .approvalTab {
- :global {
- .van-tabs__line {
- position: absolute;
- bottom: 20px !important;
- }
- }
- }
- .MyApproval {
- .select {
- display: flex;
- align-items: center;
- padding: 0 15px;
- height: 50px;
- font-size: 14px;
- & > img {
- width: 11px;
- height: 6px;
- margin-left: 4px;
- }
- }
- }
- .rightTip {
- :global {
- .van-nav-bar__right {
- background: rgba(239, 135, 97, 1);
- color: #fff;
- border-radius: 50%;
- width: 22px;
- height: 22px;
- padding: 0;
- justify-content: center;
- top: 50%;
- right: 13px;
- transform: translateY(-50%);
- }
- }
- }
- .wrap {
- padding: 12px 0;
- box-sizing: border-box;
- }
- .item {
- border-radius: 10px;
- margin: 0 13px 12px 13px;
- overflow: hidden;
- background: #fff;
- :global {
- .van-cell {
- padding-top: 16px;
- padding-bottom: 16px;
- }
- .van-cell::after {
- left: 0;
- right: 0;
- }
- .van-cell__label {
- font-size: 14px;
- color: #777;
- white-space: nowrap;
- }
- }
- .titleLine {
- width: 4px;
- height: 12px;
- background: #ff8057;
- border-radius: 2px;
- margin-right: 6px;
- }
- .itemTitle {
- display: flex;
- align-items: center;
- font-size: 16px;
- .titleIcon {
- width: 18px;
- height: 18px;
- margin-right: 6px;
- }
- }
- .itemTag {
- padding: 0 8px;
- height: 19px;
- line-height: 19px;
- background: #ff8057;
- border-radius: 4px;
- color: #fff;
- font-size: 12px;
- margin-left: 6px;
- }
- .itemPicture {
- width: 44px;
- height: 44px;
- margin-right: 8px;
- border-radius: 50%;
- overflow: hidden;
- }
- :global(.van-cell__value) {
- display: flex;
- justify-content: flex-end;
- padding-right: 8px;
- .valeLabel {
- margin-top: -12px;
- }
- .topNum {
- font-size: 19px;
- }
- }
- }
- .tipItem {
- margin: 0;
- :global {
- .van-cell {
- padding: 25px 25px 20px 25px;
- }
- }
- }
- .tipContent {
- font-size: 15px;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333;
- line-height: 24px;
- padding: 0 25px 25px 25px;
- }
- .listItem {
- padding-top: 4px;
- padding-bottom: 4px;
- :global {
- .van-cell {
- padding-top: 6px;
- padding-bottom: 6px;
- .van-cell__title {
- color: #777;
- font-size: 15px;
- }
- .van-cell__value {
- font-size: 15px;
- color: #333;
- }
- }
- }
- .valueColor {
- color: #f44541 !important;
- }
- }
- .grid {
- :global {
- .van-grid-item__content {
- padding: 15px 5px 20px 5px;
- }
- }
- }
- .gridItem {
- text-align: center;
- font-size: 12px;
- color: #777;
- .gridItemTop {
- margin-bottom: 6px;
- }
- .topNum {
- color: #f67146;
- font-size: 22px;
- margin-right: 2px;
- }
- & + .gridItem {
- margin-left: 26px;
- }
- }
- .itemContent {
- padding: 15px 12px;
- .itemContentTitle {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 16px;
- color: #333;
- padding-bottom: 6px;
- line-height: 22px;
- padding-left: 2px;
- }
- .itemContentTitleDetail {
- padding-left: 2px;
- font-size: 14px;
- }
- .itemContentLabel {
- padding-left: 2px;
- font-size: 14px;
- color: #777;
- line-height: 20px;
- padding-bottom: 6px;
- }
- }
- .itemSelect {
- display: flex;
- align-items: center;
- height: 25px;
- padding: 0 15px;
- .select {
- display: flex;
- align-items: center;
- & > img {
- width: 11px;
- height: 6px;
- margin-left: 4px;
- }
- }
- }
- .times {
- padding-top: 12px;
- display: flex;
- .timesItem {
- flex: 1;
- background: #f2f2f2;
- border-radius: 10px;
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- color: #333;
- padding: 12px;
- .startTimeTop {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 6px;
- font-size: 14px;
- & > img {
- width: 18px;
- height: 18px;
- }
- }
- .startTimeBottom {
- padding-top: 5px;
- font-size: 18px;
- font-weight: bold;
- display: flex;
- align-items: center;
- }
- .startTimeStatus {
- margin-right: 12px;
- font-size: 14px;
- font-weight: 500;
- color: #333333;
- line-height: 20px;
- }
- .startTimePosition {
- font-size: 14px;
- font-weight: 500;
- color: #333333;
- line-height: 20px;
- }
- .startTimePositionLook {
- font-size: 12px;
- font-weight: 500;
- line-height: 17px;
- display: flex;
- align-items: center;
- }
- }
- .startTime {
- margin-right: 5px;
- }
- .endTime {
- margin-left: 5px;
- }
- }
- .confirmBtn {
- position: fixed;
- left: 0;
- bottom: 0;
- right: 0;
- padding: 15px 25px;
- background: #fff;
- z-index: 10;
- }
|