|
- page {
- background: #f6f6f8;
- height: 100%;
- }
-
- .content {
- width: 630rpx;
- border-radius: 20rpx;
- background: #fff;
- margin: 60rpx auto 68rpx;
- padding-bottom: 67rpx;
- }
-
- .cBox {
- display: flex;
- }
-
- .image {
- width: 70rpx;
- height: 70rpx;
- float: left;
- }
-
- .tick {
- width: 70rpx;
- height: 70rpx;
- margin-left: 189rpx;
- margin-top: 73rpx;
- margin-bottom: 21rpx;
- }
-
- .txt1 {
- display: block;
- font-size: 40rpx;
- font-family: PingFang-SC-Bold;
- font-weight: Bold;
- margin-left: 26rpx;
- margin-top: 85rpx;
- }
-
- .txt2 {
- display: block;
- width: 100%;
- margin-left: 208rpx;
- margin-bottom: 85rpx;
- color: #333333;
- font-size: 28rpx;
- }
- .txt3{
- color: #000;
- font-weight: Regular;
- }
- .txt4 {
- display: block;
- width: 100%;
- margin-left: 208rpx;
- color: #333333;
- font-size: 28rpx;
- }
-
- .txt5 {
- display: block;
- width: 100%;
- margin-left: 208rpx;
- margin-bottom: 85rpx;
- color: #333333;
- font-size: 28rpx;
- }
-
- .bBox {
- display: flex;
- }
-
- .goOn {
- display: block;
- width: 300rpx;
- height: 90rpx;
- line-height: 90rpx;
- margin: 15rpx auto 0;
- font-size: 32rpx;
- color: #fff;
- text-align: center;
- background: rgba(81, 160, 252, 1);
- border-radius: 100rpx;
- margin-left: 60rpx;
- }
-
- .goBack {
- display: block;
- width: 300rpx;
- height: 90rpx;
- line-height: 90rpx;
- margin: 15rpx auto 0;
- font-size: 32rpx;
- color: #333;
- text-align: center;
- background: #fff;
- border-radius: 45rpx;
- border: 1rpx solid #d2d2d2;
- margin-right: 60rpx;
- }
- .title{
- margin: 0 auto;
- text-align: center;
- display: block;
- color: #333333;
- font-size: 28rpx;
- }
-
-
|