dorpdownSelect.wxss 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. .select-bg_bx .select-title.data-v-e44a7842 {
  21. color: #666666;
  22. font-size: 26rpx;
  23. }
  24. .select-bg_bx .select-title .iconsanjiao_xia.data-v-e44a7842 {
  25. margin-left: 10rpx;
  26. }
  27. .select-bg_bx .select-title.select_corlor.data-v-e44a7842 {
  28. color: #3385FF;
  29. }
  30. .select-bg_bx .select-title.select_corlor .iconsanjiao_xia.data-v-e44a7842 {
  31. -webkit-transform: rotate(180deg);
  32. transform: rotate(180deg);
  33. }
  34. .select-bg_bx .select-mark-view.data-v-e44a7842 {
  35. height: 100vh;
  36. height: 100%;
  37. position: fixed;
  38. width: 100%;
  39. background-color: rgba(0, 0, 0, 0.5);
  40. left: 0;
  41. top: 0rpx;
  42. z-index: 900;
  43. }
  44. .select-bg_bx .select-fixed_bx.data-v-e44a7842 {
  45. position: fixed;
  46. width: 100%;
  47. background-color: #FFFFFF;
  48. left: 0;
  49. z-index: 999;
  50. padding: 120rpx 30rpx 40rpx;
  51. border-radius: 0rpx 0rpx 20rpx 20rpx;
  52. -webkit-transition: all 0.5s ease-in-out;
  53. transition: all 0.5s ease-in-out;
  54. }
  55. .select-bg_bx .select-fixed_bx .select-item-box .title.data-v-e44a7842 {
  56. font-size: 24rpx;
  57. color: #333333;
  58. font-weight: 600;
  59. text-align: left;
  60. }
  61. .select-bg_bx .select-fixed_bx .select-item-box .item-child_box.data-v-e44a7842 {
  62. display: -webkit-box;
  63. display: -webkit-flex;
  64. display: flex;
  65. padding: 20rpx 0 20rpx;
  66. -webkit-box-align: center;
  67. -webkit-align-items: center;
  68. align-items: center;
  69. -webkit-flex-flow: wrap;
  70. flex-flow: wrap;
  71. -webkit-box-pack: justify;
  72. -webkit-justify-content: space-between;
  73. justify-content: space-between;
  74. }
  75. .select-bg_bx .select-fixed_bx .select-item-box .item-child_box .admin-button-com.data-v-e44a7842 {
  76. margin-bottom: 20rpx;
  77. padding: 18rpx 50rpx;
  78. }
  79. .select-bg_bx .select-fixed_bx .select-item-box .item-child_box .admin-button-com.custom.data-v-e44a7842 {
  80. width: 100%;
  81. }