123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* 录入成绩和证书 */
- .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;
- }
- }
- }
|