/* pages/branches/brancheslist.wxss */ .cu-avatar.xl image{ width: 100%; height: 100%; } .list{ margin-top: 30rpx; } .item{ padding: 30rpx; background-color: #fff; box-shadow: 0 0 10rpx #ccc; display: flex; justify-content: space-between; margin-bottom: 30rpx; border-radius: 10rpx; margin-top: 0; } .exam-photo, .exam-photo image{ width: 155rpx; height: 155rpx; } .content{ width: 460rpx; } .content text{ display: block; font-size: 28rpx; color: #999; } .content .exam-title{ font-size: 34rpx; color: #333; font-weight: bold; margin-bottom: 30rpx; display: block; }