charge.wxss 2.2 KB
/* pages/mall/charge/charge.wxss */

page {
  background: #fcfbfa;
}

.content_box {
  padding: 16rpx 30rpx;
}

.list_box {
  background: #fff;
  border-radius: 20rpx;
  margin-bottom: 16rpx;
  padding: 0 30rpx 30rpx 30rpx;
  box-sizing: border-box;
  overflow: hidden;
}

.item_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 26rpx;
  color: #1a1a1a;
  padding-top: 30rpx;
  padding-bottom: 30rpx;
  border-bottom: 1rpx solid #ebebeb;
}

.item_list:last-child {
  border: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.null_data{
  font-size: 36rpx;
  padding-top: 20rpx;
  box-sizing: border-box;
}
.icon-arrow-right{
  font-size: 28rpx;
  color: #ccc;
}
.list_title {
  font-size: 30rpx;
  font-weight: bold;
  color: #26363a;
  margin-top: 30rpx;
}
.user_name{
  margin-right: 20rpx;
}
.list_info_box {
  display: flex;
  align-items: center;
}
.list_info{
  margin-top: 30rpx;
}
.list_img {
  width: 128rpx;
  height: 128rpx;
  border-radius: 5rpx;
  margin-right: 30rpx;
}

.list_img image {
  width: 100%;
  height: 100%;
}

.good_title {
  font-size: 26rpx;
  font-weight: bold;
  color: #1a1a1a;
}

.good_info {
  font-size: 26rpx;
  color: #666;
  margin: 12rpx 0;
}

.good_num {
  font-size: 32rpx;
  color: #f78708;
  font-weight: bold;
}

.original_price {
  font-size: 26rpx;
  color: #a5a6a8;
  text-decoration: line-through;
  margin-left: 25rpx;
}
.num input{
  text-align: right;
}
.list_input {
  width: 100%;
}

.list_input textarea {
  width: 100%;
  font-size: 28rpx;
  min-height: 120rpx;
}

.charge_list {
  background: #fff;
  padding: 30rpx !important;
  font-size: 30rpx;
  color: #252729;
}

.icon-c_jifen {
  color: #ffad50;
  font-size: 40rpx;
  margin-right: 30rpx;
}

.icon-xuanze {
  font-size: 40rpx;
  color: #e5e5ea;
}

.icon-xuanze1 {
  font-size: 38rpx;
  color: #ffad50;
}

.bottom_box {
  width: 100%;
  height: 100rpx;
  background: #fff;
  font-size: 24rpx;
  color: #666;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30rpx;
}

.charge_btn {
  width: 250rpx;
  height: 100%;
  background: #ffad50;
  font-size: 36rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}