/* components/form/form.wxss */ .suffix { display: flex; align-items: center; } .suffix--line { width: 1px; height: 24px; background-color: #f6f6f6; margin-right: 16px; } .image { width: 72px; height: 36px; display: block; margin-top: -6px; margin-bottom: -6px; } .tips { text-align: right !important; } .verify { color: rgba(0, 82, 217, 1); font-size: 32rpx; } .block { display: block; margin-bottom: 32rpx; } .t-class-description{ color:#e34d59; font-size: 24rpx; } .uploadPanel{ font-size: 26rpx; margin-bottom: 10px; color:#999; padding: 0 0 0 5px; }