12345678910111213141516171819202122232425262728293031 |
- /* pages/collect/collect.wxss */
- @import "../../module/caritem/caritem.wxss"
- .conent{
- background-color:#F9F9F9;
- }
- .collect_list{
- margin-top:-20rpx;
- }
- .collect_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;
- }
- .collect_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;
- }
|