/* 录入成绩和证书 */ .achievement { padding: 20rpx 30rpx 200rpx 30rpx; &-form { &-result { display: flex; justify-content: space-between; .item { width: calc(50% - 20rpx); } } .upload-button { border: solid 1px #BABABA; width: 184rpx; height: 184rpx; text-align: center; color: #4B4B4B; font-size: 22rpx; display: flex; flex-direction: column; align-items: center; position: relative; &-icon { width: 62rpx; height: 64rpx; margin: 46rpx auto 0; } .tips { font-size: 20rpx; color: #5F5F5F; margin-top: 10rpx; } } } &-submit { width: 100%; height: 144rpx; position: fixed; bottom: 0; z-index: 1000; background-color: #fff; &-btn { width: calc(100% - 60rpx); height: 80rpx; line-height: 80rpx; text-align: center; background-color: #709078; color: #fff; font-size: 30rpx; } } }