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.
156 lines
3.0 KiB
156 lines
3.0 KiB
2 years ago
|
//引入全局配置
|
||
|
@import "c/conf";
|
||
|
@import "c/mx";
|
||
|
@import "c/f";
|
||
|
@import "a/c";
|
||
|
@import "global";
|
||
|
|
||
|
page {
|
||
|
box-sizing: border-box;
|
||
|
height: 100%;
|
||
|
background-color: #fff;
|
||
|
}
|
||
|
|
||
|
.m-map {
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
height: 750rpx;
|
||
|
map {
|
||
|
width: 100%;
|
||
|
height: 750rpx;
|
||
|
}
|
||
|
.u-poi {
|
||
|
position: absolute;
|
||
|
display: block;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
margin: auto;
|
||
|
width: 500rpx;
|
||
|
height: 150rpx;
|
||
|
transform: translateY(-50%);
|
||
|
pointer-events: none;
|
||
|
|
||
|
.text {
|
||
|
@include toe;
|
||
|
text-align: center;
|
||
|
color: #ff3333;
|
||
|
background-color: #ffffff;
|
||
|
line-height: 50rpx;
|
||
|
height: 50rpx;
|
||
|
font-size: 12px;
|
||
|
border-radius: 50rpx;
|
||
|
width: 300rpx;
|
||
|
margin: 0 auto;
|
||
|
opacity: 0.9;
|
||
|
}
|
||
|
.ico {
|
||
|
position: relative;
|
||
|
display: block;
|
||
|
box-sizing: border-box;
|
||
|
margin: 0 auto;
|
||
|
width: 56rpx;
|
||
|
height: 56rpx;
|
||
|
border: 22rpx solid darken($c1, 12);
|
||
|
border-radius: 100%;
|
||
|
background-color: #fff;
|
||
|
overflow: visible;
|
||
|
}
|
||
|
.ico-line {
|
||
|
// content: "";
|
||
|
position: relative;
|
||
|
z-index: 1;
|
||
|
display: block;
|
||
|
margin: 0 auto;
|
||
|
top: -10rpx;
|
||
|
margin: 0 auto;
|
||
|
width: 7.5rpx;
|
||
|
height: 40rpx;
|
||
|
border-radius: 7.5rpx;
|
||
|
background-color: darken($c1, 12);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.m-fm {
|
||
|
position: relative;
|
||
|
border-top: 20rpx solid $bgc1;
|
||
|
padding: 10rpx 0;
|
||
|
background-color: #ffffff;
|
||
|
|
||
|
.fm {
|
||
|
.fm-item {
|
||
|
@include cs;
|
||
|
position: relative;
|
||
|
margin: 0 auto;
|
||
|
padding: 25rpx 0;
|
||
|
width: 670rpx;
|
||
|
min-height: 60rpx;
|
||
|
border-bottom: 1rpx solid #eee;
|
||
|
overflow: hidden;
|
||
|
|
||
|
&:last-child {
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
|
||
|
.fm-btn {
|
||
|
float: right;
|
||
|
width: 120rpx;
|
||
|
line-height: 55rpx;
|
||
|
font-size: 28rpx;
|
||
|
background-color: $c1;
|
||
|
color: #fff;
|
||
|
text-align: center;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
|
||
|
textarea {
|
||
|
box-sizing: border-box;
|
||
|
width: 70%;
|
||
|
float: left;
|
||
|
padding: 10rpx 10rpx;
|
||
|
height: 120rpx;
|
||
|
line-height: 50rpx;
|
||
|
border: none;
|
||
|
color: $fc1;
|
||
|
font-size: 28rpx;
|
||
|
text-align: left;
|
||
|
background-color: #f7f8f9;
|
||
|
|
||
|
.input-placeholder {
|
||
|
font-size: 28rpx;
|
||
|
font-weight: normal;
|
||
|
color: rgba($fc1, 0.3);
|
||
|
}
|
||
|
|
||
|
&[disabled] {
|
||
|
font-weight: bold;
|
||
|
color: $fc2;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.operate {
|
||
|
margin: 50rpx 0;
|
||
|
|
||
|
.btn {
|
||
|
@include bs2;
|
||
|
display: block;
|
||
|
margin: 0 auto;
|
||
|
width: 450rpx;
|
||
|
height: 80rpx;
|
||
|
line-height: 80rpx;
|
||
|
border-radius: 80rpx;
|
||
|
border: none;
|
||
|
outline: none;
|
||
|
background-color: $c1;
|
||
|
color: rgba(#fff, 0.95);
|
||
|
text-align: center;
|
||
|
font-size: 28rpx;
|
||
|
transition: background-color 0.13s;
|
||
|
}
|
||
|
}
|
||
|
}
|