app.wxss 6.03 KB
/**app.wxss**/
.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 200rpx 0;
  box-sizing: border-box;
}
page, view, scroll-view, swiper, movable-area, cover-view, text, icon, rich-text,
progress, button, checkbox-group, checkbox, form, input, label, picker,
picker-view, radio-group, slider, switch, textarea, navigator, audio, image,
video, live-player, live-pusher, open-data, web-view {
    font-family: "仿宋";
    font-size:14px;
}
.van-tabbar-item{
  position: relative;
}
.circle{
  position: absolute;
  top: 0;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #FFFFE5;
  z-index: 5;
}
.listVolunteers{
  width: 100%;
}
.listVolunteers>view{
  width: 94%;
  height: 110px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.listVolunteers>view>text{
  display: block;
  width: 90%;
  height: 1px;
  background: #f6f6f6;
  margin: 0 auto;
}
.activelist{
  width: 95%;
  height: 125px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.activelist>text{
  display: block;
  width: 80%;
  height: 1px;
  background: #f0f0f0;
  margin: 0 auto;
}
.activeLine{
  display: block;
  width: 80%;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
}
.left_listVolunteers{
  width: 30%;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 15px;
  position: relative;
}
.left_listVolunteers>image{
  width: 100%;
  height: 100%;
}
.left_listVolunteers>text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 0 0 5px 5px;
  background: rgba(0,0,0,0.5);
  font-size: 12px;
  color: #fff;
}
.left_listVolunteers>view{
  position: absolute;
  top: 3px;
  right: 0;
  width: 40px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.right_listVolunteers{
  width: 62%;
  font-size: 12px;
  color: #969696;
}

.right_listVolunteers>view{
  margin-top: 5px
}

.right_listVolunteers .itemTitle{
  color:#363636;
  font-size: 15px;
}

.formtable>view{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.formtable>view>text{
  width: 100px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #1e1e1e;
}
.formtable>view>van-cell-group{
  flex: 1
}
.formtable .van-cell{
  padding: 0;
}
.formtable input{
  box-sizing: border-box;
  padding-left: 8px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  text-align: center;
  color: #4f4f4f;
}
.button button{
  padding: 20px 90px;
  border-radius: 5px;
  background: #0D76ED;
  color: #fff;
}

.tr{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 10px auto;
}
.th{
  flex: 1;
  height: 32px;
  line-height: 32px;
  text-align: center;
  /* border: 1px solid #ccc; */
  font-size: 14px;
}
.td{
  flex: 1;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.idNum{
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 auto;
}
.van-swipe-cell__right {
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #f44;
}
.listPractice>view{
  width: 94%;
  height: 110px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.listPractice>view>text{
  display: block;
  width: 90%;
  height: 1px;
  background: #f6f6f6;
  margin: 0 auto;
}
.left_listPractice{
  width: 30%;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 15px;
  position: relative;
}
.left_listPractice>image{
  width: 100%;
  height: 100%;
}
.right_listPractice{
  width: 60%;
  height: 80px;
  font-size: 12px;
  color: #000;
}
.right_listPractice>view{
  line-height: 20px;
}
.right_listPractice>text{
  color: #000;
}
.listPublicWelfare>view{
  width: 90%;
  height: 110px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.listPublicWelfare>view>text{
  display: block;
  width: 90%;
  height: 1px;
  background: #f6f6f6;
  margin: 0 auto;
}
.left_listPublicWelfare{
  width: 120px;
  height: 67px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.left_listPublicWelfare>image{
  width: 100%;
  height: 100%;
}
.right_listPublicWelfare{
  flex: 1;
  height: 67px;
  font-size: 12px;
  color: #000;
  box-sizing: border-box;
  padding-left: 30px;
}
.right_listPublicWelfare>text{
  display: block;
  height: 18px;
  font-size: 14px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.right_listPublicWelfare .activeTitle{
  font-size: 15px;
  font-weight: bold;
  color: #363636;
}
.right_listPublicWelfare>view{
  height: 30px;
  display: flex;
  align-items: center;
}
.right_listPublicWelfare>view>image{
  width: 15px;
  height: 15px;
  /* margin-left: 10px; */
}
.right_listPublicWelfare>view{
  color: #666;
}
.right_listPublicWelfare>view .van-button__text{
  color: #666;
}
.conSwiper{
  width: 90%;
  height: 40px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  font-size: 12px;
  background: #f6f6f6;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 10px;
}
.conSwiper>image{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.conSwiper>view{
  flex: 1;
  height: 25px;
  color: #F2A508;
  font-size: 12px;
  line-height: 25px;
  text-align: right;
  border-radius: 5px;

}
.lookmore{
  color: #599eff!important;
}
.listNull{
  width: 100%;
  display: block!important;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.listNull>image{
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.listNull>view{
  width: 150px;
  margin: 0 auto;
  font-size: 12px;
  color: #ccc;
}