donationDetail.wxss 2.5 KB
/* pages/donationDetail/donationDetail.wxss */
donationDetail{
  width: 100%;
  font-size: 14px;
}

.actionBtn{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FF3030;
  color: #fff;
}

.donationInfo{
  width:90;
  margin: 0px auto;
}

.donationInfo .row{
  width: 100%;
  padding-left:2%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.donationInfo .row .titleText{
  display:flex;
  flex-wrap: nowrap; 
  color:#4F4F4F;
  width:100px;
  
}
.donationInfo .row .dataText{
  display:flex;
  width:100%;
  flex-wrap: wrap; 
  color:#969696;
}

.labelRow {
  width:96%;
  margin: 10px auto;
  height:30px;
  line-height: 30px;
}

.labelRow>image{
  width: 10px;
  height: 10px;
}

.donationUser_list{
  width:90%;
  margin: 10px auto 50px auto;
  font-size: 12px;
}

.donationUser_list .userDonationItem{
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1rpx solid #ccc;
}

.donationUser_list .userDonationItem .userInfo{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.userInfo .profile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.profile>image {
  width:30px;
  height: 30px;
  border-radius: 15px;
}

.name {
  margin-left: 5px;
}

.money {
  color:red;
}

.comment {
  margin-top: 5px;
  margin-bottom: 5px;
}

.donationDialog{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5)
}

.con_juankuan{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 240px;
  height: 160px;
  background: #fff;
  border-radius: 5px;
}
.con_juankuan>view{
  margin-top:5px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
}
.con_juankuan>view>text{
  padding-left: 5px;
  width: 50px;
}
.con_juankuan>view>input{
  flex: 1;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding-left: 10px;
  border: 1px solid #ccc;
}

.buttons{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px!important;
  display: flex;
  padding: 0!important;
}

.buttons>view{
  flex: 1;
  height: 36px;
  text-align: center;
  line-height: 36px;
}