table_view.css 2.23 KB
.m-table-view {
  margin-top: 10px;
}
.m-table-view .cell {
  font-size: 14px;
  padding: 0 0 0 10px;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.m-table-view .cell-header {
  background-color: #f8f8f8;
  padding: 0 10px;
}
.m-table-view .cell-header .title {
  font-size: 13px;
  color: #333;
  line-height: 35px;
  width: auto;
}
.m-table-view .cell-header .text {
  font-size: 13px;
  line-height: 35px;
  float: right;
  color: #9e9e9e;
  text-align: right;
  margin: 0;
}
.m-table-view .cell-basic {
  padding: 11px 10px;
}
.m-table-view .cell-basic .title,
.m-table-view .cell-basic .text {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  line-height: 1.5;
}
.m-table-view .cell-basic .sub-title {
  padding-top: 10px;
  font-size: 13px;
  color: #999;
}
.m-table-view .cell-radio {
  text-align: right;
  padding: 0 10px;
  margin-bottom: 10px;
  background-color: #eee;
}
.m-table-view .cell-radio .title {
  color: #333;
  width: auto;
  text-align: left;
}
.m-table-view .cell-radio .text {
  float: none;
  text-align: right;
}
.m-table-view .cell-radio .m-radio {
  margin-left: 8px;
}
.m-table-view .cell-radio .m-table-view {
  margin: 0 -10px;
}
.m-table-view .cell-radio .m-table-view .cell-radio {
  margin: 0;
  background-color: #FFF;
}
.m-table-view .cell-extend .m-table-view {
  margin: 0 0 0 45px;
}
.m-table-view .cell-extend .m-table-view .cell {
  padding: 0;
}
.m-table-view .cell-extend .m-table-view .text {
  margin-left: 0;
}
.m-table-view .acc-icon {
  position: relative;
  padding-right: 30px;
}
.m-table-view .acc-icon .acc {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 30px;
  height: 100%;
  line-height: 44px;
  text-align: left;
  color: #999;
  text-align: right;
}
.m-table-view .acc-icon .acc .m-icon {
  margin-right: 5px;
}
.m-table-view .title {
  font-size: 15px;
  color: #999;
  float: left;
  font-weight: 400;
  line-height: 44px;
  width: 75px;
}
.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;
}
.m-table-view .text .m-input {
  font-size: 15px;
}