Skip to main content

Posts

Showing posts from September 29, 2019

google auto search and mao integration

@{     ViewBag.Title = "Index"; } <style type="text/css">     .tab-content > .active {         display: block !important;         visibility: visible !important;     }     .tab-content > .tab-pane {         display: none;         visibility: hidden;     }     .fieldSetClass {         background-color: white;     }     .form-control {         border: 1px solid #25b9c5;         border-radius: 0px;     }     .clsTabBackground {         background-color: #3498DB;         border-radius: 1px;         font-size: 14px;         font-weight: 600;         float: left;         color: white;   ...