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.
28 lines
441 B
28 lines
441 B
.top{
|
|
background-color: #ccc;
|
|
height: 100rpx;
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
line-height:100rpx;
|
|
|
|
}
|
|
|
|
.top_hint{
|
|
color: #666;
|
|
padding-left:30rpx;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
border-bottom:1px solid #DEDEDE;
|
|
}
|
|
.top_city{
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border-bottom:1px solid #DEDEDE;
|
|
padding-left:100rpx;
|
|
}
|
|
.presenting{
|
|
font-size: 30rpx;
|
|
height: 180rpx;
|
|
line-height: 180rpx;
|
|
text-align: center;
|
|
}
|