﻿@charset "utf-8";
/* CSS Document */

.vttool-frame > div{ padding: .667em 0; font-size:13px; line-height:1.5; border-top: solid 1px #e6e6e6; margin-top: -10px; margin-bottom: 10px;}

.vttool-frame > div > div { height:60px; margin-left:70px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.vttool-frame > div  a  img{float: left;border: solid 1px #ccc;width: 58px;height: 58px;}
.vttool-frame > div  a {color: #F60;}

/* 比較小的版面 */
.vttool-frame.small > div > div{ height:40px; margin-left:50px;}
.vttool-frame.small > div a img{ width: 38px; height: 38px;}
/*.vttool-frame.small > div{ padding-top: .667em; margin-top: .667em;}*/
/*.vttool-frame.small > div:first-child{ padding:0; border:0; margin:0;}*/
.vttool-frame.small > div{}
.touch-area{  position:absolute; z-index: 1; width: 100%; height: 100%; margin-left: 0;}
/*.vttool-frame > div > div:first-child { position:absolute;z-index: 1;width: 100%;margin-left: 0;}*/

/*時間顯示的位置會因為不同的版面而變動*/
.vttool-frame .timestamp{ position: absolute; right: 0; bottom: 0; margin: 0; font-size: 12px; color: #999;}
.vttool-frame.small  .timestamp{left: auto;right:0;}

/* 賺錢賠錢的顏色*/
.profitc1{ color:#f00;}
.profitc2{ color:#690;}