category.css 2.37 KB
.categoryPage {
  background-color: #FFF;
}
.categoryPage .addr-page {
  position: fixed;
  top: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  overflow: hidden;
}
.categoryPage .addr-page .m-header {
  background-color: #F8F8F8;
}
.categoryPage .addr-page .m-table-view {
  border: none;
}
.categoryPage .addr-page .m-table-view .cell {
  font-size: 14px;
  padding: 0 0 0 10px;
  overflow: hidden;
  position: relative;
  text-align: left;
  border: none;
}
.categoryPage .addr-page .m-table-view .cell.selected {
  background-color: #FFF;
}
.categoryPage .addr-page .m-table-view .cell.selected .title {
  color: #23AC38;
}
.categoryPage .addr-page .m-table-view .cell.selected:after {
  border-right: 1px solid #fff !important;
}
.categoryPage .addr-page .m-table-view .title {
  font-size: 15px;
  color: #999;
  float: left;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.categoryPage .addr-page .m-table-view .text {
  margin-left: 75px;
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 44px;
  position: relative;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.categoryPage .addr-page .m-table-view .text .m-input {
  font-size: 15px;
}
.categoryPage .addr-page .border-1px-full:after {
  border-width: 0 1px 1px 0;
  border-color: #ddd;
}
.categoryPage .addr-page .m-content {
  height: 100%;
  box-sizing: border-box;
  padding-top: 44px;
  overflow: hidden;
  margin-top: -44px;
}
.categoryPage .addr-page i {
  font-style: normal;
}
.categoryPage .addr-page .cell-radio {
  background-color: #FFF;
  margin-bottom: 0;
}
.categoryPage .addr-section {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.categoryPage .addr-section .m-table-view {
  margin: 0;
}
.categoryPage .province {
  width: 125px;
  float: left;
  background-color: #f8f8f8;
}
.categoryPage .province .m-table-view {
  position: relative;
  z-index: 2;
}
.categoryPage .province .cell {
  background-color: #f8f8f8;
}
.categoryPage .province .cell.selected {
  background-color: #FFF;
}
.categoryPage .province .cell.selected:after {
  border-width: 0 0 1px 0;
}
.categoryPage .city {
  margin-left: 135px;
}
.categoryPage .city .cell {
  padding: 0;
}