.indexPage { position: relative; z-index: 1; background: #F5F5F5; min-height: calc(100vh - 52px); .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; .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; } .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; } } .releaseEnds { font-size: 25px; color: #999999; display: flex; flex-flow: row nowrap; align-items: center; justify-content: space-between; padding-bottom: 25px; } .coOder { font-size: 25px; color: #6eb173; padding-bottom: 25px; } .bottomContent { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; .status { font-size: 28px; } .clockIn { font-size: 28px; } } } } } } .at-image-picker__remove-btn { display: none; } .logbt { margin-left: 30px; text-decoration: underline; color: #4e6ef2; } .option { width: 50%; margin: 50px auto; } .statusicon { position: absolute; right: 0; top: 50px; width: 222px; height: 197px; } .operation{ display: flex; flex-flow: row nowrap; margin: 30px 0; } textarea { width: 94%; // background: #D7D7D7; background-color: #F5F5F5; padding: 20px; border-radius: 20px; }