|
/* packageE/stationNotice/stationNoticeSetting/stationNoticeSetting.wxss */
|
|
|
|
.item {
|
|
height: 3rem;
|
|
padding: 0 0.625rem;
|
|
display: flex;
|
|
align-items: center;
|
|
background: #fff;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.text {
|
|
font-size: 1rem;
|
|
letter-spacing: 0.019rem;
|
|
color: #333;
|
|
}
|