tZpoint.acss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .header{
  2. background-color: #26A2FF;
  3. color: #fff;
  4. text-align: center;
  5. padding: 40rpx 0;
  6. }
  7. .item{
  8. padding: 0.24rem 0.32rem;
  9. font-size: 32rpx;
  10. background-color: #fff;
  11. border-bottom: 1px solid #f1f1f1;
  12. position: relative;
  13. }
  14. .label{
  15. width: 160rpx;
  16. /* text-align: right; */
  17. }
  18. .page-section-btns{
  19. position: relative;
  20. padding: 0 0.32rem;
  21. margin-top: 1rem;
  22. }
  23. .nameBox{
  24. position: absolute;
  25. left: 210rpx;
  26. top: 0.3rem;
  27. right: 0.32rem;
  28. }
  29. .fa{
  30. background-color: #f0a020;
  31. color: #fff;
  32. right: 0;
  33. padding: 0.1rem 0.2rem;
  34. border-bottom-left-radius: 50rpx;
  35. border-top-left-radius:50rpx;
  36. position: absolute;
  37. font-size: 28rpx;
  38. top: -180rpx;
  39. }
  40. .picker-box{
  41. width: 110rpx;
  42. border-radius: 50rpx;
  43. background-color: #f1f1f1;
  44. position: relative;
  45. height: 60rpx;
  46. }
  47. .picker-box text{
  48. text-align: center;
  49. line-height: 60rpx;
  50. font-size: 24rpx;
  51. }
  52. .yuan{
  53. width: 50rpx;
  54. height: 50rpx;
  55. background: #26A2FF;
  56. border-radius: 100rpx;
  57. position: absolute;
  58. top: 5rpx;
  59. }
  60. .picker-left{
  61. left: 5rpx;
  62. }
  63. .picker-right{
  64. right: 5rpx;
  65. }