/* pages/openArea/openArea.wxss */ .openarea-content { width: 100%; height: 100%; padding-top: 1rpx; } .main-content { width: 690rpx; min-height: 154rpx; margin: 19rpx auto 0; border: 1px solid #e4e4e4; } .col-a { width: 100%; background-color: #FAFAFA; height: 154rpx; border-bottom: 1rpx solid #e4e4e4; } .nav-item { text-align: center; font-size: 26rpx; font-weight: bold; } .col-city { width: 145rpx; } .col-area { width: 124rpx; } .col-name { width: 166rpx; } .col-link { width: 255rpx; } .value { font-size: 26rpx; font-weight: 400; height: 154rpx; border-bottom: 1rpx solid #e4e4e4; } .value-item { text-align: center; }