/* pages/recommendRule/recommendRule.wxss */ .content { padding-bottom: 88rpx; width: 100%; min-height: 100vh; background: #FFFFFF; } .quest { width: 690rpx; margin-left: 30rpx; margin-bottom: 48rpx; } .quest-title { margin-top: 40rpx; font-size: 36rpx; font-weight: 500; color: #333333; } .quest-content { font-size: 28rpx; font-weight: 400; color: #999999; margin-top: 20rpx; } .value-title { margin-left: 30rpx; font-size: 36rpx; font-weight: 500; color: #333333; } .value-title1 { margin-top: 30rpx; margin-left: 30rpx; font-size: 36rpx; font-weight: 500; color: #333333; } .devices { width: 690rpx; margin-left: 30rpx; margin-top: 32rpx; display: flex; align-items: center; } .devices-image { width: 176rpx; height: 176rpx; } .right-content { flex: 1; margin-left: 15rpx; } .devices-name { font-size: 28rpx; font-weight: 500; color: #333333; } .devices-tag { margin-top: 20rpx; font-size: 24rpx; font-weight: 400; color: #999999; } .project { width: 690rpx; margin-left: 30rpx; margin-top: 32rpx; display: flex; align-items: center; } .project-image { width: 144rpx; height: 144rpx; } .project-content { flex: 1; margin-left: 45rpx; } .project-name { font-size: 28rpx; font-weight: 500; color: #333333; } .project-tag { margin-top: 20rpx; font-size: 24rpx; font-weight: 400; color: #999999; } /* 啥子仪器啊 干啥用的啊 啥子仪器啊 干啥用的啊 确定 */ .submits { margin-top: 60rpx; margin-left: 40rpx; width: 670rpx; background: #FA7D22; border-radius: 42px; line-height: 84rpx; text-align: center; font-size: 32rpx; font-weight: 500; color: #FFFFFF; }