quickArchives.wxss 1.85 KB
   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
/* 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;
}