123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- /* pages/new/new.wxss */
- .top{
- height: 3rem;
- margin-top: 2.3rem;
- width: 100%;
- }
- .return{
- width: 1.75rem;
- height: 1.75rem;
- margin-left: 1rem;
- float: left;
- }
- .top-title{
- line-height: 1.75rem;
- box-sizing: border-box;
- margin-left: 6.5rem;
- float: left;
- font-weight: 650;
- color: #333333;
- }
- .top-button{
- background: #36A9CE;
- width: 5.875rem;
- height: 1.75rem;
- font-size: 0.8125rem;
- font-family: PingFangSC, "PingFang SC 標準體", "PingFang SC", sans-serif;
- color: aliceblue;
- font-weight: 400;
- float: left;
- border-radius: 0.3125rem;
- text-align: center;
- line-height: 1.75rem;
- margin-left: 3rem;
- }
- .theme{
- margin: 0.65rem 1rem;
- }
- .theme-star{
- color: #D9001B;
- font-size: 1.375rem;
- font-weight: 650;
- }
- .theme-title{
- font-weight: 650;
- font-size: 1.375rem;
- color: #333333;
- }
- .theme-content{
- border: 0.05rem solid rgb(95, 41, 41);
- padding: 0.125rem;
- height: 8.5625rem;
- margin-top: 0.5rem;
- margin-bottom: 0.5rem;
- border-radius: 0.5rem;
- width: 21.625rem;
- }
- .introduce{
- margin: 0.5rem 1rem 0rem 1rem;
- width: 21.625rem;
- }
- .introduce-title{
- font-weight: 650;
- font-size: 1.375rem;
- color: #333333;
- }
- .introduce-content{
- border: 0.05rem solid rgb(0, 0, 0);
- padding: 0.125rem;
- height: 8.5625rem;
- margin-top: 0.5rem;
- margin-bottom: 0.5rem;
- border-radius: 0.5rem;
- width: 21.625rem;
- }
- .introduce-number{
- float: right;
- }
- .add{
- margin-left: 1rem;
- }
- .add-title{
- font-weight: 650;
- font-size: 1.375rem;
- color: #333333;
- }
- .add-star{
- color: #D9001B;
- font-size: 1.375rem;
- font-weight: 650;
- }
- .add-project{
- height: 4.5rem;
- margin-top: 3rem;
- }
- .add-project-left{
- height: 4.5rem;
- width: 16.4rem;
- background-color: #aaaaaa;
- border-radius: 0.5rem;
- float: left;
- }
- .add-project-img{
- width: 3rem;
- height: 3.5rem;
- margin: 0.5rem 0.1rem 0.5rem 0.3rem;
- float: left;
- }
- .add-delete{
- float: right;
- position: relative;
- top: -1rem;
- left: -0.1rem;
- width: 1.8125rem;
- height: 1.8125rem;
- }
- .add-content-1{
- float: left;
- font-weight: 650;
- font-size: 0.9rem;
- color: #ffffff;
- margin-top: 0.8rem;
- }
- .add-content-2{
- float: left;
- font-weight: 400;
- font-size: 0.9rem;
- color: #ffffff;
- margin-top: 0.8rem;
- }
- .add-project-right{
- float: right;
- position: relative;
- top: -1rem;
- width: 6rem;
- height: 6rem;
- }
- .popup{
- height: 42.375rem;
- width: 20rem;
- position: absolute;
- background: rgba(215, 215, 215, 1);
- top: 10rem;
- right: 1.5rem;
- border-radius: 0.625rem;
- box-shadow: 0.3125rem 0.3125rem 0.3125rem rgb(97, 95, 95);
- }
- .popup-title{
- font-weight: 650;
- font-size: 1.125rem;
- color: #333333;
- margin: 1rem 0rem 0rem 0.8rem;
- display: inline-block;
- }
- .download{
- width: 1.4375rem;
- height: 1.4375rem;
- float: right;
- margin: 1rem;
- }
- .content{
- margin-top: 3rem;
- }
- .me-1{
- height: 4.5rem;
- background: rgba(170, 170, 170, 1);
- margin: 1.5rem 1rem;
- border-radius: 0.3125rem;
- width: 16rem;
- }
- .me-1-image{
- width: 3.8125rem;
- height: 3.375rem;
- margin-top: 0.5rem;
- margin-left: 0.8rem;
- display: inline-block;
- float: left;
- }
- .me-title-1{
- box-sizing: border-box;
- display: inline-block;
- margin: 0.5rem 0.5rem;
- color: #FFFFFF;
- font-weight: 650;
- font-size: 0.9375rem;
- }
- .me-title-2{
- box-sizing: border-box;
- display: inline-block;
- margin: 0.5rem 0.5rem;
- color: #FFFFFF;
- font-weight: 400;
- font-size: 0.8125rem;
- }
|