.stackpanel-vertical { display: flex; flex-direction: column; } .alarmList-content{ overflow-y: scroll; /*-webkit-overflow-scrolling: touch;*/ } .stackpanel-horizontal { display: flex; flex-direction: row; } .pr-select { margin: 1rem 0; font-size: 1rem; } .pr-select .btn { border: 1px solid #d9d9d9; border-radius: 0.25rem; height: 2.5rem; width: 23%; } .fix-top { /* top: 5.34rem; */ width: 100%; background: white; position: fixed; z-index: 100; } .search-line { display: flex; width: 100%; justify-content: space-between; padding: 0 0.83rem; box-sizing: border-box; align-items: center; } .search-criteria { border: 1px solid #d9d9d9; border-radius: 0.25rem; height: 2.5rem; width: 23%; } .datetime-line { width: 70%; display: flex; justify-content: space-between; align-items: center; } .datetime { height: 2.5rem; line-height: 2.5rem; text-align: center; width: 6rem; } .center { display: flex; align-items: center; } .datetime { line-height: 2.5rem; text-align: center; } .underline-yellow { border-bottom: 1px solid #e9be2b } .img-drop-down { height: 1.2rem; width: 1.2rem; margin: 0 0.625rem 0 0; } .iptime-group { position: relative; } .iptime { position: absolute; top: 0; left: 0; width: 7.825rem; height: 2.5rem; opacity: 0; } .select-panel { width: 100%; position: fixed; z-index: 3; background: #fff; border-bottom: 1px solid #dad9da; } .select-btn-groups { display: flex; width: 100%; justify-content: space-between; padding: 0 0.83rem; box-sizing: border-box; align-items: center; } .select-btn-groups .btn { border: 1px solid #d9d9d9; border-radius: 0.25rem; height: 2.5rem; width: 23%; } .select-btn-groups .btn-active { background: #e9be2b; } .record-tip { text-align: center; font-size: 1rem; } .text-gray { color:#6d6d6d; } .record-tip span { color: red; } .text-red { color:#ff0000; } .text-yellow { color:#ff9c00; } .text-green { color:#03b679; } .bug-item { display:flex; padding:0.58rem 0.83rem; border-bottom: 1px solid #dad9da; flex-wrap:nowrap; font-size:1rem; } .bug-item .left { display:flex; flex-grow:1; width:0; align-items: center; } .bug-item .left .content{ flex-grow:1; width: 80%; } .bug-item .pr-name-con{ display:flex; align-items:center; } .bug-item .pr-name-con img{ height:1.2rem; } .bug-item .pr-name{ font-size : 1.25rem; display:inline-block; padding-right: 0.3rem; } .bug-item .icon-con{ flex-shrink:0; width:3rem; height:3rem; display:flex; border-radius:50%; justify-content:center; align-items:center; margin-right:1rem; font-size:1.25rem; background:#E9BE2B; } .icon-con img{ width:2rem; } .status { padding-right: 1rem; } .right div:nth-child(1),.right div:nth-child(5) { font-size: 0.8rem; } .right div:nth-child(4) { font-size: 0.83rem; }