/* pages/constitutionGrade/constitutionGrade.wxss */ .progressInfo{ display: flex; justify-content: space-around; align-items: center; margin-top:50rpx; } .progress-box{ width:60%; } .type{ color: #212121; font-size:33rpx; font-weight:bold; } .content{ border:1px solid transparent; margin:32rpx 42rpx 0 42rpx; } .footer_btn{ display:flex; justify-content: space-between; margin-top:90rpx; } .share{ background-image: linear-gradient(110deg, #34ab92 0%, #209f84 100%), linear-gradient( #209f84, #209f84); border-radius: 33rpx; font-size: 33rpx; color:#fff; width:280rpx; /*padding:18rpx 0;*/ text-align: center; } .finish{ background-image: linear-gradient(80deg, #ff874e 0%, #f96038 100%), linear-gradient( #209f84, #209f84); border-radius: 33rpx; font-size: 33rpx; color:#fff; width:280rpx; padding:18rpx 0; text-align: center; }