审查视图

public/themes/simpleboot3/static/css/payed.css 3.3 KB
lihan 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
.information{
	height: 1rem;
	color:#FE0A01 ;
	font-size: 0.28rem;
	text-align: center;
	line-height:1rem;
	background: #F5F5F5;
	margin-top: 0.2rem;
}
*{
   margin:0;
   padding:0;
}
.waitoney{
	padding-top:0.35rem;
	border-top:1px dotted #EBEBEB;;
	color:#3988E5;
	display:flex;
	align-item:center;
	justify-content:flex-start;
	font-size:0.32rem;
	padding-left:0.32rem;
	margin-top:0.37rem;
}
body{
	background: #fff;
   display:flex;
  
   flex-direction: column;
}
.list li{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-left:0.33rem;
	padding-right:0.36rem;
	height: 1.15rem;
	border-bottom: 1px solid #EBEBEB;
	line-height: 1rem;
}
.pic{
	width: 2.04rem;
	height: 0.98rem;
	display: block;
	margin-right: 0.3rem;
}
.pic_row{
	display:flex;
}
.two{
	display:flex;
	 flex-direction: column;
}
.pic img{
	width: 100%;
	
}
.real{
	font-size:0.24rem ;
	color: #666;
}
.goods{
	margin-top: 0.3rem;
	display:flex;
	font-size:0.3rem ;
	color: #666;
	padding: 0 0.32rem;
	align-items: center;
	justify-content: space-between;
	
}
.add{
	font-size:0.3rem ;
	color:#999999;
}
.footer{
	background: #3988E5;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	color: #fff;
	font-size:0.36rem;
	text-align: center;
	position: fixed;
	bottom:0 ;
}
.cancel{
	outline: none;
	border: 1px solid #3988E5;
	background: #fff;
lihan authored
91
	/*padding: 0.1rem 0.3rem;*/
lihan authored
92 93 94
	color: #3988E5;
	border-radius:0.05rem ;
	font-size: 0.31rem;
lihan authored
95 96
	position: relative;
	top: -40px;
lihan authored
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
}
.confirmed{
	font-size:0.28rem;
	color:#3988E5;
}
.ok:active{
	opacity: 0.7;
}
.list{
	 overflow: auto;     
	
	/*height: 5rem;*/
}
/*确认取消弹出框*/
.confirm_cancel {
	position: fixed;
	top: 0rem;
	left: 0;
	font-size: 0.28rem;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	/*left: 2rem;*/
	background-color: rgba(0,0,0,0.5);
	z-index:100;
}
.confirm_main{
	border: 0.02rem solid #f0f0f0;
	background: rgba(255, 255, 255, 1);
	z-index: 9;
	display: flex;
	justify-content: center;
	padding-top: 0.2rem;
	padding-bottom: 0.1rem;
	align-items: center;
	font-size:0.28rem;
	display: flex;
	height: 1.5rem;
	flex-direction:column;
	padding: 0.5rem 1rem;
	top:4.8rem;
	position: absolute;
	left: 1.5rem;
	width: 3rem;
	justify-content: space-between;
	
}

.choose{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.list .no_line{
	border-bottom:none;
}

/*点击取消填写退款原因*/
.refund_reason{
	background: #fff;
    position: absolute;
	padding:0.1rem 0.2rem;
	width: 6rem;
	height: 3rem;
lihan authored
163
   	align-items: center;
lihan authored
164
	display: flex;
lihan authored
165 166 167 168
   	flex-direction: column;
   	border:0.01rem solid #ccc;
   	top:1rem;
	left: 0.5rem;
lihan authored
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
}
textarea{
	outline: none;
	width: 98%;
	height: 1.9rem;
	border: none;
	/*margin-top: 1rem;*/
	padding: 0.2rem;
}
#refund_reason_out{
	background-color: rgba(0,0,0,0.5);
	/*position:relative;*/
	display: none;
	position: fixed;
	height: 100%;
    width: 100%;
lihan authored
185
	z-index: 999
lihan authored
186 187 188 189 190 191
    
}
.icon-chahao{
	position: absolute;
	right: 0.12rem;
	top: 0.08rem;
lihan authored
192
	/*color:#000;*/
lihan authored
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 218
	
}
.refund_reason_submit{
	width: 1.7rem;
	height: 0.55rem;
	background: #3988E5;
	border: none;
	color:#fff;
	border-radius:0.1rem ;
}
button{
	outline: none;
}
#toast{
	margin-top:6rem;
}
.weui-toast{top:6rem}
.send{
	color:#3988E5;
	font-size:0.31rem;
}
.cancel_active{
	border:none;
	padding-right: 0;
}