personal-information.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .bodyContent{
  2. position: fixed;
  3. width: 100%;
  4. }
  5. .uni-list-cell-left{
  6. float: left;
  7. width: 22%;
  8. height: 94rpx;
  9. text-align: center;
  10. font-size: 28rpx;
  11. border-bottom: 1px solid rgba(200, 200, 205, 1);
  12. line-height: 94rpx;
  13. }
  14. .uni-list-cell-left text{
  15. color: red;
  16. }
  17. .uni-list-cell-db{
  18. float: right;
  19. width: 78%;
  20. height: 94rpx;
  21. border-bottom: 1px solid rgba(200, 200, 205, 1);
  22. }
  23. .uni-list-cell-db .name{
  24. float: right;
  25. }
  26. .uni-list{
  27. position: relative;
  28. font-size: 28rpx;
  29. }
  30. .uni-list-cell-db input{
  31. height: 94rpx;
  32. width: 78%;
  33. float: right;
  34. text-align: center;
  35. line-height: 94rpx;
  36. font-size: 28rpx;
  37. border: none;
  38. }
  39. .uni-list-cell-db .u-border{
  40. border: none;
  41. float: right;
  42. margin-top: 16rpx;
  43. width: 196rpx;
  44. }
  45. .uni-list-cell-db .uni-input{
  46. float: right;
  47. margin-right: 0px;
  48. text-align: center;
  49. line-height: 94rpx;
  50. border: none;
  51. }
  52. .uni-list-cell-db uni-image{
  53. position: absolute;
  54. width: 52rpx;
  55. height: 52rpx;
  56. right: 6rpx;
  57. top:22rpx;
  58. }
  59. button{
  60. position: absolute;
  61. top:690rpx;
  62. left: 48rpx;
  63. width: 656rpx;
  64. height: 94rpx;
  65. color: white;
  66. }