/* index/pages/viewcase/viewcase.wxss */ .viewDetail { width: 100%; box-sizing: border-box; padding: 20rpx; } .devcasename { width: 100%; font-size: 32rpx; color: #333; font-weight: 700; } .devcasestyle { font-size: 24rpx; color: #B5D3E6; line-height: 60rpx; } .devcasedsc { width: 100%; font-size: 28rpx; color: #999999; } .devcasedsc > image { width: 100%; } .devcasedsc > view { font-size: 28rpx; padding-bottom: 15rpx; } .titleStyle { color: #333333; font-weight: bold; text-align: center; } .topbox { display: block; width: 100%; background-color: #ffffff; position: fixed; top: 0; left: 0; z-index: 9999999; } .leftindexbox { position: absolute; left: 8px; width: 70px; padding: 4px 0; height: 28px; border-radius: 18px; box-sizing: border-box; } .leftindexbox .leftgoto { display: block; width: 8px; height: 14px; float: left; margin-left: 11px; transform: rotateY(180deg); position: relative; top: 2px; z-index: 9; } .gotoindex { display: block; width: 16px; height: 16px; float: right; position: relative; right: 10px; top: 1px; } .leftindexbox text { position: absolute; height: 14px; width: 1px; left: 30px; top: 6px; background-color: #d1cfcf; } .leftitbox{ display: block; width: 30px; height: 28px; position: absolute; top: 0; left: 0; z-index: 10; }