.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: 13px; 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: 22px; 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; } } } } .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; } } .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; } .itemContentTitleDetail { font-size: 14px; } .itemContentLabel { font-size: 12px; color: #777; line-height: 20px; } } .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 { font-size: 18px; font-weight: bold; } } .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; }