You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
956 B
Plaintext
67 lines
956 B
Plaintext
/* pages/stationReach/index.wxss */
|
|
@import "../index/index.wxss";
|
|
page {
|
|
width: 100vw !important;
|
|
box-sizing: border-box;
|
|
/* padding: 10px; */
|
|
}
|
|
.navi {
|
|
width: calc(100% - 30px);
|
|
}
|
|
.weui-cell__hd {
|
|
font-size: 20px;
|
|
line-height: 40px;
|
|
}
|
|
.navi .t-icon {
|
|
width: 40px;
|
|
height: 40px;
|
|
margin-right: 14px;
|
|
vertical-align: middle;
|
|
}
|
|
.top-circle{
|
|
position: absolute;
|
|
right: -4px;
|
|
top: -5px;
|
|
width: 8px;
|
|
height: 8px;
|
|
background: #f5222d;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
/* .weui-grid4 .t-icon{
|
|
width: 28px;
|
|
height: 28px;
|
|
} */
|
|
|
|
|
|
/*
|
|
.left {
|
|
background-color: white;
|
|
height: 100rpx;
|
|
width: 750rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
color: grey;
|
|
line-height: 100rpx;
|
|
}
|
|
|
|
.right {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
display: flex;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.read {
|
|
background-color: #ccc;
|
|
color: #fff;
|
|
width: 150rpx;
|
|
}
|
|
|
|
.delete {
|
|
background-color: red;
|
|
color: #fff;
|
|
width: 150rpx;
|
|
} */ |