123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- page {
- background: #fff;
- }
- .part {
- padding: 30rpx;
- }
- .row1 {
- height: 60rpx;
- line-height: 60rpx;
- }
- .row1 text:nth-child(1) {
- color: #666;
- }
- .row1 text:nth-child(2) {
- float: right;
- }
- .row2 {
- height: 60rpx;
- line-height: 60rpx;
- color: #666;
- }
- .row2 text:nth-child(2) {
- float: right;
- }
- .paybtn {
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- width: 100%;
- color: #2b8cff;
- border: 1rpx solid #2b8cff;
- border-radius: 16rpx;
- margin-top: 20rpx;
- }
- .menubar {
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- border-top: 20rpx solid #f8f8f8;
- }
- .act {
- font-weight: 600;
- position: relative;
- }
- .act::after {
- position: absolute;
- content: ' ';
- width: 60rpx;
- bottom: 0;
- left: 50%;
- margin-left: -30rpx;
- height: 8rpx;
- background: #2b8cff;
- }
- .buycontent {
- padding: 0 30rpx;
- }
- .buypart {
- padding: 30rpx 0;
- }
- .time {
- font-size: 24rpx;
- }
- .buyname {
- line-height: 60rpx;
- }
- .row3 {
- color: #666;
- display: flex;
- height: 40rpx;
- line-height: 40rpx;
- }
- .row3 view {
- flex: 1;
- font-size: 24rpx;
- }
- .paypart {
- padding: 30rpx 0;
- display: flex;
- }
- .actv {
- width: 100rpx;
- position: relative;
- }
- .actv image {
- width: 32rpx;
- height: 32rpx;
- position: absolute;
- right: 0;
- top: 50%;
- margin-top: -16rpx;
- }
- .row4 {
- height: 50rpx;
- line-height: 50rpx;
- display: flex;
- color: #666;
- }
- .row4 view {
- font-size: 24rpx;
- }
- .row4 view:nth-child(1) {
- width: 200rpx;
- }
- .row4 view:nth-child(2) {
- flex: 1;
- }
- .payframe {
- top: 50%;
- margin-top: -200rpx;
- position: fixed;
- left: 50rpx;
- right: 50rpx;
- background: #fff;
- padding: 30rpx;
- z-index: 9;
- }
- .row5 {
- display: flex;
- height: 80rpx;
- line-height: 80rpx;
- }
- .row5 view:nth-child(1) {
- width: 200rpx;
- }
- .row5 view:nth-child(2) {
- flex: 1;
- text-align: right;
- }
- .bluebtn {
- width: 100%;
- height: 72rpx;
- line-height: 72rpx;
- background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
- border-radius: 44rpx;
- text-align: center;
- color: #fff;
- margin-top: 30rpx;
- margin-bottom: 20rpx;
- }
- .ipn {
- border: 1px solid #dcdcdc;
- width: 300rpx;
- text-align: right;
- float: right;
- height: 100%;
- text-indent: 20rpx;
- }
- .addresslist {
- border-top: 20rpx solid #f8f8f8;
- border-bottom: 20rpx solid #f8f8f8;
- }
|