Commit 7897d08f authored by Sandy's avatar Sandy

增加新天地target

parent 1e27b6a7
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>zh_CN</string>
<key>CFBundleDisplayName</key>
<string>商地移动平台</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.10</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.5.10</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UILaunchStoryboardName</key>
<string>Launch_xtd</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"images" : [
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "Icon-Small.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "Icon-Small@2x.png",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "Icon-Small@3x.png",
"scale" : "3x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"filename" : "Icon-Spotlight-40@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"filename" : "Icon-Spotlight-40@3x.png",
"scale" : "3x"
},
{
"size" : "57x57",
"idiom" : "iphone",
"filename" : "Icon.png",
"scale" : "1x"
},
{
"size" : "57x57",
"idiom" : "iphone",
"filename" : "Icon@2x.png",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "Icon-60@2x.png",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "Icon-60@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
\ No newline at end of file
......@@ -2,12 +2,12 @@
"images" : [
{
"idiom" : "universal",
"filename" : "xtd_business.png",
"filename" : "business.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "xtd_business@2x.png",
"filename" : "business@2x-1.png",
"scale" : "2x"
},
{
......
......@@ -2,12 +2,12 @@
"images" : [
{
"idiom" : "universal",
"filename" : "xtd_business_checked.png",
"filename" : "business_checked.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "xtd_business_checked@2x.png",
"filename" : "business_checked@2x.png",
"scale" : "2x"
},
{
......
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="16A323" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewController="01J-lp-oVM">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Llm-lL-Icb"/>
<viewControllerLayoutGuide type="bottom" id="xb3-aO-Qok"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="xtd_launchImg" translatesAutoresizingMaskIntoConstraints="NO" id="LeW-44-2C9">
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
</imageView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<constraints>
<constraint firstItem="LeW-44-2C9" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="Mqe-zB-5gq"/>
<constraint firstItem="LeW-44-2C9" firstAttribute="top" secondItem="Llm-lL-Icb" secondAttribute="bottom" id="XDg-Bo-aI7"/>
<constraint firstItem="xb3-aO-Qok" firstAttribute="top" secondItem="LeW-44-2C9" secondAttribute="bottom" id="ZQt-G5-5L4"/>
<constraint firstAttribute="trailing" secondItem="LeW-44-2C9" secondAttribute="trailing" id="j7p-Nz-8vQ"/>
<constraint firstItem="LeW-44-2C9" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="jjb-KA-3Zx"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="XDg-Bo-aI7"/>
</mask>
</variation>
</view>
<simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina47"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
<resources>
<image name="xtd_launchImg" width="640" height="1136"/>
</resources>
</document>
......@@ -22,9 +22,15 @@ static NSString *const VANKE_BAIDU_API_KEY = @"442b5fb0a1dc4dcbbccd26975e180e29"
static NSString *const VANKE_BAIDU_WEATHER_SERVER_URL = @"http://api.map.baidu.com/telematics/v3/weather";
//正式环境
static NSString *const VANKE_SERVER_BASE_URL = @"http://58.246.29.147:9005/wanke-server/rest"; //正式
//后台多媒体文件基准地址
static NSString *const VANKE_SERVER_MEDIA_BASE_URL = @"http://58.246.29.147:9005"; //正式
//static NSString *const VANKE_SERVER_BASE_URL = @"http://58.246.29.147:9005/wanke-server/rest"; //正式
// //后台多媒体文件基准地址
//static NSString *const VANKE_SERVER_MEDIA_BASE_URL = @"http://58.246.29.147:9005"; //正式
//新天地环境
static NSString *const VANKE_SERVER_BASE_URL = @"http://101.230.10.145/wanke-server/rest"; //正式
//后台多媒体文件基准地址
static NSString *const VANKE_SERVER_MEDIA_BASE_URL = @"http://101.230.10.145"; //正式
// 测试环境
//static NSString *const VANKE_SERVER_BASE_URL = @"http://139.196.39.77:6080/wanke-server/rest";
......
//
// VankeBaseViewController.m
// vanke
//
// Created by xiaomi on 15/10/10.
// Copyright © 2015年 gomore. All rights reserved.
//
#import "VankeBaseBoard.h"
#import "VankeAppBoard_iPhone.h"
@implementation VankeBaseBoard
@synthesize theme = _theme;
@synthesize showMenu = _showMenu;
ON_CREATE_VIEWS( signal )
{
[[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor whiteColor]}];
self.navigationBarLeft = [UIImage imageNamed:@"left_arrow"];
}
ON_WILL_APPEAR( signal )
{
[BeeUIRouter sharedInstance].view.pannable = YES;
UIColor *bgColor = [self getThemeColor];
if (nil == bgColor) {
if ( IOS7_OR_LATER ) {
self.navigationController.navigationBar.backgroundImage = [UIImage imageNamed:@"navigation-bar-64.png"];
} else {
self.navigationController.navigationBar.backgroundImage = [UIImage imageNamed:@"navigation-bar.png"];
}
} else {
// if ( IOS7_OR_LATER ) {
self.navigationController.navigationBar.barTintColor = kMainBlueColor;
[[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor whiteColor]}];
// } else {
// }
}
}
ON_LEFT_BUTTON_TOUCHED( signal )
{
[self.stack popBoardAnimated:YES];
if ([self.stack.boards count] <= 1) {
[[VankeAppBoard_iPhone sharedInstance] showMenu];
}
}
-(UIColor*) getThemeColor {
if ([@"red" eq:_theme]) {
return [UIColor colorWithRed:237/255.0 green:27/255.0 blue:35/255.0 alpha:1.0];
} else if ([@"purple" eq:_theme]) {
return [UIColor colorWithRed:84/255.0 green:53/255.0 blue:173/255.0 alpha:1.0];
} else if ([@"orange" eq:_theme]) {
return [UIColor colorWithRed:234/255.0 green:100/255.0 blue:2/255.0 alpha:1.0];
} else {
return nil;
}
}
@end
<?xml version="1.0" encoding="UTF-8"?>
<ui namespace="VankeLoginBoard_iPhone">
<linear orientation="v" class="wrapper">
<image id='bg'/>
<!-- <linear orientation="v" class="logo-wrapper">-->
<!-- <image class='icon' />-->
<!-- <label class="title"> </label>-->
<!-- </linear>-->
<linear orientation="v" class="form-wrapper">
<input id="txtUserName" class="input-field" placeholder="请输入用户名"></input>
<input id="txtPwd" class="input-field pwd" placeholder="请输入密码"></input>
<button id="btnLogin" class="login-btn disabled-btn">登 录</button>
</linear>
<linear orientation="h" class="bottom">
<button id="btnGetPwd" class="btn">找回密码</button>
<button id="btnRegister" class="btn">用户注册</button>
</linear>
</linear>
<style type="text/css">
.wrapper {
width: 100%;
height: 100%;
}
#bg {
width: 100%;
height: 100%;
position: absolute;
background-color: white;
image-mode: fill;
image-src: url(xtd_launchImg.png);
}
<!-- .logo-wrapper {-->
<!-- width: 100%;-->
<!-- height: 0px;-->
<!-- align: center;-->
<!-- margin-top: 20%;-->
<!-- }-->
<!-- .logo-wrapper > .icon {-->
<!-- image-mode: center;-->
<!-- image-src: url(logo.png);-->
<!-- width: 100%;-->
<!-- }-->
<!-- -->
<!-- .logo-wrapper > .title {-->
<!-- font-size: 17px;-->
<!-- font-weight: bold;-->
<!-- font-family: 微软雅黑;-->
<!-- text-align: center;-->
<!-- width: 100%;-->
<!-- color: white;-->
<!-- padding-top: 70px;-->
<!-- }-->
.form-wrapper {
width: 100%;
height: 300px;
align: center;
position: absolute;
top: 40%;
left: 0px;
padding-left: 20px;
padding-right: 20px;
}
.input-field {
width: 100%;
height: 50px;
text-align: left;
background-color: white;
border-width: 1px;
border-radius: 5px;
border-color: gray;
shadow-offset: 5px;
shadow-radius: 2px;
shadow-color: gray;
font-size: 15px;
}
.form-wrapper .disable-input {
background-color: #e8e8e8;
disabled: true;
}
.pwd {
input-secure: true;
margin-top: 5px;
}
.login-btn {
width: 100%;
height: 50px;
float: center;
font-size: 20px;
font-weight: bold;
background-color: #478FF1;
border-radius: 5px;
margin-top: 10px;
color: white;
}
.disabled-btn {
background-color: #cbcbcb !important;
color: gray;
}
.disable {
background-color: #DDDDDD !important;
}
.bottom {
width: 100%;
height: 40px;
position: absoulte;
left: 0px;
bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
.bottom > .btn {
font-size: 15px;
color: white;
width: 60px;
height: 100%;
}
#btnRegister {
float: right;
}
#btnGetPwd,#btnRegister {
display: none;
}
</style>
</ui>
<?xml version="1.0" encoding="UTF-8"?>
<ui namespace="VankeMainBoard_iPhone">
<linear class="wrapper">
<image class="bg" />
<linear orientation="h" class="logo-bar">
<image class="logo" />
<!-- <input id="txtQuery" class="input"></input>-->
<searchbar id="searchBar" class="search" />
</linear>
<VankeWeatherCell_iPhone id="weatherBoard" />
<VankeTopMenuBoardCell_iPhone id="topMenu" />
<view id="serviceDashBoardView" />
</linear>
<style type="text/css">
.wrapper {
width: 100%;
height: 100%;
}
.logo-bar {
width: 100%;
height: 40px;
v-align: center;
margin-top: 20px;
}
.bg {
position: absolute;
width: 100%;
height: 100%;
background-color: #fafafa;
}
.logo-bar .logo {
width: 50%;
height: 100%;
image-src: url(xtd_homepage_logo.png);
image-mode: left;
margin-left: 15px;
}
.logo-bar .search {
width: 150px;
float: right;
placeholder: "输入项目名称";
input-return-key: search;
}
#weatherBoard {
width: 100%;
height: 90px;
}
#topMenu {
width: 100%;
height: 0px;
}
#serviceDashBoardView {
width: 100%;
height: 50%;
padding: 5px 5px 0px 5px;
}
</style>
</ui>
<?xml version="1.0" encoding="utf-8" ?>
<template namespace="VankeMainTabBoard_iPhone" version="1">
<linear class="wrapper" orientation="h">
<image id="bg"/>
<linear orientation="v" class="item">
<button id="home" class="icon active" />
</linear>
<linear orientation="v" class="item">
<button id="affairs" class="icon" />
</linear>
<linear orientation="v" class="item">
<button id="report" class="icon" />
</linear>
<linear orientation="v" class="item">
<button id="me" class="icon" />
</linear>
</linear>
<style type="text/css">
#bg {
image-mode: fit;
position: absolute;
left: 0;
top: 0;
background-color: white;
}
.wrapper {
width: 100%;
height: 100%;
}
.item {
width: 25%;
height: 100%;
color: gray;
font-size: 13px;
font-weight: lighter;
v-align: center;
}
.icon {
height: 40px;
image-mode: center;
}
#home {
image-src: url(xtd_home.png);
}
#home.active {
image-src: url(xtd_home_checked.png);
}
#affairs {
image-src: url(xtd_business.png);
}
#affairs.active {
image-src: url(xtd_business_checked.png);
}
#report {
image-src: url(xtd_tabbar_report_uncheck.png);
}
#report.active {
image-src: url(xtd_tabbar_report_checked_blue.png);
}
#me {
image-src: url(xtd_user.png);
}
#me.active {
image-src: url(xtd_user_checked.png);
}
</style>
</template>
#import "VankeServiceDashBoard_iPhone.h"
#import "CalculateHelper.h"
#pragma mark -
@interface VankeServiceDashBoard_iPhone ()
{
}
@end
@implementation VankeServiceDashBoard_iPhone
SUPPORT_AUTOMATIC_LAYOUT( YES )
SUPPORT_RESOURCE_LOADING( YES )
DEF_OUTLET( VankeServiceSaleCell_iPhone, salesInfo );
DEF_OUTLET( VankeServiceBoardCell_iPhone, passenger );
DEF_OUTLET( VankeServiceBoardCell_iPhone, traffic );
DEF_OUTLET( VankeServiceBoardCell_iPhone, energy );
DEF_OUTLET( VankeServiceBoardCell_iPhone, complaint );
@synthesize name = _name;
@synthesize theme = _theme;
+ (id) dashBoardByIndex: (int) index {
if (index == 0) {
return [VankeServiceDashBoard_iPhone communityDashBarod];
} else if (index == 1) {
return [VankeServiceDashBoard_iPhone centerDashBarod];
} else if (index == 2) {
return [VankeServiceDashBoard_iPhone squreDashBarod];
} else {
return nil;
}
}
+ (id) communityDashBarod {
VankeServiceDashBoard_iPhone *board = [super cell];
//万科
// board.name = @"社区2049";
//新天地修改
board.name = @"新天地";
board.theme = @"red";
return board;
}
+ (id) centerDashBarod {
VankeServiceDashBoard_iPhone *board = [super cell];
board.name = @"万科中心";
board.theme = @"purple";
return board;
}
+ (id) squreDashBarod {
VankeServiceDashBoard_iPhone *board = [super cell];
board.name = @"万科广场";
board.theme = @"orange";
return board;
}
- (void)load
{
self.salesInfo.imgRightBg.backgroundColor = [UIColor colorWithRed:0.278 green:0.561 blue:0.945 alpha:1.000];
[self.passenger loadDefaults:@"people.png" title:@"昨日客流" bgColor:[UIColor colorWithRed:0 green:195/255.0 blue:230/255.0 alpha:1] unit:@"人" defValue:[NSNumber numberWithInt:0]];
[self.traffic loadDefaults:@"car.png" title:@"车流" bgColor:[UIColor colorWithRed:79/255.0 green:143/255.0 blue:248/255.0 alpha:1] unit:@"次" defValue:[NSNumber numberWithInt:0]];
[self.energy loadDefaults:@"energy.png" title:@"日坪效" bgColor:[UIColor colorWithRed:149/255.0 green:200/255.0 blue:8/255.0 alpha:1] unit:@"元"
defValue:[NSNumber numberWithFloat:0.00]];
[self.complaint loadDefaults:@"complaint.png" title:@"收缴率" bgColor:[UIColor colorWithRed:252/255.0 green:67/255.0 blue:62/255.0 alpha:1] unit:@" " defValue:[NSNumber numberWithInt:0]];
}
- (void)unload
{
}
- (BOOL)dataWillChange:(id)newData {
return self.data != newData;
}
- (void) dataDidChanged {
ProjectSummary *summary = self.data;
if (nil != summary) {
[self.salesInfo setData:summary.salesAmount];
[self.passenger setData:summary.passengerFlowVolume];
[self.traffic setData:[NSNumber numberWithFloat:0]];
//计算出坪效
NSDecimalNumber *energy = [CalculateHelper calculateNum1:summary.rentalAmount num2:summary.rentalArea type:CalculateTypeDiv roundingType:NSRoundPlain cutLenth:2];
self.energy.lblAmount.text = [CalculateHelper getMoneyStringFrom:energy];
NSString *rate = [CalculateHelper getPercent:summary.paidStatement num:summary.totalStatement];
self.complaint.lblAmount.text = rate;
}
}
-(void) setTheme:(NSString *)theme {
_theme = theme;
[self.salesInfo setTheme: theme];
}
@end
<?xml version="1.0" encoding="UTF-8"?>
<ui namespace="VankeServiceSaleCell_iPhone">
<linear orientation="h" class="wrapper">
<image class="bg" />
<linear orientation="v" class="left-wrapper">
<button id="btnHistoryMask" class="mask" />
<image id="imgLeftBg" class="bg" />
<linear orientation="v" class="inner" >
<image id="imgLeftIcon" class="icon red" />
<label id="lblDate" class="lbl">查看历史</label>
</linear>
</linear>
<linear orientation="v" class="right-wrapper">
<button id="mask" class="mask" />
<image id="imgRightBg" class="bg red" />
<image class="indictor" />
<linear orientation="v" class="label">
<label class="title">昨日销售</label>
</linear>
<linear orientation="h" class="detl">
<image id="imgAmountIcon" class="icon up" />
<label id="lblAmount" class="amount">0</label>
<label id="lblAmountUnit" class="unit"></label>
</linear>
</linear>
</linear>
<style type="text/css">
.wrapper {
width: 100%;
height: 100%;
}
.mask {
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
}
.wrapper > .bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: white;
}
.wrapper > .bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #f5f5f5;
shadow-color: #f5f5f5;
}
/********************** left wrapper ***********************/
.wrapper > .left-wrapper {
height: 100%;
width: 40%;
v-align: center;
}
.wrapper > .left-wrapper > .inner {
width: 100%;
height: auto;
}
.wrapper > .left-wrapper > .inner > .lbl {
width: 100%;
height: auto;
text-align: center;
padding-top: 5px;
color: #646467;
font-size: 15px;
}
.wrapper > .left-wrapper > .inner > .icon {
image-mode: center;
width: 100%;
height: auto;
}
.wrapper > .left-wrapper > .inner > .red {
image-src: url(xtd_sales_red.png);
}
.wrapper > .left-wrapper > .inner > .purple {
image-src: url(sales_purple.png);
}
.wrapper > .left-wrapper > .inner > .orange {
image-src: url(sales_orange.png);
}
.wrapper > .left-wrapper > .bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 1px;
background-color: white;
}
/********************** right wrapper ***********************/
.wrapper > .right-wrapper {
height: 100%;
width: 60%;
align: right;
}
.wrapper > .right-wrapper > .bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.wrapper > .right-wrapper > .red {
//
background-color: #ed1b23;
}
.wrapper > .right-wrapper > .purple {
background-color: #5435ad;
}
.wrapper > .right-wrapper > .orange {
background-color: #ea6402;
}
.wrapper > .right-wrapper > .indictor {
position: absolute;
left: -50%;
top: 0;
image-src: url(right_icon.png);
}
.wrapper > .right-wrapper > .detl {
width: auto;
height: 50%;
padding-right: -20px;
}
.wrapper > .right-wrapper > .detl > .icon {
image-mode: center;
width: 20px;
height: auto;
margin-top: 13px;
margin-right: 5px;
}
.wrapper > .right-wrapper > .detl > .icon.down {
image-src: url(little_down_icon.png);
}
.wrapper > .right-wrapper > .detl > .icon.up {
image-src: url(little_up_icon.png);
}
.wrapper > .right-wrapper > .detl > .amount {
width: auto;
height: auto;
color: white;
font-size: 25px;
font-weight: bold;
line-num: 1;
fit-width: true;
text-align: right;
}
.wrapper > .right-wrapper > .detl > .unit {
width: auto;
height: auto;
color: #fbd6d7;
font-size: 12px;
margin-top: 10px;
margin-left: 5px;
line-num: 1;
fit-width: true;
}
.wrapper > .right-wrapper > .label {
width: auto;
height: 50%;
padding-right: -17px;
v-align: center;
}
.wrapper > .right-wrapper > .label > .title {
width: auto;
height: auto;
color: white;
font-size: 17px;
font-weight: bold;
opacity: 0.9;
}
</style>
</ui>
<?xml version="1.0" encoding="utf-8" ?>
<template namespace="VankeTenantTabBoard_iPhone" version="1">
<linear class="wrapper" orientation="h">
<image id="bg"/>
<linear orientation="v" class="item">
<button id="affairs" class="icon" />
</linear>
<linear orientation="v" class="item">
<button id="me" class="icon" />
</linear>
</linear>
<style type="text/css">
#bg {
image-mode: fit;
position: absolute;
left: 0;
top: 0;
background-color: white;
}
.wrapper {
width: 100%;
height: 100%;
}
.item {
width: 50%;
height: 100%;
color: gray;
font-size: 13px;
font-weight: lighter;
v-align: center;
}
.icon {
height: 40px;
image-mode: center;
}
#affairs {
image-src: url(xtd_home.png);
}
#affairs.active {
image-src: url(xtd_home_checked.png);
}
#me {
image-src: url(xtd_user.png);
}
#me.active {
image-src: url(xtd_user_checked.png);
}
</style>
</template>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment