| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .app-content.data-v-2ee16aae {
- padding-top: 30rpx;
- min-height: calc(100vh - 30rpx);
- background-color: #fff;
- position: relative;
- }
- .wx-wrap.data-v-2ee16aae {
- margin: 0 30rpx;
- }
- .wx-wrap .wx-bar.data-v-2ee16aae {
- position: relative;
- }
- .wx-wrap .wx-bar .bar-text.data-v-2ee16aae {
- position: absolute;
- top: 50rpx;
- font-size: 34rpx;
- font-weight: 500;
- color: #fff;
- width: 100%;
- text-align: center;
- }
- .wx-wrap .wx-content.data-v-2ee16aae {
- width: 100%;
- height: 724rpx;
- background-color: #ededed;
- }
- .wx-wrap .wx-btn.data-v-2ee16aae {
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- background-color: #f7f7f7;
- padding: 0 20rpx 10rpx 10rpx;
- height: 90rpx;
- }
- .wx-wrap .wx-btn .key-btn.data-v-2ee16aae {
- width: 13%;
- }
- .wx-wrap .wx-btn .key-btn .key-btn-img.data-v-2ee16aae {
- width: 58rpx;
- }
- .wx-wrap .wx-btn .menu-btn.data-v-2ee16aae {
- width: 29%;
- height: calc(100% - 30rpx);
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- border-left: 2rpx solid #eee;
- }
- .wx-wrap .wx-btn .menu-btn.active.data-v-2ee16aae {
- color: #09bb07;
- }
- .wx-wrap .wx-btn .menu-btn.active .iconfont.data-v-2ee16aae {
- color: #09bb07;
- }
- .wx-wrap .wx-btn .menu-btn .iconfont-blo.data-v-2ee16aae {
- margin-right: 6rpx;
- }
- .wx-wrap .wx-btn .menu-btn .iconfont.data-v-2ee16aae {
- color: #999999;
- font-size: 24rpx;
- -webkit-transform: scale(0.6);
- transform: scale(0.6);
- }
- .prompt-text.data-v-2ee16aae {
- padding: 30rpx 30rpx 60rpx 30rpx;
- color: #999999;
- }
- .btn-wrap.data-v-2ee16aae {
- width: calc(100% - 60rpx);
- margin: 0 30rpx;
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .btn-wrap .admin-button-com.data-v-2ee16aae {
- width: calc(48% - 40rpx);
- }
- .add-module-wrap .inp-list-line.data-v-2ee16aae {
- margin-top: 40rpx;
- }
- .add-module-wrap .inp-list-line.data-v-2ee16aae:first-child {
- margin-top: 0;
- }
- .add-module-wrap .button-wrap.data-v-2ee16aae {
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- -webkit-flex-wrap: wrap;
- flex-wrap: wrap;
- }
- .add-module-wrap .button-wrap .admin-button-com.data-v-2ee16aae {
- width: 130rpx;
- border-radius: 4rpx;
- padding-top: 16rpx;
- padding-bottom: 16rpx;
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- margin-left: 20rpx;
- }
- .add-module-wrap .button-wrap .admin-button-com.data-v-2ee16aae:nth-child(3n + 1) {
- margin-left: 0;
- }
- .add-module-wrap .button-wrap .admin-button-com.data-v-2ee16aae:nth-child(n + 4) {
- margin-top: 20rpx;
- }
|