/* pages/selsecPer/selsecPer.wxss */ .main{ margin: 30rpx 0; width: 750rpx; } .content{ width: 90%; margin: 0 auto; } .title{ height: 60rpx; width: 100%; font-size: 33rpx; } .item{ height: 200rpx; width: 100%; border-radius: 5rpx; margin: 40rpx auto; box-shadow:0px 0px 5rpx #e2e2e2; background: rgba(245,249,255); padding: 30rpx; box-sizing: border-box; } .up{ height: 80rpx; width: 100%; display: flex; justify-content: space-between; align-items: center; } .name{ font-size: 35rpx; height: 80rpx; padding-right: 30rpx; line-height: 80rpx; color: #333; } .msg{ flex: 1; height: 70rpx; line-height: 80rpx; display: flex; justify-content: space-between; align-items: center; } .t1{ height: 50rpx; width: 130rpx; text-align: center; line-height: 50rpx; font-size:33rpx; border-radius: 25rpx; color: rgba(45,135,255); background: rgba(226,237,254); } .mr{ font-size: 30rpx; color: #666; } .down{ height: 80rpx; width: 100%; line-height: 80rpx; font-size: 30rpx; color: #666; }