1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- page {
- min-height: 100%;
- width: 100%;
- background: #f5f5f5;
- }
- .container{
- padding:96rpx 0 0;
- text-align: center;
- }
- .container .success-img{
- width:186rpx;
- height:154rpx;
- margin-bottom:42rpx;
- }
- .success-title{
- color: #333333;
- font-size: 32rpx;
- height: 32rpx;
- line-height: 32rpx;
- }
- .success-tips{
- font-size: 24rpx;
- height: 32rpx;
- line-height: 32rpx;
- margin:32rpx 0 68rpx;
- }
- .container .btn-wrapper {
- display: flex;
- justify-content: space-between;
- padding:0 154rpx;
- }
- .view-order{
- width: 200rpx;
- height: 70rpx;
- border: 1rpx solid #999999;
- border-radius: 70rpx;
- line-height: 70rpx;
- font-size: 30rpx;
- color: #333;
- text-align: center;
- }
- .back-index{
- width: 200rpx;
- height: 70rpx;
- background: #00C0FF;
- border-radius: 70rpx;
- line-height: 70rpx;
- font-size: 30rpx;
- color: #fff;
- text-align: center;
- }
- /* 弹框 */
- .appoint-wrapper{
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .appoint-block{
- background:url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/appoint-dia.png') no-repeat center;
- background-size: 100% 100%;
- width:576rpx;
- height:524rpx;
- padding-top:248rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .appoint-block .pay-title{
- height: 30rpx;
- font-size: 30rpx;
- line-height: 30rpx;
- color:#333;
- }
- .appoint-block .appoint-tips{
- height: 26rpx;
- font-size: 26rpx;
- line-height: 26rpx;
- margin:32rpx 0 70rpx;
- }
- .appoint-btn{
- width:458rpx;
- height:80rpx;
- line-height: 80rpx;
- border-radius: 80rpx;
- text-align: center;
- color: #fff;
- background: #00C0FF;
- }
|