| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .flex-col.data-v-4dcceeb0 {
- display: flex;
- flex-direction: column;
- }
- .flex-row.data-v-4dcceeb0 {
- display: flex;
- flex-direction: row;
- }
- .flex-row-reverse.data-v-4dcceeb0 {
- display: flex;
- flex-direction: row-reverse;
- }
- .bord.data-v-4dcceeb0{
- border: 1px solid red;
- }
- .justify-start.data-v-4dcceeb0 {
- display: flex;
- justify-content: flex-start;
- }
- .justify-center.data-v-4dcceeb0 {
- display: flex;
- justify-content: center;
- }
- .justify-end.data-v-4dcceeb0 {
- display: flex;
- justify-content: flex-end;
- }
- .justify-evenly.data-v-4dcceeb0 {
- display: flex;
- justify-content: space-evenly;
- }
- .justify-around.data-v-4dcceeb0 {
- display: flex;
- justify-content: space-around;
- }
- .justify-between.data-v-4dcceeb0 {
- display: flex;
- justify-content: space-between;
- }
- .align-start.data-v-4dcceeb0 {
- display: flex;
- align-items: flex-start;
- }
- .align-center.data-v-4dcceeb0 {
- display: flex;
- align-items: center;
- }
- .align-end.data-v-4dcceeb0 {
- display: flex;
- align-items: flex-end;
- }
- .sticky.data-v-4dcceeb0 {
- display: flex;
- position: -webkit-sticky;
- position: sticky;
- top: 0rpx;
- z-index: 99;
- }
- .bord.data-v-4dcceeb0{
- border: 1px solid red;
- }
- .tabBarLineHeight.data-v-4dcceeb0 {
- height: 138rpx;
- }
- .tabBarView.data-v-4dcceeb0 {
- position: fixed;
- bottom: 0;
- }
- .content-wrap.data-v-4dcceeb0 {
- background: white;
- }
- /* 头部内容 */
- .head-wrap.data-v-4dcceeb0 {
- height: 1200rpx;
- position: relative;
- }
- .head-wrap .head-bg.data-v-4dcceeb0 {
- height: 680rpx;
- }
- .head-wrap .content.data-v-4dcceeb0 {
- position: absolute;
- top: 6%;
- left: 20rpx;
- right: 12rpx;
- border-radius: 6px;
- /* 钱包 */
- /* 导航菜单 */
- }
- .head-wrap .content .user-info.data-v-4dcceeb0 {
- margin: 0 auto;
- margin-bottom: 68rpx;
- display: flex;
- align-items: center;
- }
- .head-wrap .content .user-info .user-head.data-v-4dcceeb0 {
- margin-right: 12rpx;
- }
- .head-wrap .content .user-info .user-head image.data-v-4dcceeb0 {
- border-radius: 76rpx;
- height: 152rpx;
- width: 152rpx;
- }
- .head-wrap .content .user-info .h-content .user-name.data-v-4dcceeb0 {
- margin-top: 12rpx;
- font-size: 32rpx;
- font-weight: 600;
- height: 60rpx;
- }
- .head-wrap .content .user-info .h-content .user-desc.data-v-4dcceeb0 {
- height: 60rpx;
- font-size: 12px;
- color: #333333;
- display: flex;
- }
- .head-wrap .content .balance-info.data-v-4dcceeb0 {
- width: 100%;
- background: #fff;
- border-radius: 10px;
- padding-bottom: 20px;
- }
- .head-wrap .content .balance-info .balance-name.data-v-4dcceeb0 {
- padding-left: 12px;
- padding-top: 10px;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 600;
- color: #333333;
- line-height: 24px;
- font-size: 16px;
- }
- .head-wrap .content .balance-info .h-content.data-v-4dcceeb0 {
- display: flex;
- justify-content: space-around;
- justify-content: center;
- }
- .head-wrap .content .balance-info .h-content .button-wrap.data-v-4dcceeb0 {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 10px;
- margin-bottom: 18px;
- padding-bottom: 14px;
- }
- .head-wrap .content .balance-info .h-content .button-wrap .btn.data-v-4dcceeb0 {
- padding-left: 12px;
- padding-right: 12px;
- height: 36px;
- border-radius: 18px;
- }
- .head-wrap .content .balance-info .h-content .button-wrap .btn .icon.data-v-4dcceeb0 {
- display: flex;
- padding-right: 6px;
- align-items: center;
- justify-content: center;
- }
- .head-wrap .content .balance-info .h-content .button-wrap .btn .icon image.data-v-4dcceeb0 {
- height: 14px;
- width: 14px;
- }
- .head-wrap .content .balance-info .h-content .button-wrap .h-name.data-v-4dcceeb0 {
- padding-top: 4px;
- font-size: 11px;
- text-align: center;
- }
- .head-wrap .content .balance-info .h-content .button-wrap .h-name .name.data-v-4dcceeb0 {
- color: #999999;
- }
- .head-wrap .content .balance-info .h-content .button-wrap .h-name .num.data-v-4dcceeb0 {
- line-height: 38px;
- font-size: 18px;
- }
- .head-wrap .content .nav-bar.data-v-4dcceeb0 {
- background: #fff;
- border-radius: 10px;
- margin-top: 12px;
- /* 商店信息 */
- }
- .head-wrap .content .nav-bar .nav-content.data-v-4dcceeb0 {
- padding-top: 10px;
- padding-bottom: 6px;
- }
- .head-wrap .content .nav-bar .nav-content .nav-info.data-v-4dcceeb0 {
- display: flex;
- align-items: center;
- }
- .head-wrap .content .nav-bar .nav-content .nav-info .logo.data-v-4dcceeb0 {
- display: flex;
- width: 12%;
- justify-content: center;
- text-align: center;
- align-items: center;
- }
- .head-wrap .content .nav-bar .nav-content .nav-info .logo image.data-v-4dcceeb0 {
- width: 26px;
- height: 26px;
- }
- .head-wrap .content .nav-bar .nav-content .nav-info .nav-desc.data-v-4dcceeb0 {
- width: 78%;
- display: flex;
- line-height: 30rpx;
- }
- .head-wrap .content .nav-bar .nav-content .nav-info .nav-desc .nav-name.data-v-4dcceeb0 {
- font-size: 16px;
- width: 60%;
- }
- .head-wrap .content .nav-bar .nav-content .nav-info .nav-desc .change-store.data-v-4dcceeb0 {
- text-align: right;
- width: 40%;
- font-size: 12px;
- color: #666;
- }
- .head-wrap .content .nav-bar .nav-content .nav-info .arrow-right.data-v-4dcceeb0 {
- width: 2%;
- text-align: right;
- margin: 0 auto;
- cursor: pointer;
- padding-top: 3px;
- }
- .head-wrap .content .nav-bar .nav-content .nav-info .arrow-right image.data-v-4dcceeb0 {
- width: 18rpx;
- height: 18rpx;
- }
|