1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- @import "../../style/common";
- @import "../../style/font";
- /* 容器 */
- $size:335upx;
- .layout-shop{
- width:$size;
- height: 510upx;
- background-color: #fff;
- margin-bottom: 20upx;
- border-radius: 10upx;
- }
- /* 容器 */
- /* 图片 */
- .layout-shop-image{
- width: $size;
- height: $size;
- }
- .layout-shop-background{
- width: 100%;
- height: 100%;
- z-index: 999;
- }
- .shop-logo-warp{
- left: 12upx;
- top: 6upx;
- font-size: 20upx;
- line-height: 24upx;
- color: #967010;
- z-index: 9999;
- }
- .layout-shop-logo{
- width:40upx;
- height:40upx;
- margin-right:8upx;
- }
- .shop-image{
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- /* 图片 */
- /* 内容 */
- .shop-content{
- padding: 0 20upx;
- }
- .shop-title,.shop-price{
- font-size: 28upx;
- color: #333;
- line-height: 40upx;
- }
- .shop-title{
- height: 80upx;
- margin-top: 17upx;
- }
- .shop-price-color,.shop-price{
- margin-top:20upx;
- color:#FF002B;
- }
- .shop-price{
- font-weight: 400;
- }
- .shop-price-target{
- font-size: 38upx;
- }
- /* 内容 */
|