123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- #det{
- .editword{
- padding-top: 60px;
- .srl{
- font-size: 30px;
- font-weight: bold;
- color: #202020;
- }
- .mg{
- font-size: 38px;
- margin: 0 20px 50px 20px;
- }
- .rzline{
- border-top: 2px #999 dashed;
- height: 2px;
- width: 160px;
- display: inline-block;
- margin-bottom: 8px;
- }
- .cancel{
- color: #274290;
- display: inline-block;
- margin-right: 44px;
- width: 240px;
- font-size: 30px;
- font-weight: bold;
- height: 78px;
- line-height: 78px;
- border: 2px solid #274190;
- border-radius: 12px;
- letter-spacing: 3px;
- }
- .btn {
- letter-spacing: 3px;
- width: 240px;
- height: 78px;
- font-size: 30px;
- line-height: 78px;
- background: #274290;
- font-weight: bold;
- border-radius: 12px;
- display: inline-block;
- color: #fff;
- }
- }
- .storezn{
- color: #202020;
- line-height: 54px;
- margin-bottom: 60px;
- text-align: justify;
- }
- // .weui-slideview__btn__wrp{
- // background: #FFFFFF;
- // box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
- // border-radius: 12px;
- // margin: 5px 5px 5px 20px;
- // height: 97%;
- // width: 67px;
- // }
- // .weui-slideview__btn{
- // width: 44px;
- // height: 44px;
- // line-height: 44px;
- // }
- Textarea{
- height: 300px;
- width: 100%;
- padding: 30px;
- background: #F8F8F8;
- border-radius: 8px;
- box-sizing: border-box;
- height: 254px;
- font-size: 26px;
- }
- }
|