123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .box-content {
- background-color: #F8F8F8;
- height: 100vh;
- .View-box {
- margin: 30px 20px 0 20px;
- .myTravel{
- .slideview-content{
- margin:7.5px 0;
- }
- }
- .View-box-Card{
- background: #FFF;
- box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
- border-radius: 12px;
- padding: 40px 34px 40px 26px;
- line-height: 31.5px;
- font-weight: bold;
- color: #666;
- margin: 15px 10px;
- .travelName{
- font-size: 34px;
- color: #333;
- }
- .edit{
- width: 40px;
- height: 40px;
- }
- .bottom{
- display: flex;
- justify-content: space-between;
- .travelDay{
- margin-top: 40px;
- font-size: 28px;
- }
- .travelDate{
- margin-top: 40px;
- font-size: 24px;
- font-weight: 400;
- }
- }
- }
-
- .foot {
- font-size: 28px;
- color: #c0c8d3;
- margin: 40px 0;
- text-align: center;
- }
- }
- }
|