checkbox,
|
radio {
|
margin-right: 10rpx;
|
}
|
|
button {
|
margin-top: 20rpx;
|
margin-bottom: 20rpx;
|
font-size: 32rpx;
|
line-height: 72rpx;
|
}
|
|
form {
|
width: 100%;
|
}
|
|
/* lib */
|
.strong {
|
font-weight: bold;
|
}
|
|
.tc {
|
text-align: center;
|
}
|
|
/* page */
|
|
.page-head {
|
padding: 60rpx 50rpx 80rpx;
|
text-align: center;
|
}
|
|
.page-head-title {
|
display: inline-block;
|
padding: 0 40rpx 20rpx 40rpx;
|
font-size: 32rpx;
|
color: #BEBEBE;
|
}
|
|
.page-head-line {
|
margin: 0 auto;
|
width: 150rpx;
|
height: 2rpx;
|
background-color: #D8D8D8;
|
}
|
|
.page-head-desc {
|
padding-top: 20rpx;
|
color: #9B9B9B;
|
font-size: 32rpx;
|
}
|
|
.page-body {
|
width: 100%;
|
flex-grow: 1;
|
overflow-x: hidden;
|
}
|
|
.page-body-wrapper {
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
width: 100%;
|
}
|
|
.page-body-wording {
|
text-align: center;
|
padding: 200rpx 100rpx;
|
}
|
|
.page-body-info {
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
background-color: #fff;
|
width: 100%;
|
padding: 50rpx 0 150rpx 0;
|
}
|
|
.page-body-title {
|
margin-bottom: 100rpx;
|
font-size: 32rpx;
|
}
|
|
.page-body-text {
|
font-size: 30rpx;
|
line-height: 26px;
|
color: #ccc;
|
}
|
|
.page-body-text-small {
|
font-size: 24rpx;
|
color: #000;
|
margin-bottom: 100rpx;
|
}
|
|
.page-foot {
|
margin: 100rpx 0 30rpx 0;
|
text-align: center;
|
color: #1aad19;
|
font-size: 0;
|
}
|
|
.icon-foot {
|
width: 152rpx;
|
height: 23rpx;
|
}
|
|
.page-section {
|
width: 100%;
|
margin-bottom: 60rpx;
|
}
|
|
.page-section_center {
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
}
|
|
.page-section:last-child {
|
margin-bottom: 0;
|
}
|
|
.page-section-gap {
|
box-sizing: border-box;
|
padding: 0 30rpx;
|
}
|
|
.page-section-spacing {
|
box-sizing: border-box;
|
padding: 0 80rpx;
|
}
|
|
.page-section-title {
|
font-size: 28rpx;
|
color: #999999;
|
margin-bottom: 10rpx;
|
padding-left: 30rpx;
|
padding-right: 30rpx;
|
}
|
|
.page-section-gap .page-section-title {
|
padding-left: 0;
|
padding-right: 0;
|
}
|
|
/* widget */
|
.btn-area {
|
margin-top: 60rpx;
|
box-sizing: border-box;
|
width: 100%;
|
padding: 0 30rpx;
|
}
|
|
.image-plus {
|
width: 150rpx;
|
height: 150rpx;
|
border: 2rpx solid #D9D9D9;
|
position: relative;
|
}
|
|
.image-plus-nb {
|
border: 0;
|
}
|
|
.image-plus-text {
|
color: #888888;
|
font-size: 28rpx;
|
}
|
|
.image-plus-horizontal {
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
background-color: #d9d9d9;
|
width: 4rpx;
|
height: 80rpx;
|
transform: translate(-50%, -50%);
|
}
|
|
.image-plus-vertical {
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
background-color: #d9d9d9;
|
width: 80rpx;
|
height: 4rpx;
|
transform: translate(-50%, -50%);
|
}
|
|
.demo-text-1 {
|
position: relative;
|
align-items: center;
|
justify-content: center;
|
background-color: #1AAD19;
|
color: #FFFFFF;
|
font-size: 36rpx;
|
}
|
|
.demo-text-1:before {
|
content: 'A';
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
transform: translate(-50%, -50%);
|
}
|
|
.demo-text-2 {
|
position: relative;
|
align-items: center;
|
justify-content: center;
|
background-color: #2782D7;
|
color: #FFFFFF;
|
font-size: 36rpx;
|
}
|
|
.demo-text-2:before {
|
content: 'B';
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
transform: translate(-50%, -50%);
|
}
|
|
.demo-text-3 {
|
position: relative;
|
align-items: center;
|
justify-content: center;
|
background-color: #F1F1F1;
|
color: #353535;
|
font-size: 36rpx;
|
}
|
|
.demo-text-3:before {
|
content: 'C';
|
position: absolute;
|
top: 50%;
|
left: 50%;
|
transform: translate(-50%, -50%);
|
}
|
|
|
/**app.wxss**/
|
page {
|
height: 100%;
|
color: #333;
|
display: flex;
|
flex-direction: column;
|
font: normal 30rpx/1.68 -apple-system-font, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', sans-serif;
|
}
|
|
.container {
|
/* flex: 1; */
|
display: flex;
|
flex-direction: column;
|
box-sizing: border-box;
|
}
|
|
.container-body {
|
flex: 1;
|
overflow-y: auto;
|
overflow-x: hidden;
|
}
|
|
.container-footer {
|
width: 100%;
|
display: flex;
|
height: 88rpx;
|
border-top: 1rpx solid #ddd;
|
background: #fff;
|
}
|
|
.container-footer text {
|
flex: 1;
|
display: block;
|
text-align: center;
|
height: 88rpx;
|
line-height: 88rpx;
|
font-size: 34rpx;
|
border-left: 1rpx solid #ddd;
|
}
|
|
.container-footer text:first-child {
|
border-left: none;
|
}
|
|
.container-footer .btn-block {
|
border-radius: 0;
|
}
|
|
.container-footer .btn-block:after {
|
border: none;
|
}
|
|
input {
|
height: 60rpx;
|
line-height: 60rpx;
|
font-family: inherit;
|
}
|
|
.input-list {
|
padding: 0 20rpx;
|
margin: 20rpx 0;
|
background: #fff;
|
border-top: 1rpx solid #ddd;
|
border-bottom: 1rpx solid #ddd;
|
}
|
|
.input-list .input-item {
|
padding: 20rpx;
|
line-height: 2;
|
display: flex;
|
font-size: 30rpx;
|
border-top: 1rpx solid #e8e8e8;
|
}
|
|
.input-list .input-item:first-child {
|
border-top: 0;
|
}
|
|
.input-item-label {
|
display: block;
|
width: 5em;
|
color: #666;
|
height: 30px;
|
line-height: 30px;
|
}
|
|
.otherDescriptionLabel {
|
font-size: 11px;
|
}
|
|
.input-item-content {
|
color: #333;
|
flex: 1;
|
height: 30px;
|
line-height: 30px;
|
}
|
|
.input-item.input-item-full {
|
display: block;
|
}
|
|
.input-item.input-item-full .input-item-label {
|
width: 100%;
|
}
|
|
.input-item.input-item-full .input-item-content {
|
width: 100%;
|
}
|
|
.input-item.input-item-full textarea {
|
height: 150rpx;
|
border: 1rpx solid #e8e8e8;
|
padding: 10rpx;
|
}
|
|
.input-item.input-item-full .img-upload {
|
padding: 0;
|
}
|
|
.input-item.input-item-adaption .input-item-label {
|
width: auto;
|
margin-right: 20rpx;
|
}
|
|
textarea {
|
width: 100%;
|
padding: 20rpx;
|
box-sizing: border-box;
|
}
|
|
radio-group radio {
|
position: absolute;
|
left: -999em;
|
}
|
|
radio-group label {
|
margin-right: 16rpx;
|
}
|
|
radio-group label:before {
|
content: '';
|
display: inline-block;
|
width: 40rpx;
|
height: 40rpx;
|
/* background:url(../../images/radio.png) no-repeat 50% 50% / 100% auto; */
|
vertical-align: -8rpx;
|
margin-right: 4rpx;
|
}
|
|
radio-group label.checked:before {
|
background: unset;
|
/* background:url(../../images/radioalt.png) no-repeat 50% 50% / 100% auto; */
|
}
|
|
.btn-submit {
|
padding: 20rpx;
|
}
|
|
.btn-block {
|
width: 100%;
|
line-height: 88rpx;
|
}
|
|
.btn-default {
|
background: #39b5de !important;
|
color: #fff;
|
}
|
|
.btn-gray {
|
background: #e8e8e8;
|
color: #333;
|
}
|
|
.search-flex {
|
display: flex;
|
padding: 20rpx;
|
border-bottom: 1rpx solid #ddd;
|
position: relative;
|
z-index: 13;
|
background: #f9f9f9;
|
/* transform: translateY(-100%); */
|
margin-top: 0;
|
transition: all 0.3s;
|
}
|
|
.search-flex.tophide {
|
margin-top: -117rpx;
|
}
|
|
.search-flex button {
|
background: #39b5de;
|
color: #fff;
|
line-height: 72rpx;
|
height: 72rpx;
|
font-size: 30rpx;
|
border-radius: 6rpx;
|
}
|
|
.search-bar {
|
flex: 1;
|
display: flex;
|
border: 1rpx solid #e8e8e8;
|
border-radius: 6rpx;
|
}
|
|
.search-bar input {
|
flex: 1;
|
height: 72rpx;
|
line-height: 72rpx;
|
padding: 0 10rpx;
|
background: #fff;
|
}
|
|
.search-extra-btn {
|
margin-left: 20rpx;
|
white-space: nowrap;
|
}
|
|
.filter-tab {
|
display: flex;
|
width: 100%;
|
line-height: 80rpx;
|
border-bottom: 1rpx solid #ddd;
|
position: relative;
|
z-index: 2;
|
background: #fff;
|
}
|
|
.filter-tab text {
|
flex: 1;
|
text-align: center;
|
}
|
|
.filter-tab text:after {
|
content: '';
|
display: inline-block;
|
vertical-align: 4rpx;
|
width: 0;
|
height: 0;
|
border-left: 12rpx solid transparent;
|
border-right: 12rpx solid transparent;
|
border-top: 12rpx solid #bbb;
|
margin-left: 8rpx;
|
}
|
|
.filter-tab text.active {
|
color: #39b5de;
|
}
|
|
.filter-tab:not(.sort-tab) text.active:after {
|
border-top: 0;
|
border-bottom: 12rpx solid #39b5de;
|
}
|
|
.filter-tab.sort-tab text.active:after {
|
border-top: 12rpx solid #39b5de;
|
}
|
|
.filter-panel {
|
display: flex;
|
background: #f5f5f5;
|
position: absolute;
|
width: 100%;
|
z-index: 13;
|
overflow: hidden;
|
}
|
|
.filter-panel-left,
|
.filter-panel-right {
|
flex: 1;
|
line-height: 80rpx;
|
text-align: center;
|
max-height: 480rpx;
|
overflow-y: auto;
|
}
|
|
.filter-panel-left .active {
|
background: #fff;
|
}
|
|
.filter-panel-right .active {
|
color: #39b5de;
|
}
|
|
.filter-panel-right {
|
background: #fff;
|
}
|
|
.filter-panel-right:empty {
|
display: none;
|
}
|
|
.filter-shadow {
|
position: absolute;
|
width: 100%;
|
top: 0;
|
bottom: 0;
|
z-index: 1;
|
background: rgba(0, 0, 0, .5);
|
}
|
|
.gototop {
|
width: 70rpx;
|
height: 70rpx;
|
background: url(../../images/up.png) no-repeat 50% 50% / 100% auto;
|
position: fixed;
|
bottom: 20rpx;
|
right: 20rpx;
|
transition: all 0.3s;
|
opacity: 0;
|
transform: translateY(200rpx);
|
}
|
|
.gototop.active {
|
opacity: 1;
|
transform: translateY(0);
|
}
|
|
.group {
|
display: block;
|
width: 100%;
|
}
|
|
.group-header {
|
border-top: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
height: 20px;
|
line-height: 20px;
|
background-color: #5D478B;
|
color: white;
|
font-size: 20rpx;
|
}
|
|
.group-header1 {
|
line-height: 50rpx;
|
display: flex;
|
padding: 0 20px 0px 20px;
|
background: #f9f9f9;
|
font-size: 11px;
|
color: #666;
|
}
|
|
.group-body {
|
background: #fff;
|
border-top: 1rpx solid #ddd;
|
border-bottom: 1rpx solid #ddd;
|
}
|
|
.group-body .input-list {
|
margin: 0;
|
border: none;
|
}
|
|
.img-upload {
|
padding: 20rpx;
|
font-size: 0;
|
overflow: hidden;
|
}
|
|
.img-upload .img-item,
|
.img-upload .img-add {
|
width: 100rpx;
|
height: 100rpx;
|
float: left;
|
margin: 10rpx;
|
border: 1rpx solid transparent;
|
}
|
|
.img-upload .img-add {
|
border: 1rpx dashed #ddd;
|
/* background: url(../image/add.png) no-repeat 50% 50% / 70% auto;*/
|
}
|
|
.img-upload .img-add image {
|
height: 100%;
|
width: 100%;
|
}
|
|
.img-upload .img-item image {
|
width: 100rpx;
|
height: 100rpx;
|
}
|
|
.img-upload .img-item {
|
position: relative;
|
}
|
|
.img-upload .img-item icon {
|
position: absolute;
|
right: -12rpx;
|
top: -12rpx;
|
}
|
|
|
.zz-type-label {
|
flex: 0 0 60px;
|
font-size: 14px;
|
line-height: 26px;
|
font-weight: bold;
|
padding-right: 15px;
|
padding-top: 5px;
|
color: #576b95;
|
text-align: right;
|
}
|
|
.pix-picker-label {
|
font-size: 14px;
|
line-height: 26px;
|
font-weight: bold;
|
padding-right: 20px;
|
padding-left: 20px;
|
padding-top: 5px;
|
color: #ef473a;
|
text-align: right;
|
border-bottom: 1px solid #ef473a;
|
}
|
|
.filter-sort {
|
display: block;
|
background: #fff;
|
}
|
|
.filter-sort view {
|
flex: 1;
|
line-height: 80rpx;
|
text-indent: 60rpx;
|
max-height: 432rpx;
|
overflow-y: auto;
|
border-bottom: 1rpx solid #e8e8e8;
|
}
|
|
.filter-sort view.active {
|
color: #39b5de;
|
}
|
|
.filter-multiple {
|
flex-direction: column;
|
}
|
|
.filter-multiple .group {
|
max-height: 700rpx;
|
overflow: auto;
|
}
|
|
.group {
|
min-height: 300px;
|
}
|
|
|
|
.filter-tags {
|
padding: 20rpx;
|
}
|
|
.filter-tags text {
|
padding: 20rpx 26rpx;
|
border: 1rpx solid #ddd;
|
display: inline-block;
|
line-height: 1;
|
color: #666;
|
font-size: 28rpx;
|
border-radius: 4rpx;
|
margin: 10rpx;
|
white-space: nowrap;
|
}
|
|
.filter-tags text.active {
|
background: #39b5de;
|
color: #fff;
|
border-color: #39b5de;
|
}
|
|
.filter-btns {
|
display: flex;
|
padding: 20rpx;
|
border-top: 1rpx solid #ddd;
|
margin-top: -1rpx;
|
}
|
|
.filter-btns button {
|
margin: 0 10rpx;
|
line-height: 80rpx;
|
}
|
|
.conference-item {
|
padding: 20rpx;
|
border-bottom: 1rpx solid #e8e8e8;
|
}
|
|
.conference-item-img {
|
width: 100%;
|
height: 360rpx;
|
overflow: hidden;
|
position: relative;
|
}
|
|
.conference-item-img text {
|
position: absolute;
|
right: 0;
|
top: 0;
|
background: #07b5e0;
|
color: #fff;
|
font-size: 32rpx;
|
padding: 6rpx 20rpx;
|
}
|
|
.conference-item-img image {
|
width: 100%;
|
}
|
|
.conference-item-title {
|
font-size: 38rpx;
|
color: #000;
|
}
|
|
.conference-item-info {
|
display: flex;
|
}
|
|
.conference-item-info text {
|
flex: 1;
|
}
|
|
.conference-item-tags:not(:empty) {
|
margin-top: 10rpx;
|
}
|
|
.conference-item-tags text {
|
padding: 6rpx 16rpx;
|
border: 1rpx solid #39b5de;
|
line-height: 1;
|
color: #39b5de;
|
font-size: 28rpx;
|
border-radius: 4rpx;
|
margin-right: 10rpx;
|
white-space: nowrap;
|
}
|
|
.search-btn {
|
margin-top: 0px;
|
margin-bottom: 0px;
|
}
|
|
.Corp-item {
|
padding: 10px;
|
border-bottom: 1px solid #ddd;
|
}
|
|
.Corp-item-info {
|
padding: 10px;
|
border-bottom: 1px solid #ddd;
|
text-align: center;
|
}
|
|
.filter-panel-left,
|
.filter-panel-right {
|
flex: 1;
|
line-height: 80rpx;
|
text-align: center;
|
max-height: 480rpx;
|
overflow-y: auto;
|
}
|
|
.flex-wrp {
|
display: flex;
|
border: 1px solid #ddd;
|
}
|
|
.flex-wrp-noborder {
|
display: flex;
|
|
}
|
|
|
.checkbox-hide {
|
display: none;
|
}
|
|
.position-btn {
|
margin-bottom: 0px;
|
margin-top: 0px;
|
background: #39b5de;
|
color: #fff;
|
}
|
|
.filter-Map {
|
height: 100%;
|
}
|
|
.page-body-Map {
|
height: 100%;
|
}
|
|
.map-moveMarker {
|
position: absolute;
|
width: 32px;
|
height: 32px;
|
z-index: 1;
|
}
|
|
.move-item-btn {
|
position: absolute;
|
right: 0px;
|
top: 0px;
|
z-index: 199999999999;
|
margin-top: 2px;
|
margin-left: auto;
|
margin-right: auto;
|
box-sizing: border-box;
|
text-align: center;
|
text-decoration: none;
|
border-radius: 5px;
|
-webkit-tap-highlight-color: transparent;
|
overflow: hidden;
|
color: #fff;
|
background-color: #39b5de;
|
display: inline-block;
|
line-height: 2.3;
|
font-size: 13px;
|
padding: 0 1.34em;
|
}
|
|
.back-item-btn {
|
position: absolute;
|
left: 0px;
|
top: 0px;
|
z-index: 1;
|
margin-top: 2px;
|
margin-left: auto;
|
margin-right: auto;
|
box-sizing: border-box;
|
text-align: center;
|
text-decoration: none;
|
border-radius: 5px;
|
-webkit-tap-highlight-color: transparent;
|
overflow: hidden;
|
color: #fff;
|
background-color: #39b5de;
|
display: inline-block;
|
line-height: 2.3;
|
font-size: 13px;
|
padding: 0 1.34em;
|
}
|
|
.view-degree text {
|
font-size: 16px;
|
color: #e8e8e8;
|
margin: 0px 6px;
|
margin-top: -5px;
|
}
|
|
.degree-active {
|
color: #39b5de !important;
|
}
|
|
.solution-view {
|
color: #07b5e0;
|
float: right;
|
margin-right: 10px;
|
|
}
|
|
|
.group-header-navigator-down {
|
padding-right: 26rpx;
|
position: absolute;
|
right: 5px;
|
margin-top: -17px;
|
}
|
|
.group-header-navigator-down:after {
|
content: " ";
|
height: 18rpx;
|
width: 18rpx;
|
border-width: 0 2rpx 2rpx 0;
|
border-color: white;
|
border-style: solid;
|
transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
|
transition: transform .3s;
|
position: absolute;
|
top: 50%;
|
right: 28rpx;
|
margin-top: -2rpx;
|
}
|
|
.group-header-navigator-right {
|
padding-right: 26rpx;
|
position: absolute;
|
right: 5px;
|
margin-top: -13px;
|
}
|
|
.group-header-navigator-right:after {
|
content: " ";
|
display: inline-block;
|
height: 18rpx;
|
width: 18rpx;
|
border-width: 2rpx 2rpx 0 0;
|
border-color: white;
|
border-style: solid;
|
transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
|
position: absolute;
|
top: 50%;
|
margin-top: -4rpx;
|
right: 28rpx;
|
}
|
|
|
@font-face {
|
font-family: "iconfont";
|
src: url('//at.alicdn.com/t/iconfont.eot?t=1525328424049');
|
/* IE9*/
|
src: url('//at.alicdn.com/t/iconfont.eot?t=1525328424049#iefix') format('embedded-opentype'),
|
/* IE6-IE8 */
|
url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAVAAAsAAAAAB5QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQwAAAFZW9kgOY21hcAAAAYAAAABcAAABhplgBr5nbHlmAAAB3AAAAXAAAAF86CdBRGhlYWQAAANMAAAAMQAAADYRhdpIaGhlYQAAA4AAAAAgAAAAJAgkA79obXR4AAADoAAAAAwAAAAMDC3/+GxvY2EAAAOsAAAACAAAAAgAdgC+bWF4cAAAA7QAAAAfAAAAIAESAF1uYW1lAAAD1AAAAUUAAAJtPlT+fXBvc3QAAAUcAAAAIgAAADbx5lbceJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk4WecwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGBwYKp5xMTf8b2CIYW5m6AAKM4LkANk9C5kAeJzFkMENwCAMAy9AeaAO0kcH6qtzMDFrgJvSRyfAkmPFsZQowAZE8RQT2I3x4JJr7keK+8kzWWoEaiu9q/9UEc2ya1DJLIOtW/3H7vWYnb5CndSJrbwkDGavC7d4nA2PvU7CUBiGz3cO/QFLi23pactP+ZEeEUUtpTUxgiYOQBQNmiALiReAKw4MJMbEwcELcDIm3oPhZoxegoMT2Cfv9izvgziEVl9kQUykoU20j07RJULA16Ak4xwUmV/HNUgXuTTVZcLKrCiUS3VyBLTE64YX+C7lBV4BGfLQKHoBq2MGTb+FD8EzcgBWxr5SK1mVvEDCZPnHZQ+/QdopZ5XWzrK73da9giZOJVW1VPVZ5DlOxDimyDChRpyLJ/jlO6fY6YVTxQ5IFrPPRslCRr198u9yFRoHmM9ByxTkj/a6vR5tZhuaagmppGjayfKGDtOfNVOTcu43ioDV3+o+dk4eotKoUQFqUIPfxRzvhkEbmMvcIKyEQdgCmo+kA1weYgfHnb4krZGG+zpZ/ro+SUjJi+6JblYhGzb2LYeIprLnBWBVKXx2+tfj4WirkOr5s5RTuxmOr/oduyn44+GgJhFMM4Ph2Bea0Z1/H0o9a3icY2BkYGAA4jmiZrvi+W2+MnCzMIDAdYHTGjD6/4//FSy+zM1ALgcDE0gUACtTC1UAAAB4nGNgZGBgbvjfwBDD4vL/x//vLL4MQBEUwAwAq8EG6gQAAAAD6QAABET/+AAAAAAAdgC+eJxjYGRgYGBmCGRgZQABJiDmAkIGhv9gPgMAEPcBcAB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxjYGKAAC4G7ICZkYmRmZGFgbGCoyIzLx2EGRgAH90ECQAA') format('woff'),
|
url('//at.alicdn.com/t/iconfont.ttf?t=1525328424049') format('truetype'),
|
/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
url('//at.alicdn.com/t/iconfont.svg?t=1525328424049#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-xingxing:before {
|
content: "\e60a";
|
}
|