123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- page {
- min-height: 100%;
- width: 100%;
- background: #fff;
- }
- .container {
- height: 100%;
- background: #fff;
- }
- .pay-result {
- background: #fff;
- }
- .pay-result .msg {
- text-align: center;
- margin: 100rpx auto;
- color: #2bab25;
- font-size: 36rpx;
- }
- .pay-result .btns {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .pay-result .btn {
- text-align: center;
- height: 80rpx;
- margin: 0 20rpx;
- width: 200rpx;
- line-height: 78rpx;
- border: 1px solid #868686;
- color: #000000;
- border-radius: 5rpx;
- }
- .pay-result .error .msg {
- color: #b4282d;
- margin-bottom: 60rpx;
- }
- .pay-result .error .tips {
- color: #7f7f7f;
- margin-bottom: 70rpx;
- }
- .pay-result .error .tips .p {
- font-size: 24rpx;
- line-height: 42rpx;
- text-align: center;
- }
- .pay-result .success .tips {
- color: #FF0000;
- margin-bottom: 70rpx;
- }
- .pay-result .success .tips .p {
- font-size: 24rpx;
- line-height: 42rpx;
- text-align: center;
- }
- .order-goods {
- margin-top: 20rpx;
- background: #fff;
- }
- .order-goods .h {
- height: 93.75rpx;
- line-height: 93.75rpx;
- margin-left: 31.25rpx;
- border-bottom: 1px solid #f4f4f4;
- padding-right: 31.25rpx;
- }
- .order-goods .h .label {
- float: left;
- font-size: 30rpx;
- color: #333;
- }
- .order-goods .h .status {
- float: right;
- font-size: 30rpx;
- color: #b4282d;
- }
- .order-goods .item {
- display: flex;
- align-items: center;
- height: 192rpx;
- margin-left: 31.25rpx;
- padding-right: 31.25rpx;
- border-bottom: 1px solid #f4f4f4;
- }
- .order-goods .item:last-child {
- border-bottom: none;
- }
- .order-goods .item .img {
- height: 145.83rpx;
- width: 145.83rpx;
- background: #f4f4f4;
- }
- .order-goods .item .img image {
- height: 145.83rpx;
- width: 145.83rpx;
- }
- .order-goods .item .info {
- flex: 1;
- height: 145.83rpx;
- margin-left: 20rpx;
- }
- .order-goods .item .t {
- margin-top: 8rpx;
- height: 33rpx;
- line-height: 33rpx;
- margin-bottom: 10.5rpx;
- }
- .order-goods .item .t .name {
- display: block;
- float: left;
- height: 33rpx;
- line-height: 33rpx;
- color: #333;
- font-size: 24rpx;
- }
- .order-goods .item .t .number {
- display: block;
- float: right;
- height: 33rpx;
- text-align: right;
- line-height: 33rpx;
- color: #333;
- font-size: 30rpx;
- }
- .order-goods .item .attr {
- height: 29rpx;
- line-height: 29rpx;
- color: #666;
- margin-bottom: 25rpx;
- font-size: 25rpx;
- }
- .order-goods .item .price {
- height: 30rpx;
- line-height: 30rpx;
- color: #333;
- font-size: 30rpx;
- }
- .attr-close{
- position: absolute;
- text-align: center;
- top:130rpx;
- right:20rpx;
- }
- .coupon .img {
- left: 5%;
- position: absolute;
- top: 10%;
- height:80%;
- width:90%;
- z-index: 999;
- background: #FFFFFF;
- filter:alpha(opacity=10);
- -moz-opacity:10;
- opacity:10;
- }
|