|
@@ -7,6 +7,7 @@
|
|
|
justify-content: space-between;
|
|
|
/* padding: 200rpx 0; */
|
|
|
box-sizing: border-box;
|
|
|
+ overflow: scroll;
|
|
|
}
|
|
|
|
|
|
.custom-info-btn{
|
|
@@ -24,76 +25,6 @@
|
|
|
box-shadow: 1px 1px 5px black;
|
|
|
}
|
|
|
|
|
|
-/* 方块组件 */
|
|
|
-.rounded-chunk{
|
|
|
- width: 100%;
|
|
|
- height: auto;
|
|
|
- /* display: flex; */
|
|
|
- padding: 5px;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-.rounded-chunk > .chunk{
|
|
|
- width: 100%;
|
|
|
- height: auto;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- background-color: #f5f5f5;
|
|
|
- border-radius: 3px;
|
|
|
- box-shadow: 1px 1px 5px black;
|
|
|
-}
|
|
|
-.chunk-title{
|
|
|
- width: 100%;
|
|
|
- font-size: large;
|
|
|
- height: auto;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- padding: 5px;
|
|
|
- box-sizing: border-box;
|
|
|
- background-color: #f5f5f5;
|
|
|
- box-shadow: 1px 1px 5px black;
|
|
|
-}
|
|
|
-
|
|
|
-.c-content{
|
|
|
- width: 100%;
|
|
|
- height: auto;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- padding: 5px;
|
|
|
- box-sizing: border-box;
|
|
|
- background-color: #f5f5f5;
|
|
|
- box-shadow: 1px 1px 5px black;
|
|
|
-}
|
|
|
-
|
|
|
-.line{
|
|
|
- width: 100%;
|
|
|
- height: 35px;
|
|
|
- display: flex;
|
|
|
- box-sizing: border-box;
|
|
|
- align-items: center;
|
|
|
- background-color: #f5f5f5;
|
|
|
- padding: 5px;
|
|
|
-}
|
|
|
-.line > .info{
|
|
|
- width: 70%;
|
|
|
- height: 100%;
|
|
|
- display: flex;
|
|
|
- /* justify-content: center; */
|
|
|
- align-items: center;
|
|
|
- box-sizing: border-box;
|
|
|
- border-right: 1px solid #d9d9d9;
|
|
|
-}
|
|
|
-.line > .select{
|
|
|
- width: 30%;
|
|
|
- height: 100%;
|
|
|
- display: flex;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
-}
|
|
|
|
|
|
.align-left{
|
|
|
text-align: left;
|
|
@@ -205,3 +136,23 @@
|
|
|
.rounded{
|
|
|
border-radius: 3px;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+.btn{
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-radius: 3px;
|
|
|
+ background-color: #00a790;
|
|
|
+ color: white;
|
|
|
+ padding: 5px 25px;
|
|
|
+ width: auto;
|
|
|
+ height: auto;
|
|
|
+ box-shadow: 1px 1px 5px rgb(119, 119, 119);
|
|
|
+}
|
|
|
+
|
|
|
+.btn:active{
|
|
|
+ background-color: #00a790;
|
|
|
+ box-shadow: 1px 1px 3px black;
|
|
|
+}
|