shopCar.wxss 3.7 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* uni.scss */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.u-icon__icon {
  display: none !important;
}
page {
  background: #F6F8FA;
}
.minBox {
  width: 100%;
  padding: 24rpx;
  box-sizing: border-box;
}
.minBox .topBox {
  margin: 24rpx 0;
}
.minBox .topBox .amount image {
  margin-right: 8rpx;
  width: 24rpx;
  height: 24rpx;
}
.minBox .topBox .amount .adress {
  width: 424rpx;
  line-height: 32rpx;
  color: #323233ff;
  font-size: 24rpx;
}
.minBox .topBox .manage {
  color: #323233ff;
  font-size: 32rpx;
  line-height: 40rpx;
}
.minBox .shopBox {
  padding: 32rpx 24rpx 24rpx 24rpx;
  border-radius: 24rpx;
  background: #ffffffff;
  margin-bottom: 24rpx;
}
.minBox .shopBox .checkIc {
  margin-right: 24rpx;
}
.minBox .shopBox .checkIc image {
  width: 36rpx;
  height: 36rpx;
}
.minBox .shopBox .shopPhoto {
  position: relative;
  margin-right: 24rpx;
  width: 180rpx;
  height: 180rpx;
}
.minBox .shopBox .shopPhoto image {
  width: 180rpx;
  height: 180rpx;
  border-radius: 16rpx;
  background: #f5f5f5ff;
}
.minBox .shopBox .shopPhoto .shopStatus {
  position: absolute;
  left: 0;
  top: 0;
  width: 180rpx;
  height: 180rpx;
  border-radius: 16rpx;
  opacity: 0.9;
}
.minBox .shopBox .infoBox {
  width: 100%;
  height: 180rpx;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.minBox .shopBox .infoBox .title {
  color: #323233ff;
  font-size: 28rpx;
}
.minBox .shopBox .infoBox .numBox .rightTitle {
  color: #F33F2E;
  font-size: 40rpx;
  font-weight: 700;
}
.minBox .shopBox .infoBox .numBox .rightTitle text {
  margin-top: 10rpx;
  color: #f33f2eff;
  font-size: 24rpx;
  font-weight: 700;
}
.minBox .shopBox .infoBox .numBox .and image {
  width: 56rpx;
  height: 56rpx;
}
.minBox .shopBox .infoBox .numBox .and .num {
  width: 64rpx;
  height: 56rpx;
  color: #333333ff;
  font-size: 28rpx;
  background: #f2f3f5ff;
  margin: 0 4rpx;
}
.payBox {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 96rpx;
  background-color: #fff;
}
.payBox .allIc {
  margin-left: 34rpx;
  color: #646566ff;
  font-size: 26rpx;
}
.payBox .allIc image {
  margin-right: 10rpx;
  width: 32rpx;
  height: 32rpx;
}
.payBox .amountBox {
  margin-right: 32rpx;
}
.payBox .amountBox .settleBox {
  margin-right: 16rpx;
}
.payBox .amountBox .settleBox .settle {
  color: #323233ff;
  font-size: 26rpx;
}
.payBox .amountBox .settleBox .money {
  color: #f33f2eff;
  font-size: 32rpx;
  font-weight: 700;
}
.payBox .amountBox .btns {
  width: 236rpx;
  height: 72rpx;
  border-radius: 80rpx;
  opacity: 1;
  background: linear-gradient(-88deg, #fe6434ff 0%, #ff2f2fff 100%);
  color: #ffffffff;
  font-size: 28rpx;
  font-weight: 700;
}
.nullBox {
  margin-top: 266rpx;
  color: #C6C5C8;
  font-size: 28rpx;
}
.nullBox image {
  width: 262rpx;
  height: 240rpx;
  margin-bottom: 24rpx;
}