users/pages/order/offlinepay/index.css

671 lines
9.8 KiB
CSS
Raw Normal View History

2024-11-08 14:43:06 +08:00
@import "../../../static/css/wuBaseWxss/8.css";
@import "../../common/city-picker.css";
@import "../../common/date.css";
page {
background: #f7f7f7;
}
.fui-cell-group {
margin-top: 8rpx;
}
.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 {
padding: 14rpx 24rpx !important;
}
.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 24rpx;
border-radius: 30rpx;
border: 1rpx solid #fff;
margin-right: 20rpx;
opacity: 0.8;
color: #fff;
font-size: 26rpx;
}
.fukuan-top {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12rpx 5%;
}
.fukuan-top .fukuan-title {
font-weight: 499;
margin-bottom: 14rpx;
}
.fukuan-top .fukuan-shanghu {
font-size: 28rpx;
color: rgba(0, 0, 0, 0.5);
}
.fukuan-jin-e .fui-cell-labelf {
font-weight: bold;
font-size: 55rpx;
color: black;
padding-left: 16rpx;
}
.credit-title-txt {
color: #666 !important;
width: 100%;
}
.tip-txt {
font-size: 24rpx;
color: #999999;
}
.remark-money {
padding-left: 35rpx;
padding-bottom: 12rpx;
opacity: 0.8;
}
.remark-money input {
font-size: 29.5rpx;
}
.top-money-remark {
font-size: 28rpx;
padding: 15rpx 5%;
display: flex;
justify-content: space-between;
}
.top-money-remark text:nth-child(1) {
font-size: 32rpx;
}
.reamrk-btn {
color: #617290;
}
.zui-zhong-ying-fu {
font-weight: bold;
}
.yuledui-biaoyu {
display: flex;
font-size: 13px;
justify-content: center;
align-items: flex-start;
margin-top: 12px;
color: #999999;
}
.yuledui-biaoyu .yld-txt {
color: #FF6600;
}
.yuledui-biaoyu .shangbiao-txt {
color: #FF6600;
font-size: 12px;
}
.e-cny-button{
font-size: 28rpx;
width: 80%;
margin: 0 auto;
height: 70rpx;
line-height:70rpx;
}
/* 按键css */
.jian-btn {
font-size: 55rpx;
font-weight: bold;
}
.bottom-key {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.hide-btn {
width: 50rpx;
opacity: 0.5;
height: 50rpx;
}
.mini-btn{
font-size: 28rpx;
width: 40rpx;
margin: 0 auto;
padding:0rpx;
height: 40rpx;
line-height:40rpx;
margin-right: 10rpx;
margin-left: 6rpx;
background-color: #ffffff;
color: #ffffff;
border: #4a4a4a 1px solid;
}
/* /按键css */