yuminge-app/yun-min-program-plugin-master/packageH/installationSever/installationSeverHome/installationSeverHome.wxss

309 lines
5.3 KiB
Plaintext

/* packageH/installationSever/installationSeverHome/installationSeverHome.wxss */
view,
text {
box-sizing: border-box;
}
.location {
height: 2.63rem;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #f2f2f2;
color: #666;
font-size: 0.81rem;
padding-left: 0.94rem;
box-sizing: border-box;
}
.location .icon-zx_map_locate2 {
display: inline-flex;
}
.location .icon-member_right {
margin-right: 0.94rem;
color: #797979;
}
.grab {
background-color: #fff;
padding-top: 0.69rem;
padding-left: 0.94rem;
padding-right: 1rem;
padding-bottom: 0.72rem;
margin-bottom: 1rem;
}
.grab .orderIds {
font-size: 0.69rem;
color: #999;
text-align: left;
margin-bottom: 0.97rem;
}
.grab .allOrderIds {
display: flex;
justify-content: space-between;
margin-bottom: 0.97rem;
align-items: center;
font-size: 0.69rem;
color: #f15354;
}
.grab .masterUser {
display: flex;
justify-content: space-between;
align-items: center;
}
.grab .masterUser .masterLeft {
display: flex;
}
.grab .masterUser .masterLeft .imgbox {
width: 2.06rem;
height: 2.06rem;
background-color: #fac337;
border-radius: 100%;
margin-right: 0.56rem;
}
.grab .masterUser .masterLeft .imgbox image {
width: 2.06rem;
height: 2.06rem;
border-radius: 100%;
}
.grab .masterUser .masterLeft .userDetail {
text-align: left;
}
.grab .masterUser .masterLeft .userDetail .icon-service_m {
display: inline-flex;
transform: translateY(-5rpx);
color: #ff6b1b;
}
.grab .masterUser .masterLeft .userDetail .memberPhone {
font-size: 0.75rem;
color: #333;
}
.grab .masterUser .masterRight {
font-size: 0.75rem;
color: #999;
}
.grab .locationGrab {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 1rem;
margin-bottom: 0.91rem;
}
.grab .locationGrab .locationLeft {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: left;
}
.grab .locationGrab .locationLeft .icon-icon_location {
color: #ff6b1b;
}
.grab .locationGrab .locationLeft .locationName {
font-size: 0.81rem;
}
.grab .locationGrab .icon-zx_map_local {
display: inline-flex;
color: #ff6b1b;
text-align: right;
}
.grab .shopBox {
background-color: #f5f5f5;
border-radius: 0.31rem;
width: 100%;
padding: 0.53rem 0.5rem 0.5rem 0.5rem;
}
.grab .shopBox .shopTitle {
font-size: 0.81rem;
color: #ff6b1b;
text-align: left;
margin-bottom: 0.5rem;
}
.grab .shopBox .shoplist {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 0.5rem;
}
.grab .shopBox .shoplist .image {
width: 2.81rem;
height: 2.81rem;
background-color: #c3c3c3;
border-radius: 0.31rem;
}
.grab .shopBox .shoplist .image image {
width: 2.81rem;
height: 2.81rem;
border-radius: 0.31rem;
}
.grab .rob {
width: 20rem;
height: 2.19rem;
background-color: #f15354;
border-radius: 0.31rem;
font-size: 0.94rem;
text-align: center;
color: #fff;
margin: 0 auto;
line-height: 2.19rem;
margin-top: 1.13rem;
}
.grab .allOrder {
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: 1.13rem;
}
.grab .allOrder .allItem {
width: 4.06rem;
height: 1.88rem;
background-color: #f15354;
border-radius: 0.31rem;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
margin-right: 0.63rem;
}
.grab .allOrder .allItem:last-child {
margin-right: 0;
}
/* 客服弹窗 */
.qrcodeBox {
width: 350rpx;
height: 380rpx;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.qrcodeBox .top {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 100%;
height: 110rpx;
}
.qrcodeBox .top .title {
font-size: 32rpx;
line-height: 48rpx;
letter-spacing: 2rpx;
display: flex;
align-items: center;
}
.qrcodeBox .top .iconfont {
position: absolute;
top: 13px;
right: 20px;
}
.qrcodeBox .img image {
width: 230rpx;
height: 230rpx;
background-color: #929292;
}
.pictureWrapper {
position: relative;
height: 100%;
}
.pictureWrapper .title {
display: flex;
justify-content: center;
align-items: center;
height: 80rpx;
}
.pictureWrapper .pictureList {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-row-gap: 20rpx;
grid-column-gap: 20rpx;
flex: 1;
padding: 0 30rpx;
padding-bottom: 130rpx;
overflow: scroll;
}
.pictureWrapper .pictureList .picItem {
width: 100%;
height: 0;
padding-bottom: 100%;
box-sizing: content-box;
background-size: cover;
}
.pictureWrapper .pictureList .imgBox {
width: 100%;
height: 0;
padding-bottom: 100%;
border: solid 1rpx #ccc;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.pictureWrapper .pictureList .imgBox .iconfont {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.pictureWrapper .btnWrapper {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 120rpx;
display: flex;
align-items: center;
background: #fff;
}
.pictureWrapper .btnWrapper .btn {
width: 615.04rpx;
height: 80rpx;
margin: 0 auto;
padding-left: 18rpx;
line-height: 80rpx;
font-size: 32.16rpx;
color: #fff;
text-align: center;
border-radius: 100rpx;
background-color: #f15354;
}