/* pages/quickArchives /quickArchives .wxss */ @import "../../utils/areaSelector/selector.wxss"; .Warning{ font-size: 14px; padding-left: 10px; color: #fff; background-color: #ffc862; } .weui-cells{ padding-right:15px; } .weui-cell{ padding: 10px 0 10px 10px; } .page-tt{ font-size: 18px; } .weui-cells{ margin-top:0; } .weui-cell__ft{ font-size: 14px; color: #333; } .weui-label{ display: block; width: 120px!important; } .line-tt{ padding-left: 5px; color: #505050; font-size: 14px; } .select-placeholder{ color: #c0c0c0; font-size: 14px; } .query-cell{ background-color: #fff; margin: 5px 0px 10px 0px; } .query_button { margin-top:10px; font: medium; font-size: 16px; color: #fff; width: 30%; height: 38px; line-height: 38px; border-radius: 9rpx; background-color: #48C17B; display: inline-block; text-align: center; margin-top: 3px; align-items: center; margin-left:3%; } .we_button { margin-top:20px; font: medium; font-size: 16px; color: white; width: 60%; margin-left:20%; height: 38px; line-height: 38px; border-radius: 19px; background-color: #48C17B; display: inline-block; text-align: center; /* position: fixed; */ } .picker-view{ font-size: 14px; } .radio-group{ font-size: 14px; } .radio{ width: 90px; display: inline-block; } radio{ transform:scale(0.8); } .pickerBox{ position: fixed; bottom: 0; width: 100%; z-index: 10; background: #fff; } .pickerButBox{ height: 38px; line-height: 38px; border-bottom: 1px solid #e7e7e7; width: 100%; background-color: #fff; } .pickerButText{ font-size: 16px; margin: 0 10px } .pickerButCencle{ float: left; color: #333; } .pickerButSub{ float: right; color: #48C17B; }