12345678910111213141516171819202122232425262728293031323334353637 |
- .container {
- padding: 30rpx;
- }
- .card {
- background: #FFFFFF;
- box-shadow: 0 2rpx 15rpx 1rpx rgba(201, 201, 204, 0.2);
- border-radius: 16rpx;
- }
- .top {
- position: relative;
- padding-bottom: 60rpx;
- }
- .top-txt {
- width: 690rpx;
- height: 180rpx;
- position: absolute;
- left: 0;
- top: 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .title {
- font-size: 36rpx;
- color: #FFFFFF;
- }
- .btn {
- margin: 40rpx;
- }
|