| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- .container {
- background-color: #342535;
- color:#1e1e1e;
- }
- .pay_shoppingguide_illus_03{
- width: 610rpx;
- height: 174rpx;
- margin-top: 40rpx;
- }
- .panel1 {
- width: 610rpx;
- margin-top: 30rpx;
- margin-bottom: 60rpx;
- justify-content: flex-start;
- border-radius: 10rpx;
- box-shadow: 0 20rpx 1rpx #AE5138,
- 0 50rpx 1rpx #2E1E2F;
- position: relative;
- }
- .pay_shoppingguide_illus_01 {
- width: 610rpx;
- height: 180rpx;
- }
- .panel11{
- width: 610rpx;
- background-color: #FEC579;
- justify-content: space-between;
- border-bottom-left-radius: 10rpx;
- border-bottom-right-radius: 10rpx;
- }
- .panel111{
- width:100%;
- height:120rpx;
- line-height: 120rpx;
- text-align: center;
- background-color: #FEC579;
- border-bottom-left-radius: 10rpx;
- }
- .line1{
- width:2rpx;
- height:60rpx;
- background-color: #E4B06C;
- }
- .panel112{
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 10rpx;
- }
- .number{
- position: absolute;
- left:103rpx;
- top:160rpx;
- width:100rpx;
- height:40rpx;
- line-height: 40rpx;
- font-size:24rpx;
- text-align: center;
- border-radius: 20rpx;
- background-color: #E4B06C;
- }
- .pay_shoppingguide_illus_02{
- width:610rpx;
- height:192rpx;
- margin-top: 74rpx;
- position: relative;
- z-index: 10;
- }
- .text1{
- margin-top: 15rpx;
- font-size:28rpx;
- color:#FE6659;
- text-decoration: underline;
- z-index: 10;
- background-color:rgba(0,0,0,0);
- border: 0rpx solid;
- }
- .pay_shoppingguide_footer{
- width:100%;
- height:350rpx;
- position: fixed;
- bottom:130rpx;
- }
- .text2{
- width:100%;
- height:130rpx;
- color:#fff;
- line-height: 130rpx;
- font-size:48rpx;
- text-align: center;
- background-color: #6B4D4E;
- position: fixed;
- bottom:0;
- }
|