confirmOrder.wxss 4.7 KB
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* uni.scss */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
page {
  background: #f6f8fa;
}
.mainBox {
  width: 100%;
  padding: 20rpx 24rpx 0;
  box-sizing: border-box;
}
.mainBox .checkAddress {
  width: 100%;
  padding: 24rpx 20rpx 26rpx;
  box-sizing: border-box;
  border-radius: 24rpx;
  background: #ffffffff;
  margin-bottom: 20rpx;
}
.mainBox .checkAddress .add {
  color: #323233ff;
  font-size: 28rpx;
  font-weight: 700;
}
.mainBox .checkAddress .add image {
  width: 32rpx;
  height: 32rpx;
  margin-right: 16rpx;
}
.mainBox .checkAddress image {
  width: 16rpx;
  height: 32rpx;
}
.mainBox .addressBox {
  margin-bottom: 20rpx;
  padding: 32rpx 20rpx 31rpx 32rpx;
  background: #fff;
}
.mainBox .addressBox .right {
  display: flex;
}
.mainBox .addressBox .right image {
  width: 32rpx;
  height: 32rpx;
  margin-right: 8rpx;
  margin-top: 9rpx;
}
.mainBox .addressBox .right .area text {
  color: #323233ff;
  font-size: 28rpx;
  font-weight: 700;
  line-height: 36rpx;
}
.mainBox .addressBox .right .area .name {
  color: #646566ff;
  font-size: 24rpx;
  margin-top: 9rpx;
}
.mainBox .addressBox image {
  width: 16rpx;
  height: 32rpx;
}
.mainBox .ordersShop {
  width: 100%;
  padding: 24rpx 20rpx 32rpx 20rpx;
  box-sizing: border-box;
  border-radius: 24rpx;
  background-color: #fff;
}
.mainBox .ordersShop .shop {
  margin-bottom: 24rpx;
}
.mainBox .ordersShop .shop .shopPhoto {
  width: 180rpx;
  height: 180rpx;
  margin-right: 20rpx;
}
.mainBox .ordersShop .shop .shopPhoto image {
  width: 180rpx;
  height: 180rpx;
  border-radius: 16rpx;
}
.mainBox .ordersShop .shop .shopInfo {
  width: 100%;
}
.mainBox .ordersShop .shop .shopInfo .shopName {
  color: #323233ff;
  font-size: 26rpx;
  font-weight: 700;
}
.mainBox .ordersShop .shop .shopInfo .shopDesc {
  margin: 16rpx 0 58rpx;
  color: #00000066;
  font-size: 20rpx;
}
.mainBox .ordersShop .shop .shopInfo .price {
  width: 100%;
}
.mainBox .ordersShop .shop .shopInfo .price text {
  color: #fc4338ff;
  font-size: 28rpx;
  font-weight: 700;
}
.mainBox .ordersShop .shop .shopInfo .price .num {
  color: #323233ff;
  font-size: 26rpx;
}
.mainBox .ordersShop .shop .shopInfo .price .points {
  color: #000000e6;
  font-size: 32rpx;
  font-weight: 700;
}
.mainBox .ordersShop .shop .shopInfo .price .points text {
  margin: 6rpx 0 0 8rpx;
  color: #000000e6;
  font-size: 22rpx;
}
.mainBox .ordersShop .line {
  margin: 40rpx 0 33rpx;
  width: 100%;
  height: 1rpx;
  opacity: 1;
  background: #eeeff0ff;
}
.mainBox .ordersShop .modeBox {
  margin-top: 32rpx;
}
.mainBox .ordersShop .modeBox text {
  color: #000000e6;
  font-size: 26rpx;
}
.mainBox .ordersShop .modeBox .mode {
  color: #000000e6;
  font-size: 26rpx;
  font-weight: 700;
}
.mainBox .ordersShop .modeBox .yunPrice {
  color: #fc4338ff;
  font-size: 26rpx;
  font-weight: 700;
}
.btnsBox {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 96rpx;
  opacity: 1;
  background: #ffffffff;
}
.btnsBox .allMoney {
  margin-left: 32rpx;
  color: #fc4338ff;
  font-size: 40rpx;
  font-weight: 700;
}
.btnsBox .allMoney text {
  color: #000000ff;
  font-size: 32rpx;
  font-weight: 700;
}
.btnsBox .btn {
  margin-right: 24rpx;
  width: 256rpx;
  height: 80rpx;
  border-radius: 80rpx;
  color: #ffffffff;
  font-size: 30rpx;
  font-weight: 700;
  background: linear-gradient(-88deg, #fe6434ff 0%, #ff2f2fff 100%);
}
.btnsBox .pointsPrcie {
  margin-left: 32rpx;
}
.btnsBox .pointsPrcie .allPoints .all {
  color: #000000ff;
  font-size: 30rpx;
  font-weight: 700;
}
.btnsBox .pointsPrcie .allPoints .pointsNum {
  margin-left: 12rpx;
  color: #fc4338ff;
  font-size: 40rpx;
  font-weight: 700;
}
.btnsBox .pointsPrcie .allPoints .pointsNum text {
  margin: 8rpx 0 0 8rpx;
  color: #fc4338ff;
  font-size: 22rpx;
}
.btnsBox .pointsPrcie .pointsMoeny {
  color: #00000099;
  font-size: 24rpx;
}