information.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /* parents/pages/information/information.wxss */
  2. @import '../../../templates/loading/loading.wxss';
  3. .list {
  4. padding: 0rpx;
  5. }
  6. .li {
  7. display: flex;
  8. justify-content: space-between;
  9. align-items: center;
  10. padding: 30rpx;
  11. background: #fff;
  12. border-radius: 0;
  13. border-bottom: solid 1rpx #e6e6e6;
  14. margin: 0;
  15. }
  16. .li-label {
  17. font-size: 32rpx;
  18. color: #666;
  19. margin: 0;
  20. }
  21. .li-image {
  22. width: 48rpx;
  23. height: 44rpx;
  24. margin-top:18rpx;
  25. }
  26. .li-imageTip{
  27. width: 100%;
  28. height: 100%;
  29. border-radius:50%;
  30. position:absolute;
  31. top:0;
  32. left: 0;
  33. z-index: 100;
  34. }
  35. .upload-text{
  36. font-size:12px;
  37. color:#999999;
  38. text-align: center;
  39. margin-top: 60rpx;
  40. }
  41. .upload-refrehtext{
  42. font-size:12px;
  43. color:#ffff;
  44. }
  45. .uploadImg{
  46. width:200rpx;
  47. height:200rpx;
  48. border-radius:50%;
  49. /* background-color:#EBEBEB; */
  50. margin:0 auto;
  51. text-align:center;
  52. line-height:30rpx;
  53. position: relative;
  54. }
  55. .icon{
  56. height: 35rpx;
  57. width: 12rpx;
  58. display:inline-block;
  59. margin-bottom:12rpx;
  60. }
  61. .image{
  62. height: 35rpx;
  63. width: 12rpx;
  64. }
  65. .upload-Model{
  66. width: 100%;
  67. height: 100%;
  68. border-radius: 50%;
  69. background: rgba(0, 0, 0, 0.5);
  70. z-index: 1000;
  71. line-height:200rpx;
  72. position:absolute;
  73. top:0;
  74. left: 0
  75. }
  76. .li-input,
  77. .li-picker,
  78. .li-text {
  79. width: 400rpx;
  80. font-size: 30rpx;
  81. color: #999;
  82. text-align: right;
  83. }