首页 > TAG信息列表 > topRight

移动端1px物理边框的css

@charset "utf-8"; .border, .border-top, .border-right, .border-bottom, .border-left, .border-topbottom, .border-rightleft, .border-topleft, .border-rightbottom, .border-topright, .border-bottomleft { position: relative; } .border::before, .b

前端学习记录3

百度页面制作 弹性布局 这几个代码要一起用 display: flex;justify-content: space-around; 行内样式1000 id100 class10 tag1(优先数值)权值 <style>#topRight>input{background:red;border: 0;}#topRight>#login{width: 48px;background: #38f;}</style>​<div id="topRight&quo

borde.css下载

@charset "utf-8";.border,.border-top,.border-right,.border-bottom,.border-left,.border-topbottom,.border-rightleft,.border-topleft,.border-rightbottom,.border-topright,.border-bottomleft { position: relative;}.border::before,.border-top::befo

充值css样式

@charset "utf-8";/*reset CSS*/body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td,pre{margin:0;padding:0}body,input,textarea,button,select,pre,tt,code,kbd,samp{line-height:1.5;font-family: &quo

Vue项目代码初始化

完善meta标签 <meta name="viewport" content="width=device-width, initial-scale=1.0,initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0,user-scalable=no"> 2.为解决不同手机的不同样式问题 引入reset.css @charset "utf-8";html{bac

pyqt5窗体分隔

import sysfrom PyQt5.QtWidgets import (QApplication, QWidget, QHBoxLayout, QFrame, QSplitter)from PyQt5.QtCore import Qtclass Example(QWidget): def __init__(self): super().__init__() hbox = QHBoxLayout(self)

【VUE】-使用VUE进行移动端H5页面开发前的推荐准备工作

在正式使用Vue进行移动端页面开发前,需要做一些前置工作,以此保证用户在访问页面时看到的东西不会因设备的差异而出现各种不同的效果,比如一个页面在iphone7 plus上显示的很正常,然后切换到了Iphone5上因为屏幕太小部分页面内容被遮挡了,影响用户正常使用和体验,当然还有一些细