| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- page {
- background: #1d449a;
- }
- .top-bg {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- border-bottom: 8rpx solid #3f6dd3;
- }
- .top-bg .award-title {
- width: 593rpx;
- }
- .top-bg .desc {
- margin-top: 30rpx;
- color: #fff;
- font-size: 33rpx;
- line-height: 40rpx;
- letter-spacing: 1px;
- }
- .awardBg {
- width: 100%;
- }
- .box {
- margin: 30rpx 15rpx 65rpx;
- background: #fffcf7;
- padding: 30rpx 50rpx;
- border-radius: 10rpx;
- box-sizing: border-box;
- }
- .box .card {
- width: 100%;
- }
- .box .create {
- width: 576rpx;
- height: 88rpx;
- line-height: 88rpx;
- background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.09) 0%, rgba(255, 255, 255, 0.18) 23%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0.47) 100%), linear-gradient(#1d449a, #1d449a);
- box-shadow: 0px 1px 1px 0px#d9b780;
- background-blend-mode: soft-light, normal;
- font-size: 40rpx;
- color: #fff;
- margin-bottom: 20rpx;
- }
- .yao-box {
- display: flex;
- justify-content: space-between;
- width: 350rpx;
- padding: 10rpx 20rpx;
- border: 2rpx solid #1d449a;
- color: #2a2a2a;
- font-size: 20rpx;
- margin: 30rpx auto;
- box-sizing: border-box;
- }
- .yao-box .ms {
- display: flex;
- flex-direction: column;
- justify-content: center;
- }
- .yao-box .qycode {
- width: 156rpx;
- height: 156rpx;
- flex: 0 0 atuo;
- border: 1px solid #1d449a;
- }
|