index.less 4.27 KB
.preStyle {
  line-height: 1;
  text-align: left;
  margin-left: 3%;
  /* font-family: 宋体; */
  width: 100%;
  display: flex;
}
.outbox {
  width: 95%;
  margin: 0 auto;
  padding-top: 8px
  /* padding-top: 8px;
padding-left: 10%; */
}

.search {
  /* padding-left: 20px;
  margin-left: 17px; */
  /* margin: 12px; */
  height: 33px;
  line-height: 31px;
  display: flex;
  flex-direction: row;

}

.content {
  /* background-color: aquamarine; */
  height: calc(92vh - 40px);
  overflow-y: auto;
}
.iptBox{
  width: 98%;
  border-radius: 2px;
}

.ipt {
  height: 30px;
  /* width: 85%; */
  width: 98%;
  border-radius: 15px;
  border: 1px solid #c0c0c3;
  background-color: #fff;
  padding: 10px;
}

.iptText {
  font-size: 16px;
  width: 15%;
  margin-left: 15px;
  color: orangered;
  font-weight: bold;
}

.iptText a {
  text-decoration: none;
}

.tabList {
  border-top: 1px solid #c0c0c3;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  height: 9vh;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.tab {
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 25%;
  text-align: center;
  height: 8vh;
  font-size: 12px;
}


.imgTab {
  width: 28px;
}


.imgSearch {
  right: 37px;
  top: 12px;
  height: 22px;
  position: absolute;
}


.main {
  padding: 1.2rem 1rem 1rem 1rem;

}

.card {
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0 1rem;
  /* margin-top: 20%; */
  /* padding-top: 20%; */
  width: 85%;
  min-height: 150px;
  background-color: #ffffff;
  border-radius: 0.5rem;
  line-height: 2rem;
}

.cardTitle {
 font-weight: bold;
  //height: 6rem;
  min-height: 4rem;
  max-height: 6rem;
  //line-height: 6rem;
  color: #000;
  border-bottom: 1px dashed #dfdfdf;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.cardBox {
  padding-top: 0.7rem;
}

.cardDate {
  color: #808080;
  margin-bottom: 1rem;
  height: 3rem;
}

.cardShort {
  font-size: 17px;
  font-weight: bolder;
}

.cardMsg {
  color: #808080;
  line-height: 1.4rem;
  padding-bottom: 1rem;
  padding-top: 0.3rem;
}

.cardMore {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 3rem;
  line-height: 3rem;
  border-top: 1px solid #dfdfdf;
}

.cardContent {
  padding-bottom: 0.5rem;
  line-height: 2rem;
}

.cardBillTitle {
  height: 3rem;
  font-weight: 540;
}

.cardBill {
  line-height: 2rem;
}

.cardLine {
  display: flex;
  flex-direction: row;
}

.cardColumn {
  color: #808080;
  width: 30%;
  text-align: left;
  margin-left: 12%;
  word-break: break-all;
}

.cardValue {
  color: #000;
  text-align: left;

  margin-left: -3%;
}
.cardValue img{
  margin-bottom: -4px;
  width: 50px;
  height: 23px;
}

a {
  border: none;
  color: #808080;
}


.splitLine{
  height: 1px;
  line-height: 1px;
  color: #000;
  border-bottom: 1px dashed #dfdfdf;
}
.memo{
  width: 95%;
}
.cardAgree {

  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 10px 39px;
}
/* 已同意 */
.btnAgreeDone {
  width: 100%;
  line-height: 45px;
  border: 0;
  border-radius: 7px;
  font-size: 16px;
  background-color: #eef1f0;
}

.btnAgreeDone {
  width: 100%;
  line-height: 45px;
  border: 0;
  border-radius: 7px;
  font-size: 16px;
  background-color: #eef1f0;
}
.btnTransfer{
  width: 28%;
  background-color: #808A87;
  color: #fff;
  line-height: 45px;
  border: 0;
  border-radius: 7px;
  font-size: 16px;
}
.btnAgree {
  width: 28%;
  background-color: #347ecd;
  color: #fff;
  line-height: 45px;
  border: 0;
  border-radius: 7px;
  font-size: 16px;

}

.btnRefuse {
  width: 28%;
  background-color: #ff0000;
  color: #fff;
  line-height: 45px;
  border: 0;
  border-radius: 7px;
  font-size: 16px;
}
.flowInfo{
 padding: 10px 30px;
}
.flowTitle{
  font-weight: bold;
  height: 4rem;
  line-height: 4rem;
  color: #000;
  border-bottom: 1px dashed #dfdfdf;
  font-size: 20px;
  text-align: left;
  padding-left:12px;
}
.flowStep{
  padding: 10px 20px;
}
.flowDescription{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.floweExtra{
  font-size: 12px;
  padding-left: 35px;
}

.sPersonInfo{
  display: flex;
  flex-direction: row;
  align-items:center;
  color: #000;
}
.sPersonName{
  margin-left: 10px;
}
.sPersonStatus{
  color: #000;
  margin-top: 5px;
}

.sStatusInfo{

}
.flowComments{

}