diff --git a/app/views/trainings/trainingsInfo.html.erb b/app/views/trainings/trainingsInfo.html.erb
new file mode 100644
index 00000000..7fd2840c
--- /dev/null
+++ b/app/views/trainings/trainingsInfo.html.erb
@@ -0,0 +1,40 @@
+
+
+
基本信息
+
+ 姓名
+ 胡莎莎
+
+
+ 性别
+ 女
+
+
+ 单位
+ 国防科技大学
+
+
+ 职称
+ 助教
+
+
+ 手机号
+ 181****2757
+
+
+
+ 修改资料
+
\ No newline at end of file
diff --git a/public/stylesheets/educoder/trainings.css b/public/stylesheets/educoder/trainings.css
index 44df1617..278cb2c9 100644
--- a/public/stylesheets/educoder/trainings.css
+++ b/public/stylesheets/educoder/trainings.css
@@ -265,3 +265,38 @@ input[type='text'].right_input{
content: " ";position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);background-color: #D9D9D9;
}
+
+
+/* 支付信息 */
+.InfoTop{width: 100%;height: 6.5rem;background: linear-gradient(to right, #4CC6FF , #6588F8);justify-content: center;
+ align-items: center;display: -webkit-flex;}
+ .info_updateBtn{
+ display: block;
+ width: 60%;
+ height: 35px;
+ line-height: 35px;
+ text-align: center;
+ border: 1px solid #4CC6FF;
+ border-radius: 24px;
+ font-size: 2.2rem;
+ color: #4CC6FF!important;
+ margin-top: 1rem;margin:2rem auto;
+ }
+ .Infos{
+ padding:15px;box-sizing: border-box;background: #fff;
+ }
+ .Infos {margin-bottom: 1rem;}
+ .Infos .Infos_title{font-size: 1.5rem;color: #000;margin-bottom: 1rem;}
+ .Infos li{margin-bottom: 8px;}
+ .Infos li span:first-child{color: #666666;font-size: 1.4rem;float: left;}
+ .Infos li span:last-child{color: #333;font-size: 1.4rem;float: right;}
+ .Infos .Infos_tag{float: left;height:2.8rem;padding: 0px 0.5rem;box-sizing: border-box;line-height: 2.8rem;
+ background: #E6F3FF;color: #4CACFF;cursor: default;margin-right: 1.5rem;
+ }
+ .Infos_btn {background: #fff;height: 5rem;line-height: 5rem;position: absolute;bottom: 0px;left:0px;width: 100%;}
+ .Infos_btn a{
+ float: left;width: 50%;text-align: center;color: #4CACFF!important;font-size: 1.8rem;
+ }
+ .Infos_btn a:last-child{
+ background: #4CACFF!important;color: #fff!important;
+ }