myCustomer.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /* pages/my/myCustomer/myCustomer.wxss */
  2. @import "../../../wxParse/wxParse.wxss";
  3. .cs-text-on {
  4. color: #050505;
  5. }
  6. img {
  7. width: 100% !important;
  8. height: 100% !important;
  9. }
  10. .cs-text-tw {
  11. color: #FEA905;
  12. }
  13. .cs-img image {
  14. width: 200rpx;
  15. height: 200rpx;
  16. border: 3px solid #FEA905;
  17. margin-left: 270rpx;
  18. margin-top: 60rpx;
  19. margin-bottom: 60rpx;
  20. padding: 5rpx;
  21. }
  22. .cs-wp {
  23. display: flex;
  24. }
  25. .cs-phone {
  26. flex: 1;
  27. }
  28. .radio-view {
  29. /* width: 94%; */
  30. margin: 30rpx auto;
  31. }
  32. .btn {
  33. width: 90%;
  34. padding: 20rpx 0;
  35. text-align: center;
  36. font-size: 32rpx;
  37. background: #ffdc2f;
  38. margin: 15rpx auto;
  39. border-radius: 50rpx;
  40. color: #1a1a1a;
  41. color: #FFFFFF;
  42. }
  43. .radio-view .radio {
  44. margin: auto 10rpx;
  45. font-size: 30rpx;
  46. }
  47. .text {
  48. border-radius: 10rpx;
  49. width: 96%;
  50. padding: 15rpx;
  51. border: 1px solid rgb(223, 221, 221);
  52. overflow: auto;
  53. max-height: 500rpx;
  54. }
  55. .text-pla {
  56. font-size: 30rpx;
  57. }
  58. .text-view {
  59. /* width: 90%; */
  60. margin: 15rpx auto;
  61. }
  62. page {
  63. background: white;
  64. }
  65. .customer-container {
  66. padding: 40rpx;
  67. }
  68. .question {
  69. margin-bottom: 24rpx;
  70. font-size: 26rpx;
  71. font-family: 'PingFang SC, PingFang SC-Regular';
  72. font-weight: 400;
  73. color: #141414;
  74. }
  75. .title {
  76. margin-bottom: 12rpx;
  77. }
  78. .customer-container .text {
  79. font-size: 26rpx;
  80. font-family: 'PingFang SC, PingFang SC-Regular';
  81. font-weight: 400;
  82. color: #141414;
  83. border: none;
  84. padding: 0;
  85. margin: 10rpx 0;
  86. }
  87. .qcode {
  88. width: 254rpx;
  89. height: 257rpx;
  90. margin: 45rpx auto 75rpx;
  91. }
  92. .textarea {
  93. /* width: 100%; */
  94. height: 316rpx;
  95. border: 1rpx solid #f2f2f2;
  96. border-radius: 10rpx;
  97. padding: 20rpx 27rpx;
  98. }