page{ background-color: #f2f2f2; } .content{ width: 690rpx; margin: 0 auto; display: flex; flex-direction: column; } .content-title{ height: 86rpx; border-bottom: 1rpx solid #efefef; font-size: 30rpx; color: #333; display: flex; align-items: center; font-weight: bold; } .content-text{ display: flex; min-height: 70rpx; align-items: center; } .content-text-title{ font-size: 26rpx; color: #333; /* width: 220rpx; */ margin-left: 20rpx; font-weight: 600; flex: 1; } .content-number{ font-size: 26rpx; color: #666; flex: 3; } .success{ color: #33ad37; } .ps{ font-size: 26rpx; color: #333; margin-left: 20rpx; } .submit{ display: flex; justify-content: space-around; padding: 80rpx; } .button::after{ border:1px solid transparent; } .submit button{ width: 240rpx; height: 70rpx; font-size: 30rpx; /* border:4rpx solid #33ad37; */ border-radius: 70rpx; display: flex; justify-content: center; align-items: center; background:transparent; cursor:pointer; outline: none; padding:0; box-sizing: inherit; margin:0; /* border: none; */ } .submit :first-child{ background: #33ad37; color: #fff; } .back{ border:1rpx solid #33ad37; }