224 lines
3.0 KiB
Plaintext
224 lines
3.0 KiB
Plaintext
.profile-list .admin {
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.address-box .left-name {
|
|
width: 85px;
|
|
}
|
|
|
|
.address-cont-title .list {
|
|
padding: 24rpx;
|
|
width: auto;
|
|
}
|
|
|
|
.tui-picker-detail text {
|
|
padding: 0 10rpx;
|
|
}
|
|
|
|
.infoText {
|
|
display: block;
|
|
line-height: 56rpx;
|
|
}
|
|
|
|
picker-view {
|
|
background-color: #fff;
|
|
bottom: 0;
|
|
height: 480rpx;
|
|
padding: 0;
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
picker-view-column view {
|
|
align-items: center;
|
|
display: flex;
|
|
font-size: 28rpx;
|
|
height: 100%;
|
|
justify-content: center;
|
|
line-height: 28rpx;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.animation-element-wrapper {
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 21;
|
|
}
|
|
|
|
.animation-element,.animation-element-wrapper {
|
|
display: flex;
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
.animation-element {
|
|
background-color: #fff;
|
|
bottom: 0;
|
|
height: 570rpx;
|
|
}
|
|
|
|
.animation-button {
|
|
align-items: center;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
margin-top: 20rpx;
|
|
top: 20rpx;
|
|
width: 400rpx;
|
|
}
|
|
|
|
.address-text {
|
|
color: #999;
|
|
display: inline-flex;
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
font-size: 30rpx;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
margin-top: 20rpx;
|
|
position: fixed;
|
|
text-align: center;
|
|
}
|
|
|
|
.left-bt {
|
|
left: 30rpx;
|
|
}
|
|
|
|
.right-bt {
|
|
color: #ec5151;
|
|
right: 30rpx;
|
|
}
|
|
|
|
.line {
|
|
background-color: #eee;
|
|
display: block;
|
|
height: 1rpx;
|
|
margin-top: 89rpx;
|
|
position: fixed;
|
|
width: 100%;
|
|
}
|
|
|
|
.address-box .right-cont input {
|
|
color: #444;
|
|
font-size: 30rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.bargain-commont-bg {
|
|
background: rgba(0,0,0,.6);
|
|
bottom: 0;
|
|
left: 0;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 20;
|
|
}
|
|
|
|
.f-34 {
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.f-32 {
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.f-31 {
|
|
font-size: 31rpx;
|
|
}
|
|
|
|
.f-28 {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.f-26 {
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.f-24 {
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.f-22 {
|
|
font-size: 22rpx;
|
|
}
|
|
|
|
.b-r {
|
|
border-right: 1rpx solid #eee;
|
|
}
|
|
|
|
.b-b {
|
|
border-bottom: 1rpx solid #eee;
|
|
}
|
|
|
|
.b-t {
|
|
border-top: 1rpx solid #eee;
|
|
}
|
|
|
|
.m-top4 {
|
|
margin-top: 4rpx;
|
|
}
|
|
|
|
.m-top10 {
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.m-top20 {
|
|
margin-top: 25rpx;
|
|
}
|
|
|
|
.m-top35 {
|
|
margin-top: 35rpx;
|
|
}
|
|
|
|
.flow-list .header {
|
|
background: #fff;
|
|
border-bottom: 1rpx solid #f1f1f1;
|
|
padding: 15rpx 0;
|
|
position: relative;
|
|
}
|
|
|
|
.flow-list .header text {
|
|
font-size: 32rpx;
|
|
padding-left: 80rpx;
|
|
}
|
|
|
|
.flow-list .header image {
|
|
height: 37rpx;
|
|
left: 15px;
|
|
margin-top: -18rpx;
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 34rpx;
|
|
}
|
|
|
|
.order-header {
|
|
border-bottom: 1rpx solid #f1f1f1;
|
|
padding: 15rpx 0;
|
|
}
|
|
|
|
.order-header text {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.order-header text.title {
|
|
color: #333;
|
|
}
|
|
|
|
.order-cont {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.order-cont .order-num text,.order-cont .time {
|
|
color: #888;
|
|
}
|
|
|
|
.order-cont .order-num text,.order-cont .order-time text {
|
|
color: #777;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.flow-all-list-cont1 {
|
|
font-size: 32rpx;
|
|
padding: 10rpx 0;
|
|
} |