123456789101112131415161718192021222324252627 |
- /* 退役军人职业教育码申请 */
- .apply-code {
- width: calc(100% - 60rpx);
- margin: 50rpx auto;
- .pic {
- display: flex;
- &-photograph {
- width: 184rpx;
- height: 184rpx;
- border: solid 1px #BABABA;
- border-radius: 5rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- image {
- width: 62rpx;
- height: 48rpx;
- vertical-align: middle;
- }
- .font {
- color: #4B4B4B;
- display: inline-block;
- }
- }
- }
- }
|