inviteShop.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .app-content.data-v-618f638f {
  21. overflow: hidden;
  22. }
  23. .app-content .intro.data-v-618f638f {
  24. padding: 50rpx 35rpx 0 35rpx;
  25. font-size: 30rpx;
  26. }
  27. .app-content .intro view.data-v-618f638f {
  28. margin-top: 15rpx;
  29. }
  30. .img_box.data-v-618f638f {
  31. height: 450rpx;
  32. box-sizing: border-box;
  33. }
  34. .img_box > .img_url.data-v-618f638f {
  35. height: 450rpx;
  36. width: 450rpx;
  37. margin: 50rpx auto;
  38. }
  39. .confirm-btn.data-v-618f638f {
  40. width: calc(100% - 60rpx);
  41. margin: 50rpx 30rpx 20rpx;
  42. }
  43. .confirm-btn .admin-button-com.data-v-618f638f {
  44. width: 100%;
  45. }
  46. .confirm-btn1.data-v-618f638f {
  47. width: calc(100% - 60rpx);
  48. margin: 50rpx 30rpx 20rpx;
  49. }
  50. .confirm-btn1 .admin-button-com.data-v-618f638f {
  51. width: 100%;
  52. }