审查视图

pages/processQuery/processQuery.wxss 3.7 KB
lihongjuan authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
/* pages/processQuery/processQuery.wxss */
/* @import '../myCourse/myCourse.wxss'; */
@import '../cityWide/matronStrategy/matronStrategy.wxss';
.process_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70rpx;
  padding-right: 32rpx;
  background: #FD8779;
}
.head_txt{
  padding-left: 32rpx;
  color: #fff;
  font-size: 26rpx;
}
.head_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137rpx;
  height: 46rpx;
  color: #fff;
  font-size: 24rpx;
  border: solid 1rpx #fff;
  border-radius: 23rpx;
}
.process_addr{
  padding: 32rpx 0 20rpx;
}
.addr_title{
  padding-bottom: 10rpx;
  color: #292525;
  font-size: 24rpx;
  text-align: center;
  font-weight: bold;
}
.addr_con{
  padding-bottom: 28rpx;
  color: #292525;
  font-size: 28rpx;
  text-align: center;
  font-weight: bold;
}
.addr_img{
  width: 586rpx;
  height: 319rpx;
  margin: 32rpx auto 0;
}
.addr_img image{
  width: 100%;
  height: 100%;
}
.process_info{
  padding-bottom: 30rpx;
  border-top: solid 16rpx #FCF8F7;
  border-bottom: solid 16rpx #FCF8F7;
}
.info_title{
  display: flex;
  align-items: center;
  height: 80rpx;
  color: #292525;
  font-size: 26rpx;
  padding-left: 36rpx;
  font-weight: bold;
  border-bottom: solid 1rpx #EBEBEB;
}
.info_list{
  display: flex;
  justify-content: flex-start;
  padding: 30rpx 38rpx 0rpx;
}
.info_name{
  width:205rpx;
  color: #292525;
  font-size: 26rpx;
  font-weight: bold;
}
.info_box{
  padding-left: 30rpx;
  color: #292525;
  font-size: 26rpx;
}
.info_txt{
  line-height: 48rpx;
  color: #292525;
  font-size: 26rpx;
}
.manage_menu{
  padding: 0rpx 36rpx 52rpx;
  border-bottom: solid 16rpx #FCF8F7;
}
.manage_title{
  display: flex;
  align-items: center;
  height: 80rpx;
  color: #292525;
  font-size: 26rpx;
  font-weight: bold;
}
.manage_box{
  /* display: flex; */
  /* justify-content: flex-start;
  padding-top: 22rpx; */
  width:686rpx;
  margin:0 auto;
}
.queryimg{
  width:3.2rem;
  font-size: 0;
  
  margin: 0 auto;
}
.queryimg image{
  width:100%;
  height:100%;
}
.manage_pic{
  color: #FD8779;
  font-size: 26rpx;
}
.manage_line{
  padding-left: 20rpx;
  color: #292525;
  font-size: 26rpx;
  line-height: 50rpx;
}
.more_title{
  display: flex;
  align-items: center;
  height: 80rpx;
  padding-left: 36rpx;
  color: #292525;
  font-size: 26rpx;
  border-bottom: solid 1rpx #EBEBEB;
}
.more_box{
  position: relative;
  padding: 0 36rpx 39rpx;
}
.more_txt{
  padding-top: 32rpx;
  color: #FD8779;
  font-size: 26rpx;
  text-decoration: underline;
}
.more_btn{
  position: absolute;
  right: 32rpx;
  bottom: 72rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100rpx;
  height: 100rpx;
  color: #fff;
  font-size: 26rpx;
  border-radius: 50%;
  opacity: 0.8;
  background:linear-gradient(-30deg,rgba(255,135,177,1),rgba(255,171,200,1));
}
.process_menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88rpx;
  padding: 0 32rpx;
  border-bottom: solid 1rpx #EBEBEB;
}
.process_char{
  width: 609rpx;
  color: #B2B2B2;
  font-size: 26rpx;
}
.process_img{
  width: 33rpx;
  height: 33rpx;
  font-size: 0;
}
.process_img image{
  width: 100%;
  height: 100%;
}

/* 历史搜索 */
.historysearch{
  padding: 27rpx 37rpx;
  border-bottom: 16rpx solid #FCF8F7;
}
.historysearchlist{
  display:flex;
  align-items: center;
  flex-wrap: wrap;
}
.historysearchname{
  color:#292525;
  font-size: 26rpx;
  font-weight: bold;
  padding-bottom: 28rpx;
}
.historysearchitem{
  padding: 12rpx 21rpx;
  border-radius: 8rpx;
  background: #F4F4F4;
  color:#1A1A1A;
  font-size: 26rpx;
  text-align: center;
  margin: 8rpx 0 0 32rpx;

}
/* .historysearchitem:first-child{
  margin-left: 0;
} */
.clerk_box{
  height:703rpx;
}