diy_searchbox.wxss 3.69 KB
/* pages/diy_ss/diy_ss.wxss */

.ss{
    font-size: 28rpx;
    text-align: center;
    padding: 20rpx;
}

.s_ge{
    /* width: 700rpx; */
    height: 70rpx;
    text-align: center;
    border-radius: 8rpx;
    color: #999;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #eee;
    line-height: 64rpx;
    padding: 0 10rpx;
}

.s_ge image{
    width: 30rpx;
    height: 30rpx;
    margin-right: 10rpx;
    margin-bottom: -8rpx;
}

.ss2{
    background-color: rgb(232, 31, 24);

    display: flex;
    width: 100%;
    padding: 10rpx;
    height: 70rpx;
    line-height: 70rpx;
}

.s2_left image{
    width: 35rpx;
    height: 30rpx;
    margin-left: 10rpx;
}

.s2_cen{
    width: 80%;
    /* height: 70rpx; */
    color: #fff;
    text-align: left;
    font-size: 28rpx;
    line-height: 60rpx;
    background-color: rgb(207, 6, 0);
    margin-left: 20rpx;
}

.s_ge text{
    margin-bottom: 10rpx;
}

.s2_cen image{
    width: 30rpx;
    height: 30rpx;
    margin-left: 10rpx;
    margin-right: 4rpx;
}

.s1_gk_a1{
    display: inline;
    width: auto;
    height: auto;
}

.s2_right image{
    width: 35rpx;
    height: 30rpx;
    margin-left: 20rpx;
}

.abs_top{
	position: fixed; z-index: 10; background-color: #fff;
}

.abs_top2{
	position: fixed; z-index: 10;
}

.flex{ display: flex; align-items: center;}
.find_img{margin: 0 20rpx; }
.find_inp{text-align: left; width: 620rpx;}
.find_inp2{text-align: left; width: 520rpx;}


@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1607568098927'); /* IE9 */
  src: url('iconfont.eot?t=1607568098927#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAALAAAsAAAAABmAAAAJ1AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcApsgQwBNgIkAwgLBgAEIAWEbQcwG7IFyC6wbdiTQGyMi0WNir+9Fm8e4RAP/6397pud/aJ4Uk0uWTSRSTRKIkFspMDpGgqN+fZzt/8RazTS0XwWUU8Ta1/um9zuTxpailoSb/A6tG0kPJvEFYB1Rtl89ekqqzifuJ/6V0ADyXe+m0tEUFRyJODApgOMKhrZJjTjDWMXuITjBBpGtXCdDU2EQIXMGheIJ1lkQEXOK8ssURMqNUuzeAOlWnqhrvEafj9+rUQFSVmwSi4fB3nQ83lsp9CTxUkPPgF8BLS6RIFlQCZua6PnaMHotEa0xCSwr8Lg87hY9C1ir0bB/jorvwWGoeiexK7kVvMTyHH3KGBr1C2kvho1nw+v5pbDPZGLXOPI7W04lwtV8CN5NHtN7tJJiwuUQ9cnXjb3PqlBXYtDLSxSjl26sODsxV2ZjMvjTmTScSpBpdM58XQG9LB+VlxQVwLBn+bvdvzWmhl8/HtoyPrZqe3ZFvwhcc+mrEstc8qquNaejI4am9DQwD/s7HM/Vjd4O8lQM3hT9qqRFIWaaVKmLaPUtIaKmkM0LBle3dQPo0WuY9EcQOixj6TjHYUeN6RMu0NpyCsqeoJGw33Ubtk0G3JVP0YMQTxks1DmTENwrKQqKgwg0dEYnJWGjAjCSTkAfW5vMTGMDITnmJFMiX5CBChgU4dD4DSkaSa0sKkgjrglQqw2j0eoe5ObM3VQ5RSGMAiEB7GyIBnHZBD8zkRV6fMBiMihYeCWshpvBIIlyb1DPm7eHqRhldGr7F5eSUoR+RGEABJgJh00BAYhGo0JsuoHKRAO4SaNCFvaeOx2Ql+Ve32N/gGFrApLn8LuV6g8IwZzEgA=') format('woff2'),
  url('iconfont.woff?t=1607568098927') format('woff'),
  url('iconfont.ttf?t=1607568098927') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('iconfont.svg?t=1607568098927#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e7b3";
}


.his_str {
	position: absolute;
	width: 600rpx;
	top: 74rpx;
	z-index: 999;
	color: black;
	background-color: white;
	border: 2rpx solid #f0f0f0;
	box-sizing: border-box;
	border-radius: 0 0 12rpx 12rpx;
}

.his_str.his_str1 {
	width: 708rpx;
}

.his_str1.his_str {
	top: 96rpx;
}

.pr {
	position: relative;
}

.ali-c {
	align-items: center;
}

.item {
	padding: 0 20rpx;
	line-height: 70rpx; 
	text-align: left;
	border-bottom: 2rpx solid #f6f6f6;
}


.clear {
	text-align: right;
	padding: 0 20rpx;
	line-height: 70rpx;
	color: #FF5B5A;
	font-size: 26rpx;
}
.is_bord{
  border-radius: 30rpx !important;
}
/* .w100 {
	width: 100%;
	box-sizing: border-box;
} */