194 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			194 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| @charset "UTF-8";
 | ||
| /**
 | ||
|  * 这里是uni-app内置的常用样式变量
 | ||
|  *
 | ||
|  * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 | ||
|  * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 | ||
|  *
 | ||
|  */
 | ||
| /**
 | ||
|  * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 | ||
|  *
 | ||
|  * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 | ||
|  */
 | ||
| /* 颜色变量 */
 | ||
| /* 行为相关颜色 */
 | ||
| /* 文字基本颜色 */
 | ||
| /* 背景颜色 */
 | ||
| /* 边框颜色 */
 | ||
| /* 尺寸变量 */
 | ||
| /* 文字尺寸 */
 | ||
| /* 图片尺寸 */
 | ||
| /* Border Radius */
 | ||
| /* 水平间距 */
 | ||
| /* 垂直间距 */
 | ||
| /* 透明度 */
 | ||
| /* 文章场景相关 */
 | ||
| .content.data-v-428f0c8e {
 | ||
|   background: #f4f5f6;
 | ||
| }
 | ||
| .container.data-v-428f0c8e {
 | ||
|   width: 100%;
 | ||
|   height: 100vh;
 | ||
|   box-sizing: border-box;
 | ||
|   padding-top: 88px;
 | ||
| }
 | ||
| .my-header.data-v-428f0c8e {
 | ||
|   width: 100%;
 | ||
|   height: 88px;
 | ||
|   background: #ffffff;
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: space-between;
 | ||
|   color: #000;
 | ||
|   box-sizing: border-box;
 | ||
|   padding: 0px 15px;
 | ||
|   padding-top: 40px;
 | ||
|   position: fixed;
 | ||
|   top: 0px;
 | ||
| }
 | ||
| .my-header .my-icons.data-v-428f0c8e {
 | ||
|   width: 20px;
 | ||
| }
 | ||
| .tap-box.data-v-428f0c8e {
 | ||
|   width: 100%;
 | ||
|   height: 50px;
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   background-color: #ffffff;
 | ||
| }
 | ||
| .box-tap.data-v-428f0c8e {
 | ||
|   width: 50%;
 | ||
|   text-align: center;
 | ||
| }
 | ||
| .act.data-v-428f0c8e {
 | ||
|   color: #2979ff;
 | ||
|   font-weight: bold;
 | ||
| }
 | ||
| .gang.data-v-428f0c8e {
 | ||
|   width: 25px;
 | ||
|   height: 5px;
 | ||
|   border-radius: 8px;
 | ||
|   margin: 2px auto;
 | ||
|   margin-top: 5px;
 | ||
| }
 | ||
| .actgang.data-v-428f0c8e {
 | ||
|   background-color: #2979ff;
 | ||
| }
 | ||
| .bottom-box.data-v-428f0c8e {
 | ||
|   width: 100%;
 | ||
|   background-color: #ffffff;
 | ||
|   padding: 10px;
 | ||
|   box-sizing: border-box;
 | ||
| }
 | ||
| .anniu.data-v-428f0c8e {
 | ||
|   width: 95%;
 | ||
|   height: 40px;
 | ||
|   border-radius: 50px;
 | ||
|   background: #1678ff;
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: center;
 | ||
|   color: white;
 | ||
|   margin: 15px auto;
 | ||
| }
 | ||
| .dibu.data-v-428f0c8e {
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: center;
 | ||
|   width: 100%;
 | ||
|   color: #1678ff;
 | ||
|   font-size: 14px;
 | ||
| }
 | ||
| .box-hui.data-v-428f0c8e {
 | ||
|   width: 95%;
 | ||
|   border-radius: 8px;
 | ||
|   background: #f4f5f6;
 | ||
|   box-sizing: border-box;
 | ||
|   padding: 15px;
 | ||
|   margin: 15px auto;
 | ||
| }
 | ||
| .huisize.data-v-428f0c8e {
 | ||
|   color: #a8a8a8;
 | ||
|   font-size: 14px;
 | ||
| }
 | ||
| .box-cz.data-v-428f0c8e {
 | ||
|   flex-wrap: wrap;
 | ||
|   display: flex;
 | ||
|   width: 100%;
 | ||
|   background: #ffffff;
 | ||
| }
 | ||
| .box-jg.data-v-428f0c8e {
 | ||
|   width: 30%;
 | ||
|   border-radius: 8px;
 | ||
|   border: 1px solid #e2e2e2;
 | ||
|   box-sizing: border-box;
 | ||
|   padding: 10px;
 | ||
|   margin: 5px;
 | ||
| }
 | ||
| .s-title.data-v-428f0c8e {
 | ||
|   width: 100%;
 | ||
|   text-align: center;
 | ||
|   font-size: 12px;
 | ||
|   font-weight: bold;
 | ||
| }
 | ||
| .min-size.data-v-428f0c8e {
 | ||
|   width: 100%;
 | ||
|   font-size: 10px;
 | ||
|   text-align: center;
 | ||
| }
 | ||
| .min-size1.data-v-428f0c8e {
 | ||
|   font-size: 12px;
 | ||
|   text-align: center;
 | ||
|   margin: 0 5px;
 | ||
| }
 | ||
| .actbox.data-v-428f0c8e {
 | ||
|   border: 1px solid #1678ff;
 | ||
|   background: #e7f1ff;
 | ||
| }
 | ||
| .actsize.data-v-428f0c8e {
 | ||
|   color: #1678ff !important;
 | ||
| }
 | ||
| .boxback.data-v-428f0c8e {
 | ||
|   width: 100%;
 | ||
|   background: #ffffff;
 | ||
|   box-sizing: border-box;
 | ||
|   padding-bottom: 1px;
 | ||
|   padding-top: 1px;
 | ||
| }
 | ||
| .box-gang.data-v-428f0c8e {
 | ||
|   width: 95%;
 | ||
|   margin: 0 auto;
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: space-between;
 | ||
| }
 | ||
| .inputbox.data-v-428f0c8e {
 | ||
|   width: 95%;
 | ||
|   margin: 10px auto;
 | ||
|   display: flex;
 | ||
| }
 | ||
| .cadname.data-v-428f0c8e {
 | ||
|   width: 20%;
 | ||
| }
 | ||
| .bottom-bb.data-v-428f0c8e {
 | ||
|   width: 100%;
 | ||
|   height: 200px;
 | ||
|   box-sizing: border-box;
 | ||
|   padding: 10px;
 | ||
|   background: white;
 | ||
|   overflow: scroll;
 | ||
| }
 | ||
| .box_s.data-v-428f0c8e {
 | ||
|   width: 90%;
 | ||
|   display: flex;
 | ||
|   margin: 10px auto;
 | ||
|   font-size: 14px;
 | ||
|   color: #f40000;
 | ||
|   box-sizing: border-box;
 | ||
|   padding: 5px;
 | ||
|   border-radius: 6px;
 | ||
|   background: #f4f5f6;
 | ||
| }
 | ||
| 
 | 
