123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336 |
- .indexPage {
- position: relative;
- z-index: 1;
- background: #F5F5F5;
- min-height: calc(100vh - 52px);
- .item-content__info-title {
- font-size: 28px;
- color: #9BA0AA;
- }
- .item-extra__info {
- font-size: 28px;
- color: #9BA0AA;
- }
- .at-list__item::after {
- border-bottom: 0;
- }
- .at-list::after {
- border-top: 0;
- }
- .indexPage .at-list::after {
- border: 0;
- }
- .searchContent {
- position: relative;
- background: white;
- .searchTop {
- z-index: 1000;
- }
- .searchBottom {
- display: flex;
- align-items: center;
- justify-content: space-between;
- background: #FFFFFF;
- border-bottom-left-radius: 10px;
- border-bottom-right-radius: 10px;
- padding: 10px 0 10px 0;
- .searchBottomBack {
- position: fixed;
- z-index: -1;
- left: 0;
- right: 0;
- bottom: 0;
- top: 100px;
- background: rgba(0, 0, 0, .7);
- }
- .searchItem {
- position: relative;
- font-size: 25px;
- color: #FFFFFF;
- .shortValuecontent {
- position: relative;
- display: flex;
- align-items: center;
- width: 155px;
- background: #6190E8;
- border-radius: 100px;
- padding: 10px 0;
- margin-right: 5px;
- .selectValue {
- width: 110px;
- padding-left: 15px;
- white-space: nowrap;
- }
- .selectTitle {
- padding-left: 15px;
- white-space: nowrap;
- width: 110px;
- }
- .iconContent {
- width: 45px;
- padding-right: 20px;
- text-align: right;
- }
- }
- .valuecontent {
- position: relative;
- display: flex;
- align-items: center;
- width: 190px;
- background: #6190E8;
- border-radius: 100px;
- padding: 10px 0;
- margin-right: 5px;
- .selectValue {
- padding-left: 15px;
- width: 145px;
- white-space: nowrap;
- }
- .selectTitle {
- padding-left: 15px;
- white-space: nowrap;
- width: 145px;
- }
- .iconContent {
- width: 45px;
- padding-right: 20px;
- text-align: right;
- }
- }
- .searchSelectContent {
- position: absolute;
- right: 0;
- top: 0;
- bottom: 0;
- z-index: 1;
- width: 45px;
- padding-right: 20px;
- text-align: right;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- padding-bottom: 3px;
- }
- .closeIcon {
- background: #F00;
- width: 60px;
- height: 46px;
- display: flex;
- padding-left: 20px;
- align-items: center;
- }
- }
- }
- .searchBottomLOL {
- position: fixed;
- z-index: 1000;
- top: 0;
- left: 0;
- right: 0;
- box-shadow: 0px 6px 27px 16px #8e8d8d;
- background: #FFFFFF;
- }
- }
- .list {
- padding: 20px 23px 52px 23px;
- .item {
- border-radius: 6px;
- padding: 31px;
- background: #FFFFFF;
- display: flex;
- flex-flow: row nowrap;
- margin-bottom: 17px;
- position: relative;
- overflow: hidden;
- .itype {
- font-size: 20px;
- color: #fff;
- text-align: center;
- transform: rotate(-45deg);
- background: #6190E8;
- padding: 5px 30px;
- position: absolute;
- top: 5px;
- left: -30px;
- }
- .revoke {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0, 0, 0, .7);
- z-index: 999;
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: center;
- .revokeImg {
- width: 250px;
- height: 250px;
- }
- }
- .infor {
- width: 100%;
- position: relative;
- .title {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- align-items: center;
- padding-bottom: 20px;
- .aname {
- flex: 1;
- padding-right: 20px;
- font-weight: bolder;
- display: flex;
- flex-direction: row;
- align-items: center;
- .aIcon {
- background: #1E90FF;
- color: white;
- padding: 5px 8px;
- border-radius: 4px;
- margin-left: 10px;
- font-size: 25px;
- }
- }
- .createTimes {
- font-size: 20px;
- color: #999999;
- white-space: nowrap;
- }
- }
- .userName {
- font-size: 25px;
- color: #999999;
- padding-bottom: 15px;
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: space-between;
- position: relative;
- .uNtext {
- width: 540px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .reject {
- position: absolute;
- right: -31px;
- top: 0px;
- border-bottom-left-radius: 100px;
- border-top-left-radius: 100px;
- padding: 20px 20px;
- color: white;
- background: rgba(22, 155, 213, 1);
- }
- }
- .releaseStarts {
- font-size: 25px;
- color: #999999;
- padding-bottom: 15px;
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: space-between;
- position: relative;
- .punchClock {
- position: absolute;
- border-bottom-left-radius: 100px;
- border-top-left-radius: 100px;
- padding: 20px 20px;
- background: #f1662f;
- color: white;
- display: flex;
- justify-content: center;
- align-items: center;
- right: -31px;
- top: -10px;
- }
- }
- .releaseEnds {
- font-size: 25px;
- color: #999999;
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: space-between;
- padding-bottom: 15px;
- }
- .coOder {
- font-size: 25px;
- color: #6eb173;
- padding-bottom: 15px;
- }
- .examine{
- text-align: right;
- font-size: 25px;
- }
- .bottomContent {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- align-items: center;
- .status {
- font-size: 28px;
- }
- .clockIn {
- font-size: 28px;
- }
- }
- }
- }
- }
- .skeleton {
- border-radius: 11px;
- margin-bottom: 20px;
- }
- }
|