123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- page {
- background: #ededed;
- }
- .container {
- padding-bottom: 160rpx;
- .content{
- .topIcon{
- display: flex;
- flex-direction: column;
- align-items: center;
- margin-top: 250rpx;
- margin-bottom: 200rpx;
- justify-content: center;
- image{
- width: 100rpx;
- height: 100rpx;
- border-radius: 50%;
- }
- .txt{
- margin-top: 50rpx;
- font-size: 34rpx;
- color:#26B3A0 ;
- }
-
- }
- .btn{
- width:90%;
- background: #26B3A0;
- height: 100rpx;
- border-radius: 20rpx;
- font-size: 30rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- // font-weight: 600;
- margin-left: 50%;
- transform: translateX(-50%);
- }
- }
-
- }
-
-
-
-
- .res{
- padding-left: 60rpx;
- padding-right: 30rpx;
- word-break: break-all;
- word-wrap: break-word;
- margin-top: 30rpx;
- .inner{
- margin-bottom: 20rpx;
- // text-decoration: underline;
- font-size: 34rpx;
- }
- }
-
-
|