| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- min-height: 100%;
- background-color: #ffffff;
- }
- page .container {
- width: 100%;
- padding: 27rpx 31rpx;
- }
- .list-box .list-title {
- font-size: 30rpx;
- font-weight: 500;
- color: #333333;
- margin-bottom: 61rpx;
- }
- .list-box .list-title .tip {
- width: 2rpx;
- height: 30rpx;
- background: #4C5D97;
- margin-right: 17rpx;
- }
- .list-box .list-cell {
- margin-bottom: 70rpx;
- }
- .list-box .list-cell .cell-name {
- width: 30%;
- font-size: 26rpx;
- font-weight: 500;
- color: #333333;
- }
- .list-box .list-cell .nameCode {
- width: 42% !important;
- }
- .list-box .list-cell .code-box {
- width: 100% !important;
- }
- .list-box .list-cell .code-box input {
- width: 50%;
- }
- .list-box .list-cell .code-box .code {
- font-size: 26rpx;
- font-weight: 500;
- color: #5771DF;
- }
- .list-box .list-cell input {
- width: 60%;
- text-align: left;
- font-size: 26rpx;
- font-weight: 500;
- }
- .submit {
- background-color: #5771DF;
- margin-top: 20rpx;
- color: #FFFFFF;
- text-align: center;
- padding: 20rpx 0rpx;
- border-radius: 50rpx;
- margin-top: 60rpx;
- }
|