123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- .page {
- padding: 0 30rpx;
- }
- .top {
- display: flex;
- padding: 30rpx 0;
- }
- .logov {
- width: 120rpx;
- height: 120rpx;
- margin-right: 20rpx;
- }
- .logov image {
- width: 100%;
- height: 100%;
- }
- .names {
- flex: 1;
- }
- .names view:nth-child(1) {
- margin-top: 20rpx;
- }
- .names view:nth-child(2) {
- margin-top: 20rpx;
- color: #3f3f3f;
- }
- .tips {
- padding: 30rpx 0;
- }
- .tips view {
- line-height: 60rpx;
- }
- .part {
- background: #fff;
- box-shadow: 0 4rpx 8rpx 0 rgba(0, 0, 0, 0.08);
- border-radius: 16rpx;
- padding: 30rpx;
- }
- .part view {
- }
- .part textarea {
- width: 100%;
- height: 300rpx;
- }
- .rzrow {
- height: 100rpx;
- line-height: 100rpx;
- position: relative;
- color: #3c3c3c;
- border-bottom: 1rpx solid #e6e6e6;
- }
- .rzrow input {
- width: 100%;
- height: 100%;
- text-align: right;
- }
- .foot {
- height: 150rpx;
- text-align: center;
- position: relative;
- margin-top: 40rpx;
- }
- .bluebtn {
- position: absolute;
- left: 0;
- right: 0;
- top: 25rpx;
- height: 100rpx;
- background-image: linear-gradient(-129deg, #31bbff 0%, #309aff 100%);
- color: #fff;
- text-align: center;
- line-height: 100rpx;
- border-radius: 50rpx;
- }
- .rzrow .flex1 {
- text-align: right;
- }
|