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.
54 lines
868 B
54 lines
868 B
/* pages/signIn/signIn.wxss */
|
|
.container {
|
|
width: 100%;
|
|
min-height: 100vh;
|
|
background: #fff;
|
|
padding-top: 30rpx;
|
|
}
|
|
.van-icon {
|
|
float: left;
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
background: #666;
|
|
border-radius: 50%;
|
|
margin: 0 26rpx 0 0;
|
|
}
|
|
.van-icon:before {
|
|
display: block;
|
|
text-align: center;
|
|
line-height: 48rpx;
|
|
}
|
|
.contact_info {
|
|
position: relative;
|
|
padding: 25rpx 45rpx 0;
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
clear: both;
|
|
}
|
|
van-icon {
|
|
position: absolute;
|
|
top: 25rpx;
|
|
}
|
|
.contact_info text {
|
|
line-height: 48rpx;
|
|
display: inline-block;
|
|
width: 580rpx;
|
|
margin-left: 70rpx;
|
|
}
|
|
map {
|
|
width: 100%;
|
|
height: 641rpx;
|
|
margin-top: 80rpx;
|
|
}
|
|
.van-icon {
|
|
text-align: center;
|
|
}
|
|
.telPhone {
|
|
position: fixed;
|
|
right: 10px;
|
|
top: 70%;
|
|
}
|
|
.telPhone image {
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
}
|