newAndChange.wxss 275 B

123456789101112131415161718
  1. @import "/css/form2.wxss";
  2. .store_message {
  3. padding: 0 30rpx;
  4. }
  5. .clickPop {
  6. text-align: right;
  7. width: 380rpx;
  8. height: 40rpx;
  9. font-size: 32rpx;
  10. color: #000000;
  11. opacity: .3;
  12. }
  13. /* 已选择分类和时间 */
  14. .selected {
  15. opacity: 1 !important;
  16. }