Commit 2ff48c9d authored by liujiangnan's avatar liujiangnan

Merge branch 'master' of http://vcs.ireadabc.com/template/JM-07

parents 385acaa3 eb82ca85
...@@ -363,15 +363,15 @@ body { ...@@ -363,15 +363,15 @@ body {
.sent-btn { .sent-btn {
text-align: center; text-align: center;
height: 65px; height: 1.3rem;
line-height: 55px; line-height: 1.1rem;
width: 240px; width: 4.8rem;
font-size: 30px; font-size: 0.6rem;
font-weight: bold; font-weight: bold;
position: absolute; position: absolute;
right: 10%; right: 5%;
bottom: 7%; bottom: 1.1rem;
box-shadow: 0px 34px 17px -25px #e7cc97; box-shadow: 0rem 0.34rem 0.17rem -0.25rem #e7cc97;
} }
.back-btn { .back-btn {
...@@ -468,6 +468,7 @@ body { ...@@ -468,6 +468,7 @@ body {
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
margin-top: 0.2rem; margin-top: 0.2rem;
margin-bottom: 0.5rem !important;
} }
.my-btn2{ .my-btn2{
...@@ -485,7 +486,7 @@ body { ...@@ -485,7 +486,7 @@ body {
text-align: center; text-align: center;
color: #3e9e33; color: #3e9e33;
cursor: pointer; cursor: pointer;
box-shadow: 0px 5px 12px 5px #0a6500; box-shadow: 0rem 0.04rem 0.12rem 0.04rem #0a6500;
margin-left: 15%; margin-left: 15%;
} }
......
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
<div class="modal fade" id='submitDialog' aria-hidden="false" data-backdrop="static" > <div class="modal fade" id='submitDialog' aria-hidden="false" data-backdrop="static" >
<div class="modal-dialog modal-lg" style="width:60%; margin: 18% auto;"> <div class="modal-dialog modal-lg" style="width:60%; margin: 18% auto;">
<div class="modal-content" style="border-radius: 36px;background-color: #3e9e33"> <div class="modal-content" style="border-radius: 0.5rem;background-color: #3e9e33">
<div class="modal-body" style="padding: 0px;"> <div class="modal-body" style="padding: 0px;">
<div class="dialog-submit"> <div class="dialog-submit">
<span class="submit">Submit</span> <span class="submit">Submit</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment