| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .menu-box.data-v-137d5072 {
- box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
- width: 100%;
- margin-top: 30rpx;
- padding: 30rpx;
- background-color: #fff;
- border-radius: 15rpx;
- }
- .menu-box .title-box.data-v-137d5072 {
- display: flex;
- align-items: center;
- justify-content: flex-start;
- }
- .menu-box .title-box .icon.data-v-137d5072 {
- width: 40rpx;
- height: 40rpx;
- }
- .menu-box .title-box .title.data-v-137d5072 {
- margin-left: 10rpx;
- font-size: 28rpx;
- font-family: PingFang SC;
- color: #111;
- }
- .menu-box .line.data-v-137d5072 {
- margin-top: 15rpx;
- height: 0.5rpx;
- width: 100%;
- background-color: #efefef;
- }
- .menu-box .menus.data-v-137d5072 {
- margin-top: 30rpx;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- flex-wrap: wrap;
- }
- .menu-box .menu-item.data-v-137d5072 {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 25%;
- margin-bottom: 20rpx;
- }
- .menu-box .menu-item image.data-v-137d5072 {
- width: 60rpx;
- height: 60rpx;
- }
- .menu-box .menu-item .m-name.data-v-137d5072 {
- margin-top: 10rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- color: #111;
- }
- .user-info.data-v-137d5072 {
- padding: 40rpx 30rpx 0 30rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .user-info .left.data-v-137d5072 {
- position: relative;
- display: flex;
- }
- .user-info .left .head-img.data-v-137d5072 {
- width: 120rpx;
- height: 120rpx;
- border-radius: 50%;
- overflow: hidden;
- margin-right: 30rpx;
- border: 4rpx solid #FFFFFF;
- box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.1);
- }
- .user-info .left .head-img image.data-v-137d5072 {
- width: 100%;
- height: 100%;
- }
- .user-info .left .name-phone .name.data-v-137d5072 {
- font-size: 40rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #111111;
- line-height: 1;
- }
- .user-info .left .name-phone .phone.data-v-137d5072 {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- line-height: 1;
- margin-top: 30rpx;
- }
- .user-info .right.data-v-137d5072 {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .user-info .right .msg-box.data-v-137d5072 {
- margin-left: 10rpx;
- width: 44rpx;
- height: 44rpx;
- }
- .user-info .right .msg-box image.data-v-137d5072 {
- width: 100%;
- height: 100%;
- }
- .user-info .right .set.data-v-137d5072 {
- width: 44rpx;
- height: 44rpx;
- }
- .user-info .right .set image.data-v-137d5072 {
- width: 100%;
- height: 100%;
- }
- .used-tools.data-v-137d5072 {
- box-sizing: border-box;
- background: #FFFFFF;
- border-radius: 16rpx;
- padding: 40rpx 30rpx;
- }
- .used-tools .title.data-v-137d5072 {
- font-size: 34rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #222222;
- line-height: 1;
- }
- .used-tools .tools-list.data-v-137d5072 {
- margin-top: 50rpx;
- display: flex;
- flex-wrap: wrap;
- width: 100%;
- }
- .used-tools .tools-list .item.data-v-137d5072 {
- box-sizing: border-box;
- width: 25%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- margin-bottom: 50rpx;
- position: relative;
- }
- .used-tools .tools-list .item image.data-v-137d5072 {
- width: 50rpx;
- height: 50rpx;
- }
- .used-tools .tools-list .item .text.data-v-137d5072 {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #111111;
- line-height: 1;
- margin-top: 10rpx;
- }
- .used-tools .tools-list .item .contact-btn.data-v-137d5072 {
- display: inline-block;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- }
- .func-box.data-v-137d5072 {
- box-sizing: border-box;
- width: 100%;
- padding: 30rpx 25rpx;
- background-color: #fff;
- }
- .func-box.data-v-137d5072,
- .rightArrow-box.data-v-137d5072 {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- .rightArrow-box image.data-v-137d5072 {
- width: 35rpx;
- height: 35rpx;
- }
- .rightArrow-box text.data-v-137d5072 {
- font-size: 26rpx;
- color: #5f5f5f;
- margin-right: 10rpx;
- }
- .func-left-box.data-v-137d5072 {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- padding: 0rpx;
- margin: 0rpx;
- height: 40rpx;
- }
- .func-left-box image.data-v-137d5072 {
- width: 35rpx;
- height: 35rpx;
- }
- .func-left-box text.data-v-137d5072 {
- font-size: 30rpx;
- color: #1b1b1b;
- margin-left: 20rpx;
- }
- .func-left-box button.data-v-137d5072 {
- border: none;
- background-color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 0rpx;
- margin: 0rpx;
- }
- .btn-w.data-v-137d5072 {
- width: 80vw;
- }
- .btn-ww.data-v-137d5072 {
- width: 100%;
- text-align: left;
- display: flex !important;
- justify-content: flex-start !important;
- }
- .admin.data-v-137d5072 {
- background-color: #fff;
- box-shadow: 0rpx 2rpx 4rpx 0rpx rgba(0, 0, 0, 0.05);
- }
- .welcome.data-v-137d5072 {
- padding: 20rpx 25rpx;
- font-size: 26rpx;
- color: #1b1b1b;
- border-bottom: 1rpx solid #d6eaf7;
- }
- .func.data-v-137d5072,
- .welcome.data-v-137d5072 {
- width: 100%;
- box-sizing: border-box;
- }
- .func.data-v-137d5072 {
- padding: 25rpx;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .func-item.data-v-137d5072 {
- width: 25%;
- box-sizing: border-box;
- }
- .num.data-v-137d5072 {
- font-size: 40rpx;
- font-weight: 700;
- color: #3452e5;
- }
- .name.data-v-137d5072,
- .num.data-v-137d5072 {
- width: 100%;
- text-align: center;
- }
- .name.data-v-137d5072 {
- margin-top: 10rpx;
- font-size: 26rpx;
- }
- .line.data-v-137d5072 {
- width: 100%;
- height: 20rpx;
- background-color: #f3f4f6;
- }
- .bs.data-v-137d5072 {
- box-shadow: 0rpx 2rpx 4rpx 0rpx rgba(0, 0, 0, 0.05);
- }
|