123456789101112131415161718192021222324252627282930 |
- /* newsShop/pages/orderList/orderList.wxss */
- .header{
- text-align: center;
- }
- .header-item{
- color:#000;
- border-bottom-style: solid;
- border-bottom-width: 4rpx;
- border-bottom-color:#fff;
- }
- .order-image{
- width:150rpx;
- height:150rpx;
- background:#eeedf2;
- }
- .order-image image{
- width:100%;
- height:100%;
- }
- .order-btn{
- height:66rpx;
- line-height:66rpx;
- }
- .btn{
- border:2rpx solid #e0e0e0;
- height:inherit;
- padding:0rpx 20rpx;
- border-radius:20rpx;
- margin:0 10rpx;
- }
|