/* pages/stuDetail/stuDetail.wxss */ .stuDetail{ position: relative; display: flex; flex-direction: column; } .stuInfoBox{ display: flex; flex-direction: column; border-bottom: gray 1rpx solid; padding-left: 20rpx; } .stuInfo{ color: #9E9E9E; padding-top: 10rpx; padding-bottom: 10rpx; } .needDetail{ color: #363636; padding-bottom: 10rpx; } .needTitle{ margin-bottom: 10rpx; width: 32%; text-align: center; /* border: 1rpx solid red; */ background-color: #FF9412; color: white; border-radius: 10rpx; padding: 4rpx 0; } .require{ margin-top: 10rpx; margin-bottom: 10rpx; font-size: 40rpx; color: #ff9000; font-weight: bold; } /* 收藏学生 */ .collect{ height: 80rpx; line-height: 80rpx; background-color: yellowgreen; text-align: center; font-size: 40rpx; font-weight: bold; color: white; margin-top: 50rpx } /* 底部空白区域 */ .blank{ height: 50rpx; }