| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- .buy-bg{
- width: 100%;
- height: 100%;
- background-color: #f3f3f3;
- }
- .buy-top{
- width: 100%;
- height: 172rpx;
- background: url('http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/icon/labibackgroud2.png') no-repeat;
- background-size: 100%;
- box-sizing: border-box;
- position: relative;
- }
- .buy-luobo-text{
- font-size: 30rpx;
- color: #FFF;
- position: absolute;
- left: 50%;
- top: 30rpx;
- transform: translateX(-50%);
- }
- .buy-luobo-count{
- font-size: 40rpx;
- color: #fff;
- /* margin: 0 auto; */
- text-align: center;
- padding-top: 80rpx;
- font-weight: 600;
- }
- .buy-chong{
- width: 100%;
- height: 100rpx;
- text-align: center;
- font-size: 30rpx;
- color: #999999;
- padding-top: 30rpx;
- box-sizing: border-box;
- }
- .buy-chong-park{
- width: 100%;
- height: 188rpx;
- box-sizing: border-box;
- padding-left: 23rpx;
- /* background: red; */
- }
- .chong-luobo-count{
- font-size: 32rpx;
- color: #eab86a;
- text-align: center;
- padding-top: 20rpx;
- }
- .chong-luobo-money{
- font-size: 32rpx;
- color: #cccccc;
- text-align: center;
- padding-top: 10rpx;
- }
- .chong{
- height: 128rpx;
- width: 222rpx;
- background: #fff;
- border-radius: 10rpx;
- float: left;
- margin-right: 21rpx;
- }
- .buy-other{
- width: 100%;
- height: 75rpx;
- text-align: center;
- color: #999999;
- font-size: 30rpx;
- }
- .other-part{
- height: 524rpx;
- width: 710rpx;
- box-sizing: border-box;
- margin: 0 23rpx;
- background: #fff;
- border-radius: 10rpx;
- overflow: hidden;
-
- }
- .other-part-money{
- width: 614rpx;
- height: 56rpx;
- margin: 0 auto;
- margin-top: 110rpx;
- box-sizing: border-box;
- text-align: center;
- position: relative;
- }
- .jiage{
- color: #999999;
- font-size: 30rpx;
- position: absolute;
- left: 0;
- top: 7rpx;
- }
- .yuan{
- color: #999999;
- font-size: 30rpx;
- position: absolute;
- top: 7rpx;
- right: 0;
- }
- .shu{
- font-size: 40rpx;
- text-align: center;
- }
- .input{
- width: 471rpx;
- margin: 0 auto;
- padding-top: 25rpx;
- text-align: center;
- font-size: 40rpx;
- }
- .other-part-input{
- height: 100rpx;
- width: 650rpx;
- position: relative;
- margin: 92rpx auto 0;
- border: 1rpx solid #e5e5e5;
- background: #f6f9fd;
- }
- .chongzhi{
- color: #7f93ae;
- font-size: 30rpx;
- position: absolute;
- top: 28rpx;
- left: 20rpx;
- }
- .chongzhi-luobo{
- color: #7f93ae;
- font-size: 30rpx;
- position: absolute;
- top: 28rpx;
- right: 20rpx;
- }
- .other-buy-luobo{
- width: 650rpx;
- height: 88rpx;
- background: #eab86a;
- margin: 40rpx auto 0;
- text-align: center;
- line-height: 88rpx;
- color: #fff;
- border-radius: 10rpx;
- }
|