抖音b端
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

48 rindas
864 B

  1. /* pages/setpwd/setpwd.wxss */
  2. .setpwd{
  3. width: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. }
  7. .input01 {
  8. text-indent: 40rpx;
  9. font-size: 40rpx;
  10. color: #000;
  11. letter-spacing: 0;
  12. margin-top: 28rpx;
  13. }
  14. .input02 {
  15. text-indent: 40rpx;
  16. font-size: 28rpx;
  17. margin-top: 16rpx;
  18. color: #000;
  19. letter-spacing: 0;
  20. line-height: 32rpx;
  21. }
  22. .setpwd{
  23. width: 100%;
  24. display: flex;
  25. flex-direction: column;
  26. position: relative;
  27. margin-top: 30rpx;
  28. }
  29. .setpwd view{
  30. width: 88%;
  31. display: flex;
  32. margin: 0 auto;
  33. /* border-bottom: 1rpx solid #D7D7D7; */
  34. padding: 3.3% 0;
  35. padding-left: 0;
  36. }
  37. .setpwd view input {
  38. font-size: 30rpx;
  39. }
  40. .setpwd button{
  41. width: 92%;
  42. height: 6.6%;
  43. background: #52A0FD;
  44. color:#fff;
  45. margin-top:10.3%;
  46. font-size: 36rpx;
  47. }