@model Applications.UniversalApi_WebConsole_App.Models.SmartFuel.SmartFuelViewInfo @* For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860 *@ @{ var screenWidth = 1280.00; var mainviewHeight = 501.00; int maxNozzleNumberInOnePage = 12; //int maxNozzlewidth = 176; var maxNozzlewidth = 183.00; int minNozzlewidth = 129; //including the right margin at the end of a row,current display 6 nozzles in one row var marginleft = (screenWidth - maxNozzlewidth * 6) / 7; int textlableHeight = 34;//人民币未付款图标高度/宽度 //int nozzleImagHeight = 123; int nozzleImagHeight = 125; int nozzleHeight = nozzleImagHeight + textlableHeight * 3;//259; var margintop = (mainviewHeight - nozzleHeight * 2) / 3; //int margintop 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 = headRightHeight + 10; }