/* 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; }