151 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			151 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | @charset "UTF-8"; | |||
|  | /** | |||
|  |  * 这里是uni-app内置的常用样式变量 | |||
|  |  * | |||
|  |  * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 | |||
|  |  * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App | |||
|  |  * | |||
|  |  */ | |||
|  | /** | |||
|  |  * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 | |||
|  |  * | |||
|  |  * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 | |||
|  |  */ | |||
|  | /* 颜色变量 */ | |||
|  | /* 行为相关颜色 */ | |||
|  | /* 文字基本颜色 */ | |||
|  | /* 背景颜色 */ | |||
|  | /* 边框颜色 */ | |||
|  | /* 尺寸变量 */ | |||
|  | /* 文字尺寸 */ | |||
|  | /* 图片尺寸 */ | |||
|  | /* Border Radius */ | |||
|  | /* 水平间距 */ | |||
|  | /* 垂直间距 */ | |||
|  | /* 透明度 */ | |||
|  | /* 文章场景相关 */ | |||
|  | .centenr.data-v-c614feaa { | |||
|  |   background: #F9F9F9; | |||
|  |   width: 100%; | |||
|  |   height: 100vh; | |||
|  | } | |||
|  | .top-box.data-v-c614feaa { | |||
|  |   width: 95%; | |||
|  |   height: 150px; | |||
|  |   background: linear-gradient(135deg, #F77955 0%, #FFA360 100%, #F9C58C 100%); | |||
|  |   box-sizing: border-box; | |||
|  |   padding: 10px; | |||
|  |   margin: 0 auto; | |||
|  |   color: #fff; | |||
|  | } | |||
|  | .bottom-box.data-v-c614feaa { | |||
|  |   width: 95%; | |||
|  |   height: 70px; | |||
|  |   background: #fff; | |||
|  |   display: flex; | |||
|  |   align-items: center; | |||
|  |   justify-content: center; | |||
|  |   margin: 0 auto; | |||
|  | } | |||
|  | .t-db.data-v-c614feaa { | |||
|  |   width: 100%; | |||
|  |   color: #fff; | |||
|  |   display: flex; | |||
|  |   align-items: center; | |||
|  |   justify-content: space-between; | |||
|  | } | |||
|  | .b_box.data-v-c614feaa { | |||
|  |   width: 95%; | |||
|  |   margin: 15px auto; | |||
|  |   background: #fff; | |||
|  | } | |||
|  | .g-box.data-v-c614feaa { | |||
|  |   width: 100%; | |||
|  |   box-sizing: border-box; | |||
|  |   padding: 15px 10px; | |||
|  |   border-bottom: 1px solid #EEEEEE; | |||
|  |   display: flex; | |||
|  |   align-items: center; | |||
|  |   justify-content: space-between; | |||
|  | } | |||
|  | .d-s.data-v-c614feaa { | |||
|  |   display: flex; | |||
|  |   align-items: center; | |||
|  | } | |||
|  | .or-aniu.data-v-c614feaa { | |||
|  |   font-size: 14px; | |||
|  |   color: #FA6400; | |||
|  |   width: 195px; | |||
|  |   height: 30px; | |||
|  |   border: 1px solid #FA6400; | |||
|  |   display: flex; | |||
|  |   align-items: center; | |||
|  |   justify-content: center; | |||
|  | } | |||
|  | .icon_.data-v-c614feaa { | |||
|  |   width: 30px; | |||
|  |   height: 16px; | |||
|  |   background: rgba(255, 255, 255, 0.48); | |||
|  |   border-radius: 2px; | |||
|  |   display: flex; | |||
|  |   align-items: center; | |||
|  |   justify-content: center; | |||
|  |   color: #fff; | |||
|  |   font-weight: 500; | |||
|  |   font-size: 10px; | |||
|  | } | |||
|  | .d-a.data-v-c614feaa { | |||
|  |   width: 100%; | |||
|  |   display: flex; | |||
|  |   align-items: center; | |||
|  |   justify-content: space-around; | |||
|  | } | |||
|  | .on-title.data-v-c614feaa { | |||
|  |   font-size: 14px; | |||
|  |   color: #FFFFFF; | |||
|  |   width: 100%; | |||
|  |   text-align: center; | |||
|  | } | |||
|  | .on-num.data-v-c614feaa { | |||
|  |   font-size: 24px; | |||
|  |   color: #FFFFFF; | |||
|  |   width: 100%; | |||
|  |   text-align: center; | |||
|  |   margin: 10px auto; | |||
|  | } | |||
|  | ._dj.data-v-c614feaa { | |||
|  |   font-size: 14px; | |||
|  | } | |||
|  | ._tbox.data-v-c614feaa { | |||
|  |   border-radius: 10px; | |||
|  |   background: #fff; | |||
|  |   width: 100%; | |||
|  | } | |||
|  | ._btop.data-v-c614feaa { | |||
|  |   box-sizing: border-box; | |||
|  |   padding: 15px; | |||
|  |   border-bottom: 1px solid #EEEEEE; | |||
|  |   text-align: center; | |||
|  |   font-weight: 600; | |||
|  |   font-size: 14px; | |||
|  |   color: #333333; | |||
|  | } | |||
|  | ._bbox.data-v-c614feaa { | |||
|  |   box-sizing: border-box; | |||
|  |   padding: 15px; | |||
|  |   font-weight: 400; | |||
|  |   font-size: 14px; | |||
|  |   color: #333333; | |||
|  |   line-height: 18px; | |||
|  | } | |||
|  | .b_title.data-v-c614feaa { | |||
|  |   font-weight: bold; | |||
|  | } | |||
|  | .b-cen.data-v-c614feaa { | |||
|  |   width: 100%; | |||
|  |   display: flex; | |||
|  |   align-items: center; | |||
|  |   justify-content: center; | |||
|  | } | |||
|  | 
 |