attr_price.css 3.96 KB
.m-table-form .m-table-view {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0 15px;
  border-top: none;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-table-form .m-table-view .cell {
  font-size: 14px;
  padding: 0px;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  text-align: left;
  border-top: none;
}
.m-table-form .m-table-view .cell:last-child {
  border-bottom: none;
}
.m-table-form .m-table-view .acc-icon {
  position: relative;
  padding-right: 30px;
}
.m-table-form .m-table-view .acc-icon .acc {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 30px;
  height: 100%;
  line-height: 50px;
  text-align: left;
  color: #333;
  text-align: right;
}
.m-table-form .m-table-view .acc-icon:after {
  display: none;
}
.m-table-form .m-table-view .title {
  font-size: 14px;
  color: #666;
  float: left;
  font-weight: 400;
  line-height: 50px;
  width: 75px;
}
.m-table-form .m-table-view .text {
  margin-left: 75px;
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 50px;
  position: relative;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m-table-form .m-table-view .text .m-input {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  background: #fff;
}
.m-table-form .btn-finish {
  position: fixed;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #1b6ba5;
  text-align: center;
  bottom: 0px;
  border: 0;
}
#pm_price .select-unit {
  font-size: 14px;
  outline: none;
}
#priceAndAttr {
  padding: 44px 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#priceAndAttr .m-header {
  margin-top: -44px;
}
#priceAndAttr .m-content {
  height: 100%;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#priceAndAttr .c-table-view {
  margin-top: 10px;
}
#priceAndAttr .c-table-view .cell {
  font-size: 14px;
  padding: 0 0 0 10px;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  text-align: left;
}
#priceAndAttr .c-table-view .m-input {
  line-height: 22px;
  min-height: 22px;
  margin: 0;
  padding: 11px 11px 10px;
  font-size: 15px;
  color: #333;
  width: 100%;
  border: 1px solid #e2e2e2;
  background: none;
  text-align: left;
  outline: none;
  box-shadow: none;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
#priceAndAttr .c-table-view .title {
  font-size: 15px;
  color: #999;
  float: left;
  font-weight: 400;
  line-height: 44px;
  min-width: 75px;
  max-width: 150px;
}
#priceAndAttr .c-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;
  padding-right: 10px;
}
#priceAndAttr .c-table-view .acc {
  position: absolute;
  right: 10px;
  top: 0;
  min-width: 30px;
  height: 100%;
  line-height: 44px;
  text-align: left;
  color: #999;
  text-align: right;
  pointer-events: none;
}
#priceAndAttr .c-table-view .m-select {
  padding-right: 20px;
}
#priceAndAttr .c-table-view .m-select .select-text {
  line-height: 44px;
}
#priceAndAttr .c-table-view .m-select select {
  height: 100%;
}
#priceAndAttr .c-table-view .acc-icon {
  position: relative;
  padding-right: 40px;
  font-size: 15px;
}
#priceAndAttr .c-table-view .acc-icon .text {
  padding-right: 0;
}
#priceAndAttr .c-table-view .acc-icon .acc .m-icon {
  margin-right: 5px;
}
#priceAndAttr .table-header {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  padding: 10px 10px 0;
}
#priceAndAttr .m-footer {
  padding: 0;
}