| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- .container {
- background-color: #342535;
- }
- .panel1 {
- width: 610rpx;
- margin-top: 100rpx;
- justify-content: flex-start;
- background-color: #AE5138;
- 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: #E4B06C;
- justify-content: space-between;
- border-bottom-left-radius: 10rpx;
- border-bottom-right-radius: 10rpx;
- }
- .panel111{
- width: 305rpx;
- height:120rpx;
- line-height: 120rpx;
- text-align: center;
- background-color: #FEC579;
- border-bottom-left-radius: 10rpx;
- }
- .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;
- }
- .text1{
- margin-top: 15rpx;
- font-size:28rpx;
- color:#FE6659;
- text-decoration: underline;
- z-index: 10;
- background-color: #342535;
- border: 0rpx solid;
- }
- .pay_shoppingguide_footer{
- width:100%;
- height:350rpx;
- margin-top: -23rpx;
- }
- .text2{
- width:100%;
- height:130rpx;
- color:#fff;
- line-height: 130rpx;
- font-size:48rpx;
- text-align: center;
- background-color: #6B4D4E;
- }
|