140 lines
2.1 KiB
Plaintext
140 lines
2.1 KiB
Plaintext
/* packageD/mycomponent/yz_wap/yz_wapmap.wxss */
|
|
|
|
/* pages/o2oLocation_loc/o2oLocation_loc.wxss */
|
|
.map {
|
|
height: 100%;
|
|
}
|
|
|
|
.map .seachbox {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.map .search_box {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
padding: 0 20rpx;
|
|
width: 624rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
border-radius: 32rpx;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.search_box icon {
|
|
color: #999;
|
|
font-size: 32rpx;
|
|
margin-top: -4rpx;
|
|
}
|
|
|
|
.search_box input {
|
|
border: none;
|
|
margin-left: 20rpx;
|
|
max-width: 624rpx;
|
|
display: block;
|
|
height: 100%;
|
|
flex: 1;
|
|
}
|
|
|
|
.seachboxBottom {
|
|
position: absolute;
|
|
z-index: 1024;
|
|
background-color: #fefefe;
|
|
border: 1px solid #d1d1d1;
|
|
width: 60%;
|
|
overflow: hidden;
|
|
top: 0;
|
|
left: 50rpx;
|
|
padding-left: 10rpx;
|
|
padding-right: 10rpx;
|
|
}
|
|
|
|
.seachboxBottom .seachboxContent {
|
|
padding-top: 5rpx;
|
|
padding-bottom: 5rpx;
|
|
}
|
|
|
|
.ten {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
bottom: 50rpx;
|
|
z-index: 500;
|
|
width: 70rpx;
|
|
background-color: white;
|
|
border-radius: 6rpx;
|
|
border: 2rpx solid #ccc;
|
|
box-shadow: 2rpx 2rpx 20rpx 0 #ccc;
|
|
}
|
|
|
|
.ten .ten_l {
|
|
font-size: 52rpx;
|
|
line-height: 70rpx;
|
|
text-align: center;
|
|
color: #666;
|
|
height: 70rpx;
|
|
}
|
|
|
|
.ten .ten_la {
|
|
font-size: 52rpx;
|
|
line-height: 70rpx;
|
|
text-align: center;
|
|
color: #666;
|
|
height: 70rpx;
|
|
}
|
|
|
|
.anz {
|
|
padding-top: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.play {
|
|
position: absolute;
|
|
left: 20rpx;
|
|
bottom: 50rpx;
|
|
z-index: 500;
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
background-color: white;
|
|
border-radius: 50%;
|
|
border: 2rpx solid #ccc;
|
|
}
|
|
|
|
.play .img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.mapmessage {
|
|
display: flex;
|
|
padding: 10rpx;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.mapmessage .left {
|
|
width: 500rpx;
|
|
}
|
|
|
|
.mapmessage .left .bottom {
|
|
color: #999;
|
|
}
|
|
|
|
.mapmessage .right {
|
|
width: 200rpx;
|
|
overflow: hidden;
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.mapmessage .right .button {
|
|
border: 1px solid #eee;
|
|
width: 198rpx;
|
|
height: 58rpx;
|
|
line-height: 58rpx;
|
|
border-radius: 10rpx;
|
|
text-align: center;
|
|
background: #09bb07;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
}
|