81 lines
1.2 KiB
Plaintext
81 lines
1.2 KiB
Plaintext
/* packageE/location/location.wxss */
|
|
|
|
@import "/mycss/stylesheet.wxss";
|
|
@import "/mycss/iconfont.wxss";
|
|
|
|
view,
|
|
text,
|
|
input,
|
|
icon {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.component-wrapper {
|
|
width: 100%;
|
|
}
|
|
|
|
.title {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.location-box {
|
|
display: flex;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
padding: 0 20rpx;
|
|
}
|
|
|
|
.location-box .location-left {
|
|
width: 40%;
|
|
display: flex;
|
|
}
|
|
|
|
.location-box .location-right {
|
|
display: flex;
|
|
width: 60%;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
align-self: center;
|
|
padding: 0 16rpx;
|
|
}
|
|
|
|
.location-box .location-search {
|
|
width: 64rpx;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.location-box2 {
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
width: 100%;
|
|
padding: 16rpx 20rpx;
|
|
}
|
|
|
|
.location-box2 .location-whole {
|
|
display: flex;
|
|
padding: 10rpx;
|
|
height: 60rpx;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
.location-box2 .location-left {
|
|
display: flex;
|
|
width: 40%;
|
|
}
|
|
|
|
.location-box2 .location-right {
|
|
border-left: 2rpx solid #d3d3d3;
|
|
display: flex;
|
|
width: 60%;
|
|
padding-left: 20rpx;
|
|
}
|
|
|
|
.location-box,
|
|
.location-box2 {
|
|
background-size: 100% 100%;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|