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.
42 lines
883 B
42 lines
883 B
/* monitor/pages/station/station.wxss */
|
|
.content {
|
|
width: 750rpx;
|
|
padding: 20rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.content-title {
|
|
position: relative;
|
|
padding: 20rpx;
|
|
border-radius: 20rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.content-title-text { margin-left: 0rpx; display: flex; font-size: 28rpx;}
|
|
|
|
.content-list {
|
|
padding: 10rpx;
|
|
border-radius: 20rpx;
|
|
background-color: #ffffff;
|
|
border-top: 1px dashed #f0f0f0;
|
|
}
|
|
.content-list-info {
|
|
margin: 10rpx;
|
|
border-radius: 10rpx;
|
|
padding: 20rpx;
|
|
background-color: #f5f6fa;
|
|
}
|
|
|
|
.content-list-info-top { display: flex; flex-direction: row; align-items: center;}
|
|
|
|
.content-list-info-address {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
margin-top: 10rpx;
|
|
}
|
|
.content-list-info-address-area {
|
|
margin-right: 20rpx; flex: 1;
|
|
}
|
|
.dz_icon{ width: 40rpx; height: 40rpx;}
|
|
.tel_icon{ width: 60rpx; height: 30rpx;} |