123456789101112131415161718192021222324252627282930 |
- @import "../../module/caritem/caritem.wxss"
- .conent{
- background-color:#F9F9F9;
- }
- .mybuy_list{
- margin-top:-20rpx;
- background-color:#F9F9F9;
- }
- .mybuy_empty{
- margin-top:260rpx;
- height: 39rpx;
- line-height: 39rpx;
- color: rgba(104, 104, 104, 1);
- font-size: 26rpx;
- text-align: center;
- font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
- }
- .mybuy_empty_bt{
- margin:60rpx auto 0rpx;
- width: 280rpx;
- height: 68rpx;
- line-height: 68rpx;
- border-radius: 6rpx;
- background: linear-gradient(270deg,#FFD800,#FFE600);
- color: rgba(56, 55, 53, 1);
- font-size: 26rpx;
- text-align: center;
- font-family: PingFangSC-Medium,NotoSansHans-Medium;
- }
|