You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

457 lines
7.3 KiB

view,
label,
swiper-item,
scroll-view {
display:flex;
flex-direction:column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
view,
image,
input,
scroll-view,
swiper,
swiper-item,
text,
textarea,
video {
position: relative;
border: 0px solid #000000;
box-sizing: border-box;
}
swiper-item {
position: absolute;
}
button {
margin: 0;
}
.backTop {
width: 140rpx;
height: 60rpx;
background-image: linear-gradient(to right, #52D5A6, #43C9CF);
border-radius: 100rpx 0 0 100rpx;
justify-content: center;
z-index: 88;
right: 0rpx;
position: fixed;
bottom: 54rpx;
}
.backTopText {
font-family: SourceHanSansCN-Normal;
font-size: 24rpx;
color: #FFFFFF;
text-align: center;
}
.iconfont {
font-family: iconfont5;
}
.neworder {
background-image: linear-gradient(to right, #52D5A6, #43C9CF);
box-shadow: 0 8rpx 10px 0 rgba(0, 0, 0, 0.20);
width: 112rpx;
height: 112rpx;
border-radius: 100%;
position: fixed;
right: 40rpx;
bottom: 154rpx;
align-items: center;
justify-content: center;
z-index: 88;
}
.btnEditTxt {
color: #FFFFFF;
}
.btnEdit {
background: #3C91F5;
border: 1rpx solid #3C91F5;
align-items: center;
}
.nav {
height: 140rpx;
background-image: linear-gradient(to right, #52D5A6, #43C9CF);
width: 750rpx;
overflow: hidden;
z-index: 999;
padding-top: 68rpx;
padding-left: 40rpx;
padding-right: 40rpx;
flex-direction: row;
position: fixed;
top: 0rpx;
left: 0rpx;
justify-content: space-between;
align-items: center;
}
.content {
padding-top: 210rpx;
}
.navLeft {
flex-direction: row;
}
.navTitle {
font-size: 36rpx;
color: #FFFFFF;
margin-left: 40rpx;
width: 160rpx;
font-weight: 600;
}
.orderLine {
flex-direction: row;
margin-top: 16rpx;
align-items: center;
}
.orderTxt {
font-family: SourceHanSansCN-Normal;
font-size: 28rpx;
color: #333333;
line-height: 36rpx;
}
.iconback {
width: 40rpx;
height: 40rpx;
}
.navTab {
background: #FAFAFA;
box-shadow: 0 1px 0 0 #E6E6E6;
flex-direction: row;
justify-content: space-around;
top: 140rpx;
left: 0;
position: fixed;
z-index: 999;
width: 750rpx;
}
.tabItem {
align-items: center;
position: relative;
}
.orderGe {
color: #D8D8D8;
margin-left: 16rpx;
margin-right: 16rpx;
font-size: 28rpx;
}
.tabTxt {
font-size: 28rpx;
color: #666666;
text-align: left;
height: 70rpx;
line-height: 70rpx;
}
.tabItemOn {
color: #0DC99E;
}
.tabItemOnLine {
background: #0DC99E;
height: 4rpx;
width: 100rpx;
position: absolute;
bottom: -2rpx;
left: 0;
}
.orderBox {
padding-top: 16rpx;
padding-bottom: 16rpx;
padding-left: 30rpx;
padding-right: 30rpx;
background: #ffffff;
margin-top: 20rpx;
}
.orderHeader {
flex-direction: row;
justify-content: space-between;
padding-bottom: 16rpx;
border-bottom: 1rpx solid #E4E4E4;
align-items: center;
}
.orderBody {
border-bottom: 1rpx solid #E4E4E4;
padding-bottom: 16rpx;
}
.orderStatus {
font-family: PingFangSC-Regular;
font-size: 28rpx;
color: #FD8C30;
text-align: left;
line-height: 40rpx;
}
.orderNo {
font-family: SourceHanSansCN-Normal;
font-size: 24rpx;
color: #999999;
line-height: 24rpx;
}
.orderTag {
background: rgba(13, 201, 158, 0.10);
border-radius: 2px;
width: 100rpx;
padding: 4rpx 10rpx;
margin-right: 10rpx;
}
.orderTagTxt {
font-family: SourceHanSansCN-Normal;
font-size: 20rpx;
text-align: center;
}
.tag1 {
color: #0DC99E;
}
.tag2 {
color: #4A90E2;
}
.tag3 {
color: #FD8C30;
}
.tagBox1 {}
.tagBox2 {
background: rgba(60, 145, 245, 0.10);
}
.tagBox3 {
background: rgba(253, 140, 48, 0.10);
}
.orderPrice {
flex-direction: row;
margin-top: 16rpx;
border-bottom: 1rpx solid #E4E4E4;
padding-bottom: 16rpx;
}
.priceBox {
margin-right: 30rpx;
flex-direction: row;
align-items: center;
}
.priceTitle {
font-family: SourceHanSansCN-Normal;
font-size: 24rpx;
color: #999999;
line-height: 28rpx;
}
.priceInfo {
font-family: Roboto-Medium;
font-size: 24rpx;
color: #333333;
text-align: left;
line-height: 40rpx;
}
.orderFooter {
margin-top: 16rpx;
padding-bottom: 16rpx;
flex-direction: row;
justify-content: flex-end;
}
.btn {
border-radius: 27rpx;
margin-left: 20rpx;
padding: 2rpx 24rpx;
}
.btnCancel {
background: #FFFFFF;
border: 1rpx solid #0DC99E;
align-items: center;
}
.btnTxt {
font-family: SourceHanSansCN-Normal;
font-size: 24rpx;
text-align: center;
height: 54rpx;
line-height: 54rpx;
}
.btnCancelTxt {
color: #0DC99E;
}
.btnConfirm {
background: #0DC99E;
border: 1rpx solid #0DC99E;
align-items: center;
}
.btnPay {
background: orange;
border: 1rpx solid orange;
align-items: center;
}
.btnConfirmTxt {
color: #FFFFFF;
}
.iconBack {}
.icon {
color: #52D5A6;
margin-right: 12rpx;
font-size: 28rpx;
}
.iconLocation {}
.navRight {
flex-direction: row;
align-items: center;
}
.iconTop {
color: #FFFFFF;
font-size: 45rpx;
}
.iconMoreSeach {
padding-right: 20rpx;
padding-left: 20rpx;
}
.iconSeach {
padding-left: 33rpx;
}
.cover {
background: rgba(0, 0, 0, 0.60);
width: 750rpx;
position: fixed;
top: 0rpx;
left: 0rpx;
z-index: 99;
}
.popup {
background: #ffffff;
position: fixed;
top: 140rpx;
left: 0rpx;
width: 750rpx;
padding-top: 20rpx;
transition: width 2s;
z-index: 999;
}
.popupbox {
z-index: 999;
}
.indexheader {
padding: 0rpx 30rpx;
}
.indexHeaderBox {
padding-bottom: 22rpx;
justify-content: space-between;
border-bottom: 2rpx solid #F0F0F0;
flex-direction: row;
}
.indexheaderLeftText {
font-family: SourceHanSansCN-Medium;
font-size: 28rpx;
color: #333333;
line-height: 40rpx;
z-index: 2;
font-weight: bold;
}
.headerBorder {
background-image: linear-gradient(to right, rgba(91, 215, 171, 0.6), rgba(238, 238, 238, 0.00));
border-radius: 8rpx;
width: 60rpx;
height: 16rpx;
position: absolute;
bottom: 2rpx;
left: 0;
z-index: 1;
}
.indexheaderMoreText {
opacity: 0.6;
font-family: SourceHanSansCN-Normal;
font-size: 24rpx;
color: #666666;
line-height: 40rpx;
}
.popupBody {
padding: 0rpx 30rpx;
padding-bottom: 20rpx;
}
.popupFooter {
flex-direction: row;
justify-content: space-around;
position: relative;
bottom: 0;
left: 0;
}
.popbtn {
height: 90rpx;
width: 375rpx;
}
.pop-btnReset {
background-color: #FAFAFA;
}
.pop-btnSubmit {
background-color: #0DC99E;
}
.pop-btnReset-text {
font-family: SourceHanSansCN-Medium;
font-size: 32rpx;
color: #666666;
text-align: center;
line-height: 90rpx;
}
.pop-btnSubmit-text {
font-family: SourceHanSansCN-Medium;
font-size: 32rpx;
color: #FFFFFF;
text-align: center;
line-height: 90rpx;
}
.icon_close {
color: #CCCCCC;
padding-left: 40rpx;
}
.tagTitle {
margin-top: 20rpx;
}
.tagTitleText {
font-family: SourceHanSansCN-Normal;
font-size: 24rpx;
color: #333333;
}
.tagBody {
flex-direction: row;
margin-top: 20rpx;
}
.tagInfo {
background: #FAFAFA;
border: 1rpx solid #E4E4E4;
border-radius: 30rpx;
width: 150rpx;
margin-right: 20rpx;
}
.tagInfoText {
font-family: SourceHanSansCN-Normal;
font-size: 28rpx;
color: #666666;
height: 56rpx;
line-height: 56rpx;
text-align: center;
}
.tagInfoOn {
background: rgba(13, 201, 158, 0.10);
border: 1rpx solid #0DC99E;
}
.tagInfoTextOn {
color: #0DC99E;
}
.searchBox {
background: rgba(255, 255, 255, 0.40);
border-radius: 4rpx;
width: 512rpx;
height: 56rpx;
padding: 7rpx 26rpx;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.searchBoxInput {
font-family: SourceHanSansCN-Normal;
font-size: 28rpx;
color: #FFFFFF;
flex: 1;
}
.icon-add2 {
color: #FFFFFF;
}