operate.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. .operate-module.data-v-6106dbd0 {
  21. z-index: 10;
  22. position: absolute;
  23. background: rgba(0, 0, 0, 0.8);
  24. box-shadow: 0rpx 3rpx 6rpx 0rpx rgba(29, 29, 29, 0.7);
  25. border-radius: 10rpx;
  26. height: 100rpx;
  27. display: -webkit-box;
  28. display: flex;
  29. display: -webkit-flex;
  30. -webkit-box-align: center;
  31. -webkit-align-items: center;
  32. align-items: center;
  33. -webkit-box-pack: justify;
  34. -webkit-justify-content: space-between;
  35. justify-content: space-between;
  36. }
  37. .operate-module .operate-list.data-v-6106dbd0 {
  38. -webkit-flex-shrink: 0;
  39. flex-shrink: 0;
  40. padding: 0 24rpx;
  41. text-align: center;
  42. color: #fff;
  43. }
  44. .operate-module .operate-list .iconfont.data-v-6106dbd0 {
  45. font-size: 36rpx;
  46. }
  47. .operate-module .operate-list .btn-text.data-v-6106dbd0 {
  48. -webkit-transform: scale(0.8);
  49. transform: scale(0.8);
  50. margin-top: 2rpx;
  51. }