x-bottomBtn.wxss 680 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @charset "UTF-8";
  2. /* 颜色变量 */
  3. /* 行为相关颜色 */
  4. /* 文字基本颜色 */
  5. /* 背景颜色 */
  6. /* 边框颜色 */
  7. /* 尺寸变量 */
  8. /* 文字尺寸 */
  9. /* 图片尺寸 */
  10. /* Border Radius */
  11. /* 水平间距 */
  12. /* 垂直间距 */
  13. /* 透明度 */
  14. /* 文章场景相关 */
  15. .btn_address {
  16. position: fixed;
  17. bottom: 0;
  18. left: 0;
  19. right: 0;
  20. padding: 20rpx;
  21. background-color: #fff;
  22. }
  23. .box_address_btn {
  24. width: 100%;
  25. color: #fff;
  26. height: 80rpx;
  27. background-color: #4CAF50;
  28. border-radius: 50rpx;
  29. font-size: 30rpx;
  30. }
  31. .box_written {
  32. display: flex;
  33. margin-bottom: 15rpx;
  34. }
  35. .title_written {
  36. font-size: 22rpx;
  37. }
  38. .title_written ._span {
  39. color: #ff9900;
  40. }