wpfw_ewei_wxapp/pages/order/create/index.wxss
2023-02-26 08:10:18 +08:00

568 lines
9.5 KiB
Plaintext

@import "../../../static/css/order.wxss";
@import "../cycle/address.wxss";
@import "../../date/date.wxss";
page {
background: #f7f7f7;
}
.nav {
width: 100%;
height: 90rpx;
display: flex;
flex-direction: row;
background: #fff;
}
.default {
line-height: 90rpx;
text-align: center;
flex: 1;
color: #666;
font-size: 32rpx;
}
.red {
line-height: 90rpx;
text-align: center;
color: #ef4f4f;
flex: 1;
font-size: 32rpx;
border-bottom: 2px solid #ef4f4f;
}
.switch {
float: right;
zoom: 90%;
overflow: hidden;
}
.btn {
padding: 0 60rpx;
border-radius: 0;
height: 100rpx;
line-height: 100rpx;
margin: 0;
}
.fui-list-angle {
margin-right: 0;
text-align: right;
height: 140rpx;
}
.fui-list-angle .price {
font-size: 26rpx;
}
.fui-list-angle .text-right {
color: #999;
font-size: 28rpx;
}
.fui-cell-text .shop_name {
font-size: 28rpx;
line-height: 48rpx;
height: 48rpx;
}
.fui-list-inner {
height: 140rpx;
align-self: center;
}
.gift-list .fui-list-inner {
height: auto;
align-self: flex-start;
}
.no-border .fui-list-inner {
height: auto;
}
.fui-cell-group .fui-cell.fui-cell-textarea {
height: 120rpx;
-webkit-box-align: start;
-ms-flex-align: flex-start;
align-items: flex-start;
box-sizing: border-box;
}
.diyform-container .picker-group {
display: flex;
}
.diyform-container .diyform-pulldown2 {
flex: 1;
}
.diyform-container .diyform-pulldown2 view {
width: 100%;
float: left;
background: #f3f3f3;
text-indent: 0.5rem;
border-radius: 0.1rem;
position: relative;
}
.diyform-container .diyform-pulldown2 view:after {
content: " ";
display: inline-block;
transform: rotate(135deg);
height: 12rpx;
width: 12rpx;
border-width: 1px 1px 0 0;
border-color: #000;
border-style: solid;
position: absolute;
top: 8rpx;
right: 30rpx;
margin-left: 0;
}
.has-address {
font-size: 28rpx;
line-height: 48rpx;
height: 48rpx;
display: flex;
}
.name {
display: inline-block;
max-width: 300rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding-right: 20rpx;
}
.mobile {
display: inline-block;
overflow: hidden;
}
.adress {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 26rpx;
color: #666;
}
.fui-cell-group .fui-cell .fui-cell-icon {
color: #000;
}
.no-border .fui-list-inner .subtitle {
line-height: 1.5;
}
.row-remark {
text-align: right;
position: relative;
flex-shrink: 0;
padding-left: 20rpx;
color: #aaa;
font-size: 26rpx;
line-height: 1.5;
}
.fui-list.no-border {
overflow: visible;
background: #f9f9f9;
padding-top: 20rpx;
}
.fui-list.no-border::after {
content: " ";
display: block;
height: 4rpx;
background: #fff;
position: absolute;
top: 0px;
right: 20rpx;
left: 20rpx;
}
.picker-modal {
height: auto;
}
.fui-cell-group.bordertop:after {
content: " ";
position: absolute;
left: 20rpx;
right: 20rpx;
top: 0;
height: 1px;
border-top: 1px solid #ebebeb;
color: #d9d9d9;
transform-origin: 0 0;
transform: scaleY(0.5);
}
.fui-cell-group.clearform {
position: relative;
}
.fui-cell-group.clearform:after {
content: " ";
position: absolute;
left: 20rpx;
right: 20rpx;
bottom: 0;
height: 1px;
border-top: 1px solid #ebebeb;
color: #d9d9d9;
transform-origin: 0 0;
transform: scaleY(0.5);
}
.fui-cycle {
padding: 0 0.6rem;
margin-bottom: 0.75rem;
height: 3.9rem;
text-align: center;
}
.fui-cycle-left {
width: 252rpx;
height: 156rpx;
float: left;
border-radius: 4rpx;
box-shadow: 0 0 10px #ededed;
}
.fui-cycle .text {
font-size: 24rpx;
color: #999;
padding-top: 36rpx;
}
.fui-cycle .date {
font-size: 28rpx;
color: #333;
padding-top: 20rpx;
}
.fui-cycle-right {
width: 430rpx;
height: 156rpx;
float: right;
border-radius: 4rpx;
box-shadow: 0 0 20rpx #ededed;
}
.date-model {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
background: rgba(0,0,0,0.6);
padding: 200rpx 30rpx 0;
}
.datebtns {
position: fixed;
top: 852rpx;
z-index: 1001;
background: #fff;
width: 631rpx;
display: flex;
padding: 0 30rpx 40rpx;
border-radius: 0 0 10rpx 10rpx;
}
.datebtns .date-btn {
flex: 1;
text-align: center;
width: 190rpx;
height: 72rpx;
background: #ccc;
color: #fff;
line-height: 72rpx;
border-radius: 10rpx;
font-size: 24rpx;
}
.datebtns .date-btn.date-btn-confirm {
background: #ff5555;
}
.invoice-picker {
height: 100%;
position: fixed;
top: 0;
left: 0;
width: 100%;
box-sizing: border-box;
font-size: 28rpx;
color: #333;
line-height: 100rpx;
display: flex;
flex-direction: column;
z-index: 1002;
transition: all .6s;
}
.whiteinvoice {
background: #fff;
padding: 20rpx;
width: 100%;
box-sizing: border-box;
}
.invoice-picker .btn {
width: 100%;
border-radius: 45rpx;
height: 90rpx;
line-height: 90rpx;
margin: 80rpx 0;
}
.invoice-picker .flex {
border-bottom: 1px solid #eeeeee;
}
.invoice-picker input {
line-height: 100rpx;
width: 70%;
height: 100rpx;
font-size: 28rpx;
}
.invoice-title view {
padding: 0 40rpx;
height: 58rpx;
line-height: 58rpx;
text-align: center;
border: 1px solid #eee;
border-radius: 30rpx;
margin: 0 20rpx 30rpx 0;
}
.invoice-title view.active {
color: #ef4f4f;
border-color: #ef4f4f;
}
.invoice-pickernone {
position: fixed;
top: 100%;
left: 0;
}
.card-list-modal {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1000;
height: 100%;
background: rgba(0,0,0,0.6);
display: none;
}
.card-list-group {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 70%;
background: #fff;
z-index: 1001;
display: none;
}
.card-list-modal.in,.card-list-group.in {
display: block;
}
.card-list-title {
text-align: center;
line-height: 110rpx;
font-size: 30rpx;
color: #333;
}
.card-list-cancel {
width: 670rpx;
height: 88rpx;
display: flex;
line-height: 88rpx;
margin: 10rpx auto 0;
font-size: 28rpx;
color: #333;
border-radius: 4rpx;
justify-content: space-around;
box-shadow: 0 0 10rpx #ededed;
}
.card-list-cancel .text {
flex: 1;
padding-left: 20rpx;
}
.card-list-cancel .icon {
width: 90rpx;
text-align: center;
}
.card-list-cancel .icon i {
font-size: 40rpx;
color: #999;
}
.card-list-cancel .icon.activeselect i {
color: #ff9245!important;
}
.card-list-content {
height: 600rpx;
overflow-y: scroll;
}
.card-list-content .item {
width: 670rpx;
height: 222rpx;
border-radius: 15rpx;
margin: 20rpx auto 0;
position: relative;
overflow: hidden;
}
.card-style-golden {
background: linear-gradient(to right,#c1a167,#e9d5aa);
}
.card-style-erythrine {
background: linear-gradient(to right,#745757,#966d6d);
}
.card-style-gray {
background: linear-gradient(to right,#434247,#7a7985);
}
.card-style-brown {
background: linear-gradient(to right,#736e6c,#978c8c);
}
.card-style-blue {
background: linear-gradient(to right,#576074,#6d7b96);
}
.card-style-black {
background: linear-gradient(to right,#373737,#4a4a4a);
}
.card-list-content .item .iconbg {
position: absolute;
font-size: 160rpx;
color: #000;
opacity: 0.1;
bottom: -50rpx;
right: -35rpx;
}
.card-list-content .item .iconselect {
width: 90rpx;
height: 90rpx;
text-align: center;
line-height: 100rpx;
position: absolute;
right: 0;
z-index: 6;
font-size: 40rpx;
}
.card-list-content .item .iconselect i {
font-size: 38rpx;
color: #fff;
}
.card-list-content .item .iconselect.activeselect i {
color: #ff9245!important;
}
.card-list-content .content {
width: 670rpx;
height: 222rpx;
box-sizing: border-box;
padding: 20rpx;
}
.card-list-content .content .title {
font-size: 32rpx;
color: #fff;
}
.card-list-content .content .title image {
width: 40rpx;
height: 40rpx;
position: relative;
top: -3rpx;
margin-right: 10rpx;
}
.card-list-content .content .date {
font-size: 26rpx;
color: #fff;
opacity: 0.6;
margin-top: 20rpx;
line-height: 1;
}
.card-list-content .content .tip {
display: flex;
margin-top: 38rpx;
}
.card-list-content .tip .tip-item {
display: inline-block;
height: 50rpx;
line-height: 50rpx;
padding: 0 18rpx;
border-radius: 30rpx;
border: 1rpx solid #fff;
margin-right: 20rpx;
opacity: 0.8;
color: #fff;
font-size: 24rpx;
}
.couponTips {
position: fixed;
top: calc(100vh - 178rpx);
left: 0;
width: 100vh;
height: 80rpx;
line-height: 80rpx;
color: #fff;
background: rgba(0,0,0,0.4);
box-sizing: border-box;
padding: 0 40rpx;
font-size: 28rpx;
z-index: 105;
}
.couponTipsIpx {
position: fixed;
top: calc(100vh - 247rpx);
left: 0;
width: 100vh;
height: 80rpx;
line-height: 80rpx;
color: #fff;
background: rgba(0,0,0,0.4);
box-sizing: border-box;
padding: 0 40rpx;
font-size: 28rpx;
z-index: 105;
}