| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- .content {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .text-area {
- display: flex;
- justify-content: center;
- }
- .top-line{
- margin-top: 0rpx;
- margin-left: 0;
- position: absolute;
- width: 750rpx;
- height: 1rpx;
- background: #CCCCCC;
- }
- .item{
- margin-top: 400rpx;
- text-align: center;
- width: 750rpx;
- height: 1206rpx;
- }
- .success-img{
- margin-left: 242rpx;
- margin-top: 73rpx;
- width: 261rpx;
- height: 266rpx;
- }
- .success-text{
- margin-left: 276rpx;
- margin-top: 433rpx;
- font-size: 49rpx;
- font-family: Microsoft YaHei-3970(82674968);
- font-weight: 400;
- color: #333333;
- }
|