|
- /* pages/payee/add/add.wxss */
- .main-box{
- background: #ffffff;
- padding: 20px 0;
- width: 94%;
- margin: 0 auto;
- border-radius: 10px;
- box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
- }
-
- .tit{
- line-height: 20px;
- font-size: 16px;
- font-weight: bold;
- }
- .bottom{
- width: 100%;
- margin: 0 auto;
- text-align: center;
- margin-top: 30px;
- margin-bottom: 30px;
- display: flex;
- }
-
- .bottom view {
- width: 47%;
- margin: 0 auto;
- border-radius: 30px;
- display: inline-block;
- }
-
- .btn2{
- background-image: linear-gradient(to right, #49CDFC, #2C6BF6);
- color: #fff;
- text-align: center;
- width: 40%;
- border-radius: 100px;
- margin: 5vh auto 3vh;
- }
- .table-boxs>view{
- line-height: 80rpx;
- }
-
- .wrapper {
- width: 100%;
- height: 20vh;
- overflow: hidden;
- display: flex;
- align-content: center;
- flex-direction: row;
- justify-content: center;
- font-size: 28rpx;
- position: relative;
- }
-
- .hand-writing {
- background: #f9f9f9;
- width: 100%;
- height: 20vh;
- }
-
- .hand-right {
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .hand-center {
- border: 1rpx dashed #e9e9e9;
- flex: 1;
- overflow: hidden;
- box-sizing: border-box;
- }
-
-
- .del-btn {
- color: #02d000;
- }
-
- .del-btn image {
- position: absolute;
- top: 13rpx;
- left: 25rpx;
- }
-
- .sub-btn {
- position: absolute;
- bottom: 52rpx;
- color: #999999;
- transform: rotate(90deg);
- margin-bottom: 30rpx;
- }
|