myCustomer.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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: 650rpx;
  34. padding: 25rpx 0;
  35. text-align: center;
  36. font-size: 32rpx;
  37. background: #2B58A5;
  38. margin: 150rpx auto 0;
  39. border-radius: 50rpx;
  40. color: #FFFFFF;
  41. }
  42. .radio-view .radio {
  43. margin: auto 10rpx;
  44. font-size: 30rpx;
  45. }
  46. .text {
  47. border-radius: 10rpx;
  48. width: 96%;
  49. padding: 15rpx;
  50. border: 1px solid rgb(223, 221, 221);
  51. overflow: auto;
  52. max-height: 500rpx;
  53. }
  54. .text-pla {
  55. font-size: 30rpx;
  56. }
  57. .text-view {
  58. /* width: 90%; */
  59. margin: 15rpx auto;
  60. }
  61. page {
  62. background: white;
  63. }
  64. .customer-container {
  65. padding: 40rpx;
  66. }
  67. .question {
  68. margin-bottom: 24rpx;
  69. font-size: 26rpx;
  70. font-family: 'PingFang SC, PingFang SC-Regular';
  71. font-weight: 400;
  72. color: #141414;
  73. }
  74. .title {
  75. margin-bottom: 12rpx;
  76. }
  77. .customer-container .text {
  78. font-size: 26rpx;
  79. font-family: 'PingFang SC, PingFang SC-Regular';
  80. font-weight: 400;
  81. color: #141414;
  82. border: none;
  83. padding: 0;
  84. margin: 10rpx 0;
  85. }
  86. .qcode {
  87. width: 254rpx;
  88. height: 257rpx;
  89. margin: 45rpx auto 75rpx;
  90. }
  91. .textarea {
  92. width: 90%;
  93. height: 222rpx;
  94. border: 1rpx solid #e6e6e6;
  95. border-radius: 10rpx;
  96. padding: 20rpx 27rpx;
  97. }
  98. .radioBox{
  99. display: flex;
  100. margin: 50rpx 0 25rpx;
  101. }
  102. .radioBox .item{
  103. display: flex;
  104. align-items: center;
  105. margin-right: 30rpx;
  106. }
  107. .radioBox .item .item_l{
  108. width: 37rpx;
  109. height: 37rpx;
  110. border-radius: 50%;
  111. border: 6rpx solid #6D6D6D;
  112. box-sizing: border-box;
  113. display: flex;
  114. justify-content: center;
  115. align-items: center;
  116. line-height: 0;
  117. margin-right: 10rpx;
  118. font-size: 24rpx;
  119. }
  120. .radioBox .item .item_l>view{
  121. width: 11rpx;
  122. height: 11rpx;
  123. border-radius: 50%;
  124. background: #6D6D6D;
  125. }
  126. .radioBox .item .active{
  127. border: 6rpx solid #2B58A5;
  128. }
  129. .radioBox .item .active>view{
  130. background: #2B58A5;
  131. }