215 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			215 lines
		
	
	
		
			4.7 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-9304d5a4 {
 | ||
|   background: #f4f5f6;
 | ||
| }
 | ||
| .container.data-v-9304d5a4 {
 | ||
|   width: 100%;
 | ||
|   height: 100vh;
 | ||
|   box-sizing: border-box;
 | ||
|   padding-top: 88px;
 | ||
| }
 | ||
| .my-header.data-v-9304d5a4 {
 | ||
|   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-9304d5a4 {
 | ||
|   width: 20px;
 | ||
| }
 | ||
| .card-box.data-v-9304d5a4 {
 | ||
|   width: 95%;
 | ||
|   background: #ffffff;
 | ||
|   border-radius: 8px;
 | ||
|   box-sizing: border-box;
 | ||
|   padding: 15px;
 | ||
|   margin: 10px auto;
 | ||
|   display: flex;
 | ||
| }
 | ||
| .right-box.data-v-9304d5a4 {
 | ||
|   width: 80%;
 | ||
| }
 | ||
| .left-img.data-v-9304d5a4 {
 | ||
|   width: 70px;
 | ||
|   height: 70px;
 | ||
|   background: url("http://47.95.206.185:83/hbao.png") center no-repeat;
 | ||
|   background-size: 100% 100%;
 | ||
|   margin-right: 10px;
 | ||
| }
 | ||
| .dis-bt.data-v-9304d5a4 {
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: space-between;
 | ||
|   box-sizing: border-box;
 | ||
|   padding-top: 5px;
 | ||
|   border-top: 1px solid #f4f5f6;
 | ||
|   margin-top: 5px;
 | ||
| }
 | ||
| .hui-size.data-v-9304d5a4 {
 | ||
|   font-size: 14px;
 | ||
|   color: #999999;
 | ||
|   white-space: nowrap;
 | ||
|   text-overflow: ellipsis;
 | ||
|   overflow: hidden;
 | ||
| }
 | ||
| .title.data-v-9304d5a4 {
 | ||
|   font-size: 16px;
 | ||
|   font-weight: bold;
 | ||
|   color: #333333;
 | ||
| }
 | ||
| .anniu.data-v-9304d5a4 {
 | ||
|   width: 64px;
 | ||
|   height: 24px;
 | ||
|   background: linear-gradient(90deg, #FC3E33 0%, #FF6B40 100%);
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: center;
 | ||
|   border-radius: 50px;
 | ||
|   color: #ffffff;
 | ||
|   font-size: 12px;
 | ||
| }
 | ||
| .huiz.data-v-9304d5a4 {
 | ||
|   font-size: 14px;
 | ||
|   font-weight: bold;
 | ||
|   margin: 12px 0px;
 | ||
|   text-align: center;
 | ||
|   color: #8F5624;
 | ||
| }
 | ||
| .hui-icon.data-v-9304d5a4 {
 | ||
|   text-align: center;
 | ||
| }
 | ||
| .hui-icon image.data-v-9304d5a4 {
 | ||
|   width: 34px;
 | ||
|   height: 26px;
 | ||
|   margin: 6px 0px;
 | ||
| }
 | ||
| .cbai.data-v-9304d5a4 {
 | ||
|   font-size: 14px;
 | ||
|   color: #ffffff;
 | ||
|   text-align: center;
 | ||
| }
 | ||
| .ba-box.data-v-9304d5a4 {
 | ||
|   background: #ffffff;
 | ||
| }
 | ||
| .box-bb.data-v-9304d5a4 {
 | ||
|   width: 100%;
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   box-sizing: border-box;
 | ||
|   background-color: #ffffff;
 | ||
|   padding: 10px 15px;
 | ||
| }
 | ||
| .box-ll.data-v-9304d5a4 {
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: center;
 | ||
|   border-radius: 50px;
 | ||
|   background: #eff2f2;
 | ||
|   color: #8d8f8f;
 | ||
|   font-size: 12px;
 | ||
|   padding: 4px 10px;
 | ||
|   margin-right: 15px;
 | ||
| }
 | ||
| .lan.data-v-9304d5a4 {
 | ||
|   background: #ecf5ff !important;
 | ||
|   color: #8179ff;
 | ||
| }
 | ||
| .boxck.data-v-9304d5a4 {
 | ||
|   width: 280px;
 | ||
|   height: 350px;
 | ||
|   margin: 20px auto;
 | ||
|   margin-top: 200px;
 | ||
|   background: url("http://47.95.206.185:83/yhqbj.png") center no-repeat;
 | ||
|   background-size: 100% 100%;
 | ||
|   position: relative;
 | ||
|   box-sizing: border-box;
 | ||
|   padding: 5px 32px;
 | ||
| }
 | ||
| ._anniuprp.data-v-9304d5a4 {
 | ||
|   width: 172px;
 | ||
|   height: 36px;
 | ||
|   background: linear-gradient(90deg, #FFF4CB 0%, #FDDC66 100%);
 | ||
|   border-radius: 18px 18px;
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: center;
 | ||
|   position: absolute;
 | ||
|   bottom: 20px;
 | ||
|   left: 50%;
 | ||
|   -webkit-transform: translate(-50%, -50%);
 | ||
|           transform: translate(-50%, -50%);
 | ||
|   color: #E11E27;
 | ||
|   font-size: 14px;
 | ||
|   font-weight: bold;
 | ||
| }
 | ||
| .coupbox.data-v-9304d5a4 {
 | ||
|   width: 100%;
 | ||
|   height: 60px;
 | ||
|   background: url("http://47.95.206.185:83/yhtz.png") center no-repeat;
 | ||
|   background-size: 100% 100%;
 | ||
|   margin: 10px auto;
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
| }
 | ||
| .left_coup.data-v-9304d5a4 {
 | ||
|   width: 35%;
 | ||
|   height: 100%;
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: center;
 | ||
|   font-size: 16px;
 | ||
|   font-weight: bold;
 | ||
|   color: #FF4747;
 | ||
| }
 | ||
| .right_liu.data-v-9304d5a4 {
 | ||
|   width: 65%;
 | ||
|   height: 100%;
 | ||
|   text-align: center;
 | ||
|   display: flex;
 | ||
|   align-items: center;
 | ||
|   justify-content: center;
 | ||
| }
 | ||
| .c_time.data-v-9304d5a4 {
 | ||
|   font-size: 12px;
 | ||
|   color: #999999;
 | ||
| }
 | ||
| .c_name.data-v-9304d5a4 {
 | ||
|   font-size: 16px;
 | ||
|   font-weight: bold;
 | ||
|   color: #7D592C;
 | ||
| }
 | ||
| 
 | 
