| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- .sub_title {
- text-align: center;
- width: 80%;
- margin: 0 auto;
- margin-top: 20px;
- font-weight: normal;
- line-height: 24px;
- }
-
- .sub_title:before,
- .sub_title:after {
- display: inline-block;
- content: "";
- width: 13%;
- height: 1px;
- background: #c8b379;
- position: absolute;
- top: 50%;
- }
-
- .sub_title:before {
- left: 25%;
- }
-
- .sub_title:after {
- right: 25%;
- }
-
- .content {
- /*text-indent: 24px;
- font-size: 13px;
- line-height: 23px;
- margin: 20px 0;*/
- /*text-align: center;*/
- /*padding-top: 50px;*/
- }
-
- .img {
- background: url(../img/border2_02.png) no-repeat;
- height: 30px;
- background-size: cover;
- }
-
- @font-face {
- font-family: 'iconfont';
- /* project id 280843 */
- src: url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.eot');
- src: url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.woff') format('woff'), url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.ttf') format('truetype'), url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.svg#iconfont') format('svg');
- }
-
- .iconfont {
- font-family: "iconfont";
- font-size: 18px;
- font-style: normal;
- color: #f49b07;
- -webkit-font-smoothing: antialiased;
- -webkit-text-stroke-width: 0.2px;
- -moz-osx-font-smoothing: grayscale;
- vertical-align: middle;
- /* padding-left:20px*/
- }
-
- .Details-map {
- height: 200px;
- border: 1px solid #ccc;
- }
-
- .mui-table-view .mui-media-object {
- min-width: 65px;
- height: 65px;
- line-height: 65px;
- }
-
- .mui-popover.mui-popover-action .mui-table-view {
- text-align: inherit;
- }
-
|