123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- .nocheckBox {
- height: 100vh;
- background-color: #f0f3fa;
- .container {
- height: $detail-content-height;
- overflow-y: scroll;
- >view {
- background-color: #fff;
- padding: 10px;
- &.checkResultBox {
- >.titleBox {
- display: flex;
- justify-content: space-between;
- align-items: center;
- >button {
- border: 0px;
- background-color: #00a2e8;
- color: #fff;
- font-size: 12px;
- padding: 0px 10px;
- margin: 0px;
- }
- }
- >.content {
- margin-top: 10px;
- >.formGroup {
- padding: 8px 5px;
- font-size: 14px;
- &:not(.noBetween) {
- justify-content: space-between;
- }
- &:last-child {
- border-bottom: 0px;
- }
- >.label {
- width: 80px;
- display: block;
- margin-bottom: 10px;
- }
- >.formInput {
- flex: 1;
- textarea {
- width: calc(100% - 20px);
- height: 89px;
- background: #FFFFFF;
- border-radius: 4px 4px 4px 4px;
- opacity: 1;
- border: 1px solid #E8EBF0;
- padding: 10px;
- }
- }
- >.formFile {
- border-radius: 4px;
- text-align: center;
- position: relative;
- .icon_camera {
- display: block;
- position: absolute;
- left: 0px;
- right: 0px;
- top: 0px;
- bottom: 0px;
- width: 100%;
- height: 100%;
- background-color: #EFF1F3;
- margin: auto;
- border-radius: 5px;
- >image {
- position: absolute;
- left: 0px;
- right: 0px;
- top: 0px;
- bottom: 0px;
- margin: auto;
- width: 24px;
- height: 24px;
- }
- }
- }
- }
- }
- >.btn {
- margin: 10px 15px;
- height: 36px;
- background: #3991FE;
- box-shadow: 0px 3px 8px 0px rgba(76, 126, 218, 0.42);
- border-radius: 36px 36px 36px 36px;
- color: #fff;
- line-height: 36px;
- }
- }
- >.title {
- font-size: 18px;
- color: #2C3649;
- font-weight: 600;
- margin-bottom: 10px;
- padding: 0px 5px;
- }
- &.warningBox {
- }
- }
- }
- }
- .cooapseHeader {
- width: 100%;
- background-color: #fff;
- }
- .uni-collapse-item__title {
- display: flex !important;
- align-items: center !important;
- justify-content: space-between !important;
- height: 40px !important;
- border: 1px solid #E8EBF0;
- padding-left: 10px;
- margin-bottom: 0;
- }
- .collapse-content {
- width: 100%;
- border: 1px solid #E8EBF0;
- padding: 10px;
- box-sizing: border-box;
- .li {
- width: 100%;
- height: 28px;
- display: flex;
- align-items: center;
- view {
- border: 1px solid #E8EBF0;
- box-sizing: border-box;
- }
- .x1 {
- width: 100px;
- height: 100%;
- background-color: #F9F9F9;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-right: 0 !important;
- }
- .x2 {
- width: calc(100% - 100px);
- height: 100%;
- background-color: #fff;
- display: flex;
- align-items: center;
- padding-left: 10px;
- }
- }
- .xcms {
- height: 50px;
- }
- .xczp {
- height: 60px;
- .x2{
- display: flex;
- align-items: center;
- image{
- max-width: 50px;
- max-height: 50px;
- margin: 0 4px;
- }
- }
- }
- }
|