/* package/inspectionRecord/inspectionRecord.wxss */ page{ background: #F7F7FA; } .my-picker { white-space: nowrap; width: 100rpx; } .contentBox { padding: 210rpx 30rpx 20rpx; } .listBox { background-color: #fff; border-radius: 10rpx; box-shadow: 0rpx 0rpx 10rpx #ddd; margin: 30rpx auto; overflow: hidden; } .titleBox { overflow: hidden; padding-bottom: 20rpx; padding-top: 40rpx; } .title { float: left; font-size: 32rpx; width: 460rpx; font-weight: bold; } .btn { width: 130rpx; text-align: center; font-size: 30rpx; padding: 20rpx; background: #1979ff; color: #fff; border-radius: 10rpx; float: left; margin-left: 30rpx; margin-top: 20rpx; }