Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- .success {
- width: 100%;
- height: 100%;
- background: #f6f6f6;
- position: absolute;
- }
-
- .success_logo {
- width: 201rpx;
- height: 281rpx;
- margin: 10% auto;
- display: flex;
- flex-direction: column;
- margin-bottom: 20%;
- }
-
- .success_logo icon {
- width: 201rpx;
- height: 201rpx;
- background: #00c0ff;
- border-radius: 50%;
- color: #fff;
- font-size: 40px;
- text-align: center;
- line-height: 201rpx;
- }
-
- .success_logo text {
- font-size: 36rpx;
- text-align: center;
- padding-top: 3%;
- }
-
- .success button {
- width: 504rpx;
- height: 88rpx;
- background: #00c0ff;
- color: #fff;
- margin: 3% auto;
- font-size: 36rpx;
- }
-
- .check {
- background: #fff!important;
- color: #00c0ff!important;
- border:1px solid #00c0ff;
- }
|