| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- .bg {
- position: relative;
- width: 100%;
- min-height: 100%;
- background-color: #f3f3f3;
- }
- .top {
- width: 100%;
- height: 254rpx;
- background-color: #fff;
- text-align: center;
- margin-bottom: 20rpx;
- }
- .top-left {
- width: 50%;
- height: 161rpx;
- float: left;
- }
- .top-right {
- width: 50%;
- height: 161rpx;
- float: right;
- }
- .top-title {
- line-height: 28rpx;
- font-size: 28rpx;
- padding-top: 29rpx;
- padding-bottom: 15rpx;
- color: #bbbbbb;
- }
- .top-leftprice {
- line-height: 48rpx;
- font-size: 48rpx;
- padding-top: 20rpx;
- padding-bottom: 15rpx;
- color: #4c4c4c;
- font-weight: bold;
- }
- .top-rightprice {
- line-height: 48rpx;
- font-size: 48rpx;
- padding-top: 20rpx;
- padding-bottom: 15rpx;
- color: #eab86a;
- font-weight: bold;
- }
- .top-center {
- width: 590rpx;
- height: 63rpx;
- margin: 0 auto;
- font-size: 24rpx;
- background-color: #eeeeee;
- border-radius: 63rpx;
- line-height: 63rpx;
- color: #999999;
- }
- .main {
- width: 100%;
- background-color: #fff;
- padding-bottom: 30rpx;
- margin-bottom: 20rpx;
- }
- .main-title {
- margin: 0 20rpx;
- line-height: 87rpx;
- height: 87rpx;
- font-size: 28rpx;
- text-align: center;
- color: #999999;
- }
- .main-line {
- padding: 0 20rpx;
- height: 66rpx;
- line-height: 66rpx;
- margin-bottom: 30rpx;
- }
- .main-left {
- float: left;
- font-size: 24rpx;
- color: #4c4c4c;
- line-height: 66rpx;
- }
- .main-right {
- float: right;
- width: 273rpx;
- height: 66rpx;
- background-color: #eeeeee;
- border-radius: 8rpx;
- color: #999999;
- text-align: center;
- line-height: 66rpx;
- font-size: 28rpx;
- }
- .main-text{
- float: right;
- width: 273rpx;
- height: 66rpx;
- border-radius: 8rpx;
- overflow: hidden;
- }
- .main-sub {
- float: left;
- width: 60rpx;
- height: 66rpx;
- text-align: center;
- line-height: 66rpx;
- font-size: 28rpx;
- background-color: #f7f7f7;
- color: #999999;
- font-weight: bold;
- }
- .main-add {
- float: right;
- width: 60rpx;
- height: 66rpx;
- text-align: center;
- line-height: 66rpx;
- font-size: 54rpx;
- background-color: #f7f7f7;
- color: #999999;
- font-weight: bold;
- }
- .main-input {
- float: left;
- width: 153rpx;
- background-color: #eeeeee;
- display: block;
- height: 66rpx;
- text-align: center;
- font-size: 28rpx;
- color: #4c4c4c;
- }
- .bottom {
- padding: 10rpx 20rpx;
- background-color: #fff;
- }
- .bottom-line {
- height: 80rpx;
- line-height: 80rpx;
- color: #4c4c4c;
- font-size: 24rpx;
- border-bottom: 1rpx solid #cccccc;
- }
- .bottom-left {
- float: left;
- }
- .bottom-color {
- color: #999999;
- }
- .bottom-right {
- float: right;
- color: #999999;
- }
|