/* pages/details/details.wxss */ .cen{ /* border-bottom: 1rpx #ececec solid; */ padding: 10rpx 20rpx; display: flex; } .cen label{ width: 150rpx; text-align: right; margin-right: 20rpx; } .cen view{ background-color: #eee; padding: 10rpx 30rpx; width: 300rpx; flex: 1; border-radius: 15rpx; }