index.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .clear {
  2. display: flex;
  3. flex-direction: row;
  4. justify-content: space-between;
  5. align-items: center;
  6. height: 76rpx;
  7. width: 100%;
  8. border-bottom: 1rpx solid rgba(221, 221, 221, 1);
  9. border-top: 1rpx solid rgba(242, 242, 242, 1);
  10. }
  11. .cleartip {
  12. font-size: 28rpx;
  13. font-family: SourceHanSansCN-Regular;
  14. font-weight: 400;
  15. color: rgba(34, 34, 34, 1);
  16. margin-left: 30rpx;
  17. }
  18. .jiantou {
  19. width: 17rpx;
  20. height: 29rpx;
  21. margin-right: 30rpx;
  22. }
  23. .about {
  24. display: flex;
  25. flex-direction: row;
  26. justify-content: space-between;
  27. align-items: center;
  28. height: 76rpx;
  29. width: 100%;
  30. border-bottom: 1rpx solid rgba(221, 221, 221, 1);
  31. }
  32. .aboutus {
  33. font-size: 28rpx;
  34. font-family: SourceHanSansCN-Regular;
  35. font-weight: 400;
  36. color: rgba(34, 34, 34, 1);
  37. margin-left: 30rpx;
  38. }
  39. .fixed-footer {
  40. position: fixed;
  41. left: 0;
  42. bottom: 0;
  43. width: 100%;
  44. }
  45. .btn-group {
  46. background: #fff;
  47. padding: 20rpx;
  48. box-sizing: border-box;
  49. }
  50. .selfBtn {
  51. display: flex;
  52. height: 88rpx;
  53. line-height: 88rpx;
  54. align-items: center;
  55. justify-content: center;
  56. background: linear-gradient(90deg, rgba(160, 164, 169, 1), rgba(199, 202, 205, 1));
  57. border-radius: 42rpx;
  58. font-size: 38rpx;
  59. font-family: SourceHanSansCN-Normal;
  60. font-weight: 400;
  61. color: rgba(255, 254, 254, 1);
  62. }