bind.wxss 646 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. @import "/pages/time-filter/time-filter.wxss";
  2. .remarks {
  3. padding-top: 40rpx;
  4. font-size: 26rpx;
  5. color: #999;
  6. line-height: 1.4;
  7. }
  8. .block{
  9. flex-direction:column;
  10. align-items: flex-start;
  11. }
  12. .block label{
  13. padding-bottom: 10rpx;
  14. }
  15. .block .ele,.block label{
  16. width: 100%;
  17. }
  18. .block .code-ele{
  19. width: calc(100% - 210rpx);
  20. }
  21. .get-code{
  22. width: 200rpx;
  23. box-sizing: border-box;
  24. padding: 20rpx;
  25. background: #e72120;
  26. border: none;
  27. height: 88rpx;
  28. border-radius: 3px;
  29. color: #fff;
  30. font-size: 30rpx;
  31. line-height: inherit;
  32. margin-left: 10rpx;
  33. }
  34. .code-box{
  35. width: 100%;
  36. display: flex;
  37. justify-content: space-between;
  38. }