1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- /* 头部 */
- .car-padding,.car-header,.car-footer{
- padding: 0 30upx;
- }
- .car-header,.car-footer{
- height: 80upx;
- background-color: #fff;
- font-size: 28upx;
- line-height: 32upx;
- color: #333333;
- }
- .car-header-icon{
- width: 28upx;
- height: 25upx;
- }
- .car-shop-label{
- margin: 0 10upx;
- }
- .car-header-more{
- font-size: 24upx;
- color: #999;
- line-height: 26upx;
- font-weight: bold;
- }
- .car-header-edit{
- color: #666;
- }
- /* 头部 */
- /* 商品 */
- .car-padding{
- margin-top: 20upx;
- }
- .car-shop{
- margin-bottom: 20upx;
- background-color: #fff;
- padding: 30upx 20upx;
- border-radius: 10upx;
- }
- .car-shop-radio{
- margin-right: 20upx;
- }
- /* 商品 */
- /* 底部 */
- .car-footer{
- height: 90upx;
- border-top: 1upx solid #eee;
- font-size: 26upx;
- line-height: 30upx;
- color: #666;
- font-family: Source Han Sans CN;
- }
- .car-footer-right{
- font-size: 24upx;
- }
- .car-footer-price{
- color:#FE4646;
- margin-left: 5upx;
- }
- .car-footer-button{
- margin-left: 22upx;
- width: 140upx;
- height: 62upx;
- border-radius: 31upx;
- background-color: #41AE3C;
- font-size: 30upx;
- color: #fff;
- line-height: 34upx;
- }
- .car-footer-radio{
- margin-right: 21upx;
- }
- /* 底部 */
- /* 登录 */
- .cart-button{
- width: 250upx;
- height:70upx;
- border-radius: 35upx;
- background-color: #41AE3C;
- color: #fff;
- font-size: 30upx;
- line-height: 34upx;
- }
- /* 登录 */
|