/* pages/pbService/security/index.wxss */ page { background: #EDEDED; } .tel-item { padding: 0 30rpx; margin: 20rpx 30rpx; background: white; border-radius: 20rpx; display: flex; height: 120rpx; align-items: center; justify-content: space-between; font-size: 30rpx; color: #333; } .tel-item text { flex-shrink: 0; color: #0B898E; } .tel-item text.iconfont { margin-right: 10rpx; } .tel-item view { flex: 1; margin: 0 20rpx; font-weight: bold; } .tel-item text.tel-type { width: 150rpx; color: #333; } .tel-item .title{ text-align: center; color: #0B898E; }