ServiceCenterDetails.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .home {
  2. margin: 0 20rpx;
  3. }
  4. .title-img {
  5. width: 100%;
  6. height: 104rpx;
  7. font-size: 28rpx;
  8. }
  9. .text {
  10. width: 490rpx;
  11. /* height: 77rpx; */
  12. position: absolute;
  13. top: 30rpx;
  14. left: 130rpx;
  15. text-align: center;
  16. color: white;
  17. font-weight: 900;
  18. line-height: 30rpx;
  19. }
  20. .box{
  21. width: 96%;
  22. margin-left: 2%;
  23. height: 900rpx;
  24. box-shadow: 0px 0px 10px 0px rgba(99, 156, 254, 0.2);
  25. position: relative;
  26. }
  27. .inner_box{
  28. width: 90%;
  29. height: 800rpx;
  30. background-color: #f4fcff;
  31. position: absolute;
  32. top: 50rpx;
  33. left: 5%;
  34. }
  35. .t1{
  36. width: 90%;
  37. height: 800rpx;
  38. background-color: #f4fcff;
  39. position: absolute;
  40. top: 50rpx;
  41. left: 5%;
  42. text-indent: 60rpx;
  43. font-size: 30rpx;
  44. line-height: 50rpx;
  45. color: #5491fd;
  46. font-weight: 900;
  47. font-size: 28rpx;
  48. }
  49. .submit_btn{
  50. border-radius: 30rpx;
  51. height: 65rpx;
  52. font-size: 30rpx;
  53. line-height: 35rpx;
  54. font-weight: 600;
  55. color: #fff;
  56. background: -webkit-linear-gradient(left, #569dff, #3a65ff);
  57. text-align: center;
  58. margin-top: 50rpx;
  59. }
  60. .submit_btn1{
  61. margin-top: 20rpx;
  62. margin-bottom: 100rpx;
  63. }