information.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. .icon{
  17. height: 35rpx;
  18. width: 12rpx;
  19. display:inline-block;
  20. margin-bottom:12rpx;
  21. }
  22. .image{
  23. height: 35rpx;
  24. width: 12rpx;
  25. }
  26. .li-label {
  27. font-size: 30rpx;
  28. margin: 0;
  29. font-family:PingFang SC;
  30. font-weight:500;
  31. color:rgba(108,108,128,1);
  32. }
  33. .li-image {
  34. width: 60rpx;
  35. height: 60rpx;
  36. margin-top:80rpx;
  37. }
  38. .li-imageTip{
  39. width: 100%;
  40. height: 100%;
  41. border-radius:50%;
  42. }
  43. .upload-text{
  44. font-size:12px;
  45. color:#999999;
  46. }
  47. .upload-refrehtext{
  48. font-size:12px;
  49. color:#ffff;
  50. }
  51. .uploadImg{
  52. width:220rpx;
  53. height:220rpx;
  54. border-radius:50%;
  55. background-color:#ebebeb;
  56. margin:0 auto;
  57. text-align:center;
  58. line-height:30rpx;
  59. }
  60. .upload-Model{
  61. width:100%;
  62. height:100%;
  63. border-radius: 50%;
  64. background: rgba(155, 154, 154, 0.5);
  65. z-index: 1000;
  66. line-height:200rpx;
  67. position:relative;
  68. top:-220rpx;
  69. }
  70. .li-input,
  71. .li-picker,
  72. .li-text {
  73. width: 400rpx;
  74. font-size: 30rpx;
  75. color: #999;
  76. text-align: right;
  77. }