@* For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860 *@ @{ Layout = null; } @model Applications.UniversalApi_WebConsole_App.Models.OnlineMonitor.OnlineMonitorInfo @{ int screenWidth = 1280; int mainviewHeight = 570; int maxNozzleNumberInOnePage = 12; int maxNozzlewidth = 176; int minNozzlewidth = 129; //including the right margin at the end of a row,current display 6 nozzles in one row int marginleft = (screenWidth - maxNozzlewidth * 6) / 7; int nozzleHeight = 259; int margintop = (mainviewHeight - nozzleHeight * 2) / 3; int textlableHeight = 34;//人民币未付款图标高度/宽度 int nozzleImagHeight = 123; int lableFontSize = 22; int imgPaidHeight = 25; int imgPaidWidth = 20; int alImgWidth = 44; int alImgHeight = 43; int headRightHeight = 44; int alLogoWidth = 61; int smartFuelLogoWidth = 43; int alLogoTop = 0; //int alLogoTop = headRightHeight + 10; string imgPrePath = "/images/onlineMonitor/nozzleView/"; }