/* pages/problemPage/index.wxss */ .PP { box-sizing: border-box; width: 750rpx; min-height: 100%; padding: 20rpx 12rpx; } .problem { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 20rpx #eee; margin-bottom: 10rpx; } .img { width: 726rpx; } .title { font-size: 30rpx; font-family: SimHei; font-weight: 400; color: #000000; padding: 15rpx 10rpx 0 10rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .time { font-size: 20rpx; font-family: SimHei; font-weight: 400; color: #919191; padding: 10rpx; } .answer{ width:275rpx; height:275rpx; display: block; margin: 100rpx auto; }