123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .li {
- background-color: #fff;
- }
- .img-left {
- width: 46rpx;
- height: 46rpx;
- margin: 0 28rpx;
- }
- .img-right {
- width: 24rpx;
- height: 24rpx;
- margin-right: 28rpx;
- }
- .li-right {
- padding: 28rpx 0;
- }
- .img {
- padding: 28rpx;
- background: #fff;
- }
- .img image {
- width: 100%;
- height: 250rpx;
- border-radius: 10rpx;
- }
- .menu-item {
- width: 25%;
- text-align: center;
- position: relative;
- margin-bottom: 28rpx;
- }
- .menuNum {
- position: absolute;
- right: 20rpx;
- top: -20rpx;
- width: 50rpx;
- height: 40rpx;
- line-height: 40rpx;
- background: #F56C6C;
- color: #fff;
- font-size: 24rpx;
- text-align: center;
- border-radius: 25%;
- }
- .menu-item image {
- width: 1rem;
- height: 1rem;
- }
- .menu-item view {
- font-size: .28rem;
- color: #606266;
- line-height: .44rem;
- width: 1.4rem;
- text-align: center;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin: 0 auto
- }
- .menuList {
- padding: 0 28rpx;
- }
- .menu-title {
- font-size: .32rem;
- color: #1c1c1c;
- font-weight: 700;
- margin: 0 .32rem .3rem;
- padding: 0 28rpx;
- }
- .menuAll{
- background: #fff;
- padding-top: 28rpx;
- }
|