express.wxss 2.86 KB
/* stylelint-disable */
.header {
  background-color: white;
  height: 100rpx;
  display: flex;
  flex-direction: row;
}

.header .rigthView{
  background-color: white;
  height: 100rpx;
  width: 18%;
}

.header .rigthView .image{
  background-color: gray;
  height: 80rpx;
  width: 80rpx;
  margin-left: 30rpx;
  margin-top: 10rpx;
}

.header .leftView{
  background-color: white;
  height: 80rpx;
  width: 82%;
  margin-top: 10rpx;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header .leftView .text{
  background-color: white;
  height: 40rpx;
  font-size: 28rpx;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.header .leftView .textTelView{
  background-color: white;
  height: 40rpx;
  display: flex;
  flex-direction: row;
}

.header .leftView .textTelView .textTel{
  background-color: white;
  height: 40rpx;
  font-size: 28rpx;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.header .leftView .textTelView .textTelButton{
  width: 61rpx;
  height: 28rpx;
  justify-content: center;
  display: flex;
  border: 1rpx solid #000;
  border-radius: 6rpx;
  margin-left: 30rpx;
  margin-top: 2px;
  line-height: 28rpx;
}

.header .leftView .textTelView .textTelButton .buttontext{
  font-size: 21rpx;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.space {
  width: 100%;
  height: 20rpx;
  background-color: #f0f0f0;
  border-bottom-style:solid;
  border-bottom-width: 1rpx;
  border-bottom-color: #e0e0e0;
  border-top-style:solid;
  border-top-width: 1rpx;
  border-top-color: #e0e0e0;
}

.detailTitleView {
  width: 100%;
  height: 100rpx;
  background-color: white;
  display: flex;
  align-items: center;
}

.detailTitleView .detailTitle{
  font-size: 34rpx;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 27rpx;
}

.line {
  width: 100%;
  height: 1rpx;
  background-color: #f0f0f0;
}

.cell {
  background-color: white;
  height: 100rpx;
  display: flex;
  flex-direction: row;
}

.cellLine {
  width: 84%;
  height: 1rpx;
  background-color: #f0f0f0;
  margin-left: 16%; 
}

.cell .cellLeft{
  background-color: white;
  height: 100rpx;
  width: 16%;
}

.cell .cellLeft .HLine{
  background-color: #f0f0f0;
  height: 100rpx;
  width: 2rpx;
  margin-left: 63rpx;
}

.cell .cellLeft .dot{
  height: 17rpx;
  width: 16rpx;
  margin-left: -6rpx;
  margin-top: 25rpx;
}

.cell .cellRight{
  background-color: white;
  height: 100rpx;
  width: 84%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cell .cellRight .text1{
  background-color: white;
  height: 40rpx;
  width: 84%;
  font-size: 28rpx;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cell .cellRight .text2{
  background-color: white;
  height: 40rpx;
  width: 84%;
  font-size: 24rpx;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}