addSite.wxss 986 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /* pages/my/address/addSite/addSite.wxss */
  2. .bg {
  3. width: 750rpx;
  4. height: 25rpx;
  5. background-color: #F6F6F6;
  6. }
  7. .default {
  8. padding: 25rpx;
  9. line-height: 40rpx;
  10. }
  11. .default .tit {
  12. font-size: 28rpx;
  13. color: #191C27;
  14. }
  15. .default .tips {
  16. font-size: 24rpx;
  17. color: #999999;
  18. }
  19. .footer {
  20. width: 750rpx;
  21. height: 100rpx;
  22. position: fixed;
  23. left: 0%;
  24. bottom: 5%;
  25. }
  26. .footerBtn {
  27. width: 686rpx;
  28. height: 98rpx;
  29. background: #CCCCCC;
  30. border-radius: 49rpx;
  31. text-align: center;
  32. line-height: 98rpx;
  33. margin: auto;
  34. font-size: 32rpx;
  35. font-weight: 500;
  36. color: #FFFFFF;
  37. }
  38. .skyBlue {
  39. background: linear-gradient(270deg, #467FFF 0%, #4699FF 100%);
  40. box-shadow: 0px 10rpx 20rpx 0px rgba(35, 107, 248, 0.2);
  41. color: #fff;
  42. }
  43. .border {
  44. width: 224rpx;
  45. height: 98rpx;
  46. border-radius: 49rpx;
  47. border: 1rpx solid #CCCCCC;
  48. background: none;
  49. color: #191C27;
  50. }
  51. .footerBtn2{
  52. width: 430rpx;
  53. }