Files
cardsystem/pages/activityInfo/activityInfo.wxss
2021-05-21 15:02:18 +08:00

575 lines
8.8 KiB
Plaintext

/* 收货地址 */
.borderBottom {
border-bottom: 110rpx solid transparent;
}
.order-address {
padding: 20rpx 80rpx 30rpx 100rpx;
position: relative;
background: white;
}
.order-address-back {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
vertical-align: bottom;
}
.order-address-name {
padding-right: 300rpx;
position: relative;
font-size: 33rpx;
padding-bottom: 10rpx;
}
.order-address-name text {
position: absolute;
right: 0;
top: 0;
width: 280rpx;
text-align: right;
}
.order-address-text {
color: #464854;
font-size: 26rpx;
}
.address-icon,
.arrows-right {
position: absolute;
}
.address-icon {
height: 42rpx;
width: 42rpx;
left: 30rpx;
top: calc(50% - 26rpx);
top: -webkit-calc(50% - 26rpx);
}
.arrows-right {
height: 28rpx;
width: 28rpx;
right: 30rpx;
top: calc(50% - 19rpx);
top: -webkit-calc(50% - 19rpx);
}
.order-add-address {
text-align: center;
padding: 30rpx 0;
}
.order-add-address navigator {
display: inline-block;
background: #f57e32;
color: white;
line-height: 60rpx;
padding: 0 30rpx;
margin-right: 20rpx;
font-size: 28rpx;
border-radius: 4rpx;
}
.order-add-address-img {
width: 25rpx;
height: 25rpx;
margin-right: 10rpx;
vertical-align: -2rpx;
}
/* 订单商品 */
.order-goods {
margin: 0 0 20rpx;
}
.order-content {
border-bottom: solid 100rpx transparent;
}
.goods-goods-mall {
padding: 20rpx 30rpx 0 30rpx;
line-height: 50rpx;
}
.goods-goods-mall image {
width: 48rpx;
height: 48rpx;
vertical-align: middle;
margin-right: 15rpx;
margin-bottom: 2rpx;
}
.goods-goods-li {
padding: 20rpx 30rpx;
position: relative;
background: white;
display: flex;
height: 200rpx;
}
.goods-img {
position: absolute;
top: 20rpx;
left: 20rpx;
height: 200rpx;
width: 200rpx;
background: #f5f6fa;
border-radius: 4rpx;
}
.goods-body {
padding-left: 220rpx;
width: calc(100% - 220rpx);
}
.goods-name {
font-weight: bold;
padding-bottom: 20rpx;
font-size: 32rpx;
}
.goods-cont {
display: flex;
}
.goods-text {
color: #999;
font-size: 28rpx;
margin-bottom: 40rpx;
}
.goods-price {
flex: 1;
line-height: 50rpx;
font-size: 36rpx;
font-weight: 600;
color: #f57e32;
}
.goods-price text {
font-size: 26rpx;
}
.good-number {
display: flex;
width: 180rpx;
text-align: center;
height: 50rpx;
}
.good-number-btn {
width: 50rpx;
color: #000;
font-weight: 600;
}
.good-number-input {
flex: 1;
margin: 0 6rpx;
height: 50rpx;
line-height: 50rpx;
color: #000;
font-size: 26rpx;
}
.good-number-input {
background: #f7f7f7;
font-size: 24rpx;
}
.good-number-btn {
background: #f0f0f0;
}
/* 购物券 */
.goodsCoupon {
background: #fff;
padding: 20rpx;
box-sizing: border-box;
position: relative;
}
.goodsCoupon-right {
width: calc(100% - 270rpx);
position: absolute;
left: 250rpx;
top: 30rpx;
right: 20rpx;
}
.goodsCoupon-name {
margin-bottom: 30rpx;
font-size: 32rpx;
}
.goodsCoupon-text {
color: #999;
font-size: 26rpx;
margin-bottom: 24rpx;
}
.goodsCoupon-name-box {
margin-bottom: 10rpx;
}
.goodsCoupon-sheet {
display: flex;
font-size: 30rpx;
color: #999;
}
.goodsCoupon-cost {
color: #000;
font-size: 28rpx;
margin: 14rpx 0;
}
.goodsCoupon-price {
font-size: 28rpx;
color: #f57e32;
}
.goodsCoupon-box-right {
top: 16rpx;
}
.goodsCoupon-sheet view {
display: inline-block;
flex: 1;
}
.goodsCoupon-sheet text {
font-size: 24rpx;
line-height: 44rpx;
padding-right: 6rpx;
}
.goodsCoupon-left {
position: relative;
width: 200rpx;
height: 140rpx;
}
.goodsCoupon-box {
width: 200rpx;
height: 200rpx;
}
.goodsBox-img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.goodsCoupon-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.goodsCoupon-number {
position: absolute;
top: 20rpx;
left: 0;
z-index: 2;
width: 100%;
text-align: center;
font-size: 40rpx;
color: #fff;
font-weight: 600;
text-shadow: 2rpx 2rpx 2rpx #d69e50;
}
.goodsCoupon-number text {
font-size: 28rpx;
}
.goodsCoupon-btn {
position: absolute;
right: 10rpx;
left: 10rpx;
bottom: 20rpx;
z-index: 2;
background-image: linear-gradient(#eacf90, #f7e09f, #ce9e4d);
color: #000;
font-size: 24rpx;
width: calc(100% - 20rpx);
text-align: center;
height: 40rpx;
line-height: 40rpx;
border-radius: 30rpx;
transform: scale(0.83, 0.83);
}
.goodsCoupon-tips {
position: absolute;
top: 6rpx;
left: 14rpx;
z-index: 2;
color: #fff;
transform: rotate(-48deg);
}
.goodsCoupon-tips text {
transform: scale(0.83, 0.83);
font-size: 24rpx;
display: inline-block;
}
.goodsBox-tips {
display: inline-block;
width: 49rpx;
padding: 8rpx 0 6rpx 0;
background: #EDBA19;
top: -10rpx;
left: 10rpx;
position: absolute;
text-align: center;
border-top-left-radius: 4rpx;
font-size: 24rpx;
color: #ffff;
transform: scale(.9, .9);
}
.goodsBox-tips:before,
.goodsBox-tips:after {
content: "";
position: absolute;
}
.goodsBox-tips:before {
height: 0;
width: 0;
border-bottom: 10rpx solid #745800;
border-right: 10rpx solid transparent;
right: -10rpx;
top: 0;
}
.goodsBox-tips:after {
height: 0;
width: 0;
border-left: 25rpx solid #EDBA19;
border-right: 25rpx solid #EDBA19;
border-bottom: 25rpx solid transparent;
bottom: -22rpx;
left: 0;
}
.goodsLabel {
background: #fff;
text-align: right;
padding: 20rpx;
font-size: 26rpx;
}
.goodsLabel text {
font-weight: 600;
font-size: 30rpx;
padding-left: 10rpx;
color: #f57e32;
}
/* 底部工具栏 */
.order-footer,
.order-login-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
border-top: solid 1rpx #f2f2f2;
height: 100rpx;
line-height: 100rpx;
z-index: 99;
}
.order-footer {
background: white;
}
.order-login-footer {
background: #f57e32;
text-align: center;
color: #fff;
}
.order-footer-total {
padding-right: calc(30vw + 30rpx);
padding-right: -webkit-calc(30vw + 30rpx);
padding-left: 30rpx;
color: #737787;
font-size: 28rpx;
}
.order-footer-total text {
color: #f57e32;
}
.order-footer-total-price {
font-weight: bold;
font-size: 30rpx;
}
.order-footer-btn[size="mini"] {
width: 30vw;
background: #f57e32;
color: white;
border-radius: 0;
height: 100rpx;
line-height: 100rpx;
font-size: 30rpx;
position: absolute;
top: 0;
right: 0;
}
.order-footer-btn:after {
border: none;
}
.order-footer-btn.insufficient {
background: #737787;
text-align: center;
}
.order-textarea {
padding: 20rpx;
}
.rightsLabel {
background: #fff;
display: flex;
padding: 20rpx;
color: #6f7880;
font-size: 30rpx;
margin: 20rpx 0;
}
.rightsLabel .rightsLabel-left {
flex: 1;
color: #747d86;
}
.rightsLabel-black {
padding-top: 30rpx;
}
.rightsLabel-range {
display: flex;
color: #000;
font-weight: 600;
}
.rightsLabel-row {
width: 38rpx;
height: 38rpx;
margin: 2rpx 0 0 6rpx;
}
.rightsLabel-black .rightsLabel-right {
color: #000;
font-weight: 600;
font-size: 32rpx;
}
.rightsLabel-black .rightsLabel-left {
color: #000;
}
.rightsLabel-pay {
color: #000;
}
.rightsLabel-pay .rightsLabel-left {
flex: 1;
}
.rightsLabel-free {
color: #999;
padding-right: 20rpx;
}
/* tab */
.order-tab {
display: flex;
background: #fff;
padding: 20rpx 0 25rpx;
color: #999;
}
.order-tab-item {
flex: 2;
text-align: center;
position: relative;
}
.order-tab-item::after {
position: absolute;
left: calc(50% - 50rpx);
bottom: -25rpx;
width: 100rpx;
height: 4rpx;
border-radius: 20rpx;
content: '';
background: transparent;
}
.order-tab-item.active {
color: #e2952b;
font-weight: 600;
}
.order-tab-item.active::after {
background: #e2952b;
}
/* 提示 */
.goods-tips {
background: #fffbec;
color: #e2952b;
padding: 20rpx;
box-sizing: border-box;
font-size: 29rpx;
display: flex;
position: relative;
}
.goods-tips::after,
.goods-tips::before {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 100%;
height: 2rpx;
background: #fef5d1;
}
.goods-tips::after {
bottom: 0;
}
.goods-tips::before {
top: 0;
}
.goods-tips image {
width: 30rpx;
height: 30rpx;
margin-right: 14rpx;
margin-top: 3rpx;
}