phone_verif.acss 837 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /* required by usingComponents */
  2. /* pages/phone_verif/phone_verif.wxss */
  3. .phone_verif {
  4. padding: 0 40rpx;
  5. }
  6. .title {
  7. font-size: 46rpx;
  8. font-weight: 500;
  9. margin-top: 50rpx;
  10. }
  11. .tip {
  12. margin-top: 20rpx;
  13. font-size: 26rpx;
  14. color: #9c9c9c;
  15. }
  16. .num-list {
  17. display: flex;
  18. justify-content: space-between;
  19. flex-direction: row;
  20. flex-wrap: wrap;
  21. margin-top:90rpx;
  22. }
  23. .item {
  24. flex: 0 0 20%;
  25. height: 130rpx;
  26. background-color: #fbfbfb;
  27. border: solid 1rpx #d7d7d7;
  28. }
  29. .time{
  30. margin-top: 70rpx;
  31. text-align: right;
  32. font-size: 26rpx;
  33. color: #919392;
  34. }
  35. .count-time{
  36. color: #e4a03d;
  37. }
  38. .time1{
  39. margin-top: 70rpx;
  40. text-align: right;
  41. font-size: 26rpx;
  42. width: 150rpx;
  43. border-radius: 12rpx;
  44. text-align: center;
  45. height: 50rpx;
  46. line-height: 50rpx;
  47. color:var(--orgFont);
  48. float:right;
  49. border: solid 1rpx var(--orgFont);
  50. }