|
- .success text{
- display: block;
- text-align: center;
- }
- .tit{
- font-size: 40rpx;
- font-weight:bold;
- }
- .mess{
- margin-top: 40rpx;
- font-size: 30rpx;
- }
- .fl{
- float: left;
- }
- .fr{
- float: right;
- }
- .goback{
- width:400rpx!important;
- height:80rpx;
- line-height: 80rpx;
- border-radius:10rpx;
- background: orange;
- color: #fff;
- font-size: 32rpx;
- margin-top: 20rpx;
- }
- .btns {
- padding-bottom: 37rpx;
- padding-top: 37rpx;
- z-index: 100;
- background: #fff;
- width: 625rpx;
- margin:100rpx auto 0;
- }
- .success{
- margin-top: 200rpx;
- }
- .btns > button {
- width: 277rpx;
- height: 95rpx;
- border-radius: 10rpx;
- text-align: center;
- }
-
- .btns .fl {
- margin-left: 20rpx;
- color: #fff;
- background: rgba(255, 169, 2, 1);
- box-shadow: 0px 8px 8px 1px rgba(255, 169, 2, 0.32);
- }
-
- .btns .fl text {
- display: block;
- font-size: 30rpx;
- line-height: 34rpx;
- }
-
- .btns .fl text:nth-of-type(1) {
- margin-top: 12rpx;
- }
-
- .btns .fr {
- font-size: 30rpx;
- color: #fff;
- margin-right: 20rpx;
- line-height: 95rpx;
- background: rgba(236, 59, 45, 1);
- box-shadow: 0px 8px 8px 1px rgba(246, 93, 51, 0.32);
- }
|