result.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. .admin-button-com.data-v-1cee6e02 {
  21. margin-bottom: 20rpx;
  22. width: 100%;
  23. }
  24. .zuhe-box.data-v-1cee6e02 {
  25. width: 100%;
  26. padding: 0 20rpx;
  27. margin-bottom: 20rpx;
  28. background-color: #fff;
  29. }
  30. .zuhe-box .zuhe-remark.data-v-1cee6e02 {
  31. color: #333;
  32. font-size: 32rpx;
  33. font-weight: 700;
  34. line-height: 88rpx;
  35. }
  36. .zuhe-box .zuhe-center.data-v-1cee6e02 {
  37. font-size: 28rpx;
  38. height: 90rpx;
  39. box-sizing: border-box;
  40. }
  41. .zuhe-box .zuhe-center .zuhe-title.data-v-1cee6e02 {
  42. color: #666;
  43. }
  44. .zuhe-box .zuhe-center > input.data-v-1cee6e02 {
  45. border: 1rpx solid #eee !important;
  46. border-radius: 5rpx !important;
  47. }
  48. .zuhe-box .zuhe-center .zuhe-val.data-v-1cee6e02 {
  49. position: relative;
  50. width: 70%;
  51. height: 60rpx;
  52. padding: 10rpx;
  53. color: #333;
  54. border: 1rpx solid #868686;
  55. border: none;
  56. }
  57. .zuhe-box .zuhe-center .zuhe-val.active.data-v-1cee6e02:before {
  58. content: ' ';
  59. height: 22rpx;
  60. width: 22rpx;
  61. border-width: 2rpx 2rpx 0 0;
  62. border-color: #868686;
  63. border-style: solid;
  64. -webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
  65. transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
  66. position: absolute;
  67. top: 50%;
  68. margin-top: -12rpx;
  69. right: 30rpx;
  70. }