123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478 |
- @charset "utf-8";
- * {
- margin: 0;
- padding: 0;
- /* max-height: 999999px; */
- }
- html {
- -webkit-overflow-scrolling: touch;
- /*//允许独立的滚动区域和触摸回弹*/
- }
- body,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- hr,
- p,
- blockquote,
- dl,
- dt,
- dd,
- ul,
- ol,
- li,
- pre,
- form,
- fieldset,
- legend,
- button,
- input,
- textarea,
- th,
- td {
- margin: 0;
- padding: 0;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: normal;
- }
- body,
- button,
- input,
- select,
- textarea {
- font: 28px Source Han Sans CN, PingFang SC, Helvetica, Arial, Microsoft YaHei, FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, sans-serif
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-size: 100%;
- }
- address,
- cite,
- dfn,
- em,
- var {
- font-style: normal;
- }
- code,
- kbd,
- pre,
- samp {
- font-family: courier new, courier, monospace;
- }
- small {
- font-size: 12px;
- }
- ul,
- ol {
- list-style: none;
- }
- i,
- em {
- font-style: normal;
- }
- a {
- text-decoration: none;
- /* color: #fff; */
- }
- sup {
- vertical-align: text-top;
- }
- sub {
- vertical-align: text-bottom;
- }
- legend {
- color: #000;
- }
- fieldset,
- img {
- border: 0;
- max-width: 100%;
- }
- button,
- input,
- select,
- textarea {
- font-size: 100%;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- .clear {
- clear: both;
- float: none;
- height: 0;
- overflow: hidden;
- }
- html .hide {
- display: none;
- }
- /* 去除苹果默认input样式 */
- input[type="button"],
- input[type="submit"],
- input[type="reset"],
- textarea {
- -webkit-appearance: none;
- border: none;
- /*-moz-appearance: none;
- outline:none;*/
- background: rgba(0, 0, 0, 0);
- }
- /*input[type="submit"]{
- -webkit-appearance: button;
- }*/
- /* 去除谷歌焦点样式 */
- input:focus,
- textarea:focus {
- outline: none;
- }
- /* 去除IE10+浏览器文本框后面的小叉叉 */
- input::-ms-clear {
- display: none;
- }
- /* 禁止多行文本框textarea拖拽 */
- textarea {
- resize: none;
- }
- /* 去除android用户点击链接,出现边框或者半透明灰色遮罩 */
- a,
- button,
- input,
- textarea {
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- -webkit-user-modify: read-only;
- /* 只能读 */
- -moz-user-modify: read-only;
- user-modify: read-only;
- }
- *:not(input) {
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .onlineColor {
- color: #08BE04
- }
- .offlineColor {
- color: #666666
- }
- .hitchColor {
- color: #FF6523
- }
- input::-webkit-input-placeholder {
- color: #999;
- }
- input::-moz-placeholder {
- /* Mozilla Firefox 19+ */
- color: #999;
- }
- input:-moz-placeholder {
- /* Mozilla Firefox 4 to 18 */
- color: #999;
- }
- input:-ms-input-placeholder {
- /* Internet Explorer 10-11 */
- color: #999;
- }
- /*add*/
- body {
- font-size: 16px;
- }
- .device-list {
- margin-top: 106px;
- margin-bottom: 100px;
- }
- .device-item {
- padding: 10px 10px 10px 0;
- display: flex;
- align-items: center;
- margin-left: 10px;
- border-bottom: 1px solid #EDEDED;
- position: relative
- }
- .checkBox {
- width: 8%;
- text-align: center
- }
- .iconBox {
- width: 15%;
- text-align: center
- }
- .iconBox img {
- width: 45px
- }
- .desBox {
- width: 60%;
- padding: 0 10px;
- font-size: 14px;
- color: #666;
- }
- .desBox p:nth-child(2) {
- margin: 3px 0;
- }
- .device-tit {
- font-size: 16px;
- color: #333;
- }
- .statusBox {
- width: 15%;
- text-align: center
- }
- .arrowRight {
- width: 5%;
- text-align: center
- }
- .arrowRight img {
- width: 6px
- }
- /* 长摁弹框 */
- .operate-box {
- display: none;
- position: absolute;
- bottom: -10px;
- left: 70px;
- background: #fff;
- box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
- }
- .operate-box li {
- padding: 5px 10px;
- color: #333
- }
- .operate-box li:first-child {
- border-bottom: 1px solid #EDEDED
- }
- .fixed-section {
- position: fixed;
- top: 0;
- width: 100%;
- z-index: 9
- }
- /* 筛选 */
- .filterSection {
- padding: 15px 12px;
- background: #f1f1f1;
- width: 100%;
- }
- .nav-tit {
- background: #333;
- color: #fff;
- line-height: 45px;
- text-align: center;
- font-size: 20px;
- position: relative;
- }
- /* .nav-tit img {
- width: 10px;
- position: absolute;
- left: 25px;
- top: 12px;
- } */
- .goBack {
- color: #ffffff;
- height: 45px;
- width: 20px;
- display: inline-block;
- float: left;
- background: url(../image/left-icon.png) no-repeat center;
- background-size: 12px 16px;
- margin-left: 20px;
- position: absolute;
- left: 0;
- }
- input {
- -webkit-appearance: none;
- }
- .filterSection input {
- line-height: 35px;
- width: 70%;
- border-radius: 18px;
- text-indent: 15px;
- border: 0px solid #aaa;
- background: #fff;
- font-size: 14px;
- color: #999
- }
- .search {
- border-radius: 18px;
- line-height: 35px;
- width: 21%;
- background: #4074E7;
- color: #fff;
- display: inline-block;
- text-align: center;
- margin-left: 5px;
- }
- /* plus */
- .plus {
- width: 60px;
- position: fixed;
- bottom: 7px;
- right: 7px;
- }
- .plus :hover {
- opacity: .7
- }
- /* 无查询结果 */
- .noResult {
- height: 100px;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #999;
- display: none;
- }
- /* 站点列表 */
- .navRight {
- width: 18%;
- text-align: right
- }
- .navRight img {
- width: 14px
- }
- /* 新增页面 */
- form {
- padding: 15px 12px;
- }
- form>div {
- margin-bottom: 12px;
- }
- form span {
- font-size: 16px;
- color: #333;
- width: 24%;
- display: inline-block;
- text-align: left;
- position: relative;
- padding-left: 5px
- }
- form span i {
- color: #FF0303;
- position: relative;
- left: -5px;
- }
- form input {
- width: 66%;
- line-height: 35px;
- border: 1px solid #EDEDED;
- padding: 0 10px;
- color: #999;
- }
- a.submit-btn {
- background: #4074e7;
- border-radius: 40px;
- width: 100%;
- color: #fff;
- display: inline-block;
- line-height: 40px;
- text-align: center;
- margin: 20px 0
- }
|